I think it’s probably cheaper in the long run to self host a tree instead, unless you live in an apartment with absolutely no green space. But I’d rather get a VPF and host a tree there if I had too
- 0 Posts
- 14 Comments
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•Tailscale has messed up my internet connectionEnglish2·2 months agoIt looks like you fixed your issue but I had the same thing happen on windows 10 so I am gonna post how I fixed it in case someone runs across this thread later.
In my case everything had been working previously but after an arbitrary reboot, my windows 10 PC could ping the local network and nothing else suddenly. No access to the tailnet, Internet; DNS or otherwise. On the wired interface that is. I could connect to WiFi and it would work just fine. I had a DHCP reservation set, deleted the reservation, let it get a new IP and then it worked. No idea why? Recreated the reservation and it still worked back on the old IP again
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•Please help me stop my baby from crying because kodi keeps bufferingEnglish51·9 months agoThe Pi4 USB controller and network adapter share bandwidth. Do you have any devices on the USB port that could be causing collisions? I really can’t think of anything in that kind of scenario that would cause that sort of issue unless somehow you were using USB for video out…
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•Why You Should Self-Host EverythingEnglish71·1 year agoIf you self-host all the same services you have the same exposure level if root on your hosting machine is compromised. I suppose it depends on how confident you feel in how agile you can patch if a vulnerability becomes known in postfix for example. I wouldn’t consider self hosting something that reduces your cybersecurity risk typically
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•RIP my photos from 2017 and contacts from 2005English4·1 year agoI think everyone has done this. I know I have. I believe I used dmda to recover all my photos back. Unfortunately I lost all the metadata for about 3000 photos. It took years to manually retap and redate them all but at least I didn’t lose them forever
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•External email server vs port forwarding/vpnEnglish1·1 year agoThe complex part isn’t the hosting part. Its the security part, the reputation management part, the uptime part, the troubleshooting delivery part and basically every other aspect other than running postfix+dovecot
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•External email server vs port forwarding/vpnEnglish21·1 year agoHosting your own email is a bad idea. Hosting OTHER PEOPLE’S email is a REALLY BAD idea. Self-hosting mail on a vanity domain is a good exercise to learn how SMTP, DNS, IMAP and other protocols interact.
If you don’t like Google, Apple, or Microsoft then sign them up with Proton or another hosted provider. You don’t want to be the reason someone lost income because they missed out on a critical email from a client or their job application was blocked because it was sent from a host with poor reputation.
TORFdot0@lemmy.worldto Announcements@lemmy.ml•Lemmy Developer AMA and Dev Update, 2024-01-26, 1500 CEDTEnglish10·1 year agoI’m not a Lemmy dev but I’m interested in this question so I’m commenting so I remember to check up on this one.
I subscribe to that sub because I feel like it’s important to engage with people that I don’t agree with. Even though the two main contributors to that sub are peculiar in their views, I haven’t seen them break any rules of lemm.ee or post outright hate to any group but democrats.
I know sh.it.justworks had their own drama with a the_donald popup community which led to calls for defederation before the community was banned but if people are posting within the rules and properly moderate their own; we ought to let them post their politics even if we don’t agree.
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•Self-hosted or personal email solutions?English2·1 year agoCloudflare sells domains at cost. If you use apple devices and pay for iCloud+ ($1.99 a month for the cheapest plan), you can get email hosting for your domain for the entire family + a catch all address.
You can run an email host yourself but it is going to cost more in time and effort to maintain than just paying for hosting. It’s not very professional if your messages go to spam due to low reputation or if you miss a message/someone gets a bounce back because the container running your mail server was down and you didn’t realize
Run mail on a custom domain for fun, to learn what it takes, but don’t do it for mail that really matters
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•AppleTV complete replacement opinionsEnglish215·1 year agoApple is a hardware company first, not an advertising and services company like Google and Roku, and not a literal massive online retailer like Amazon.
Apple TV is the only one that doesn’t have ads on its home screen. I use an Apple TV to play all my physical media that has been ripped to mov and re-encoded with handbrake
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•How I accidentally wiped my server by having a typo in my Nextcloud docker configEnglish6·2 years agoI did the exact same thing 3 or so years ago. Thankfully I already had a backup but it was a bit nerve wracking to log in to next cloud and it was empty and then browsing the mount and having it also be empty
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish3·2 years agoThank you! That’s a clear and concise explanation of section 230. I’ve always heard it in reference to big social media companies but your link clearly shows the protections extend to individuals and users as well
TORFdot0@lemmy.worldto Selfhosted@lemmy.world•PSA: You can upload images to a Lemmy instance without anyone knowingEnglish91·2 years agoAre individuals granted the same 230 protections as organizations when it comes to self-hosting an instance? I doubt people are forming non-profits for their self hosting endeavors
I’d agree with others that have said to use a framework like Hugo to serve an RSS feed. I wrote an automation using Google apps script to scrape blog pages and manually update the RSS feed but it was more trouble than it was worth. Letting your framework automatically update your feed is much easier.