Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Does your new ISP allow 80 and 443? I was under the impression that's pretty rare for ISPs though I'm not sure that's true in Australia. Mine only allows 443 but not 80 "to prevent Internet worms from spreading and to protect bandwidth." ๐
At one point my old provider went under and sold their customer base to another provider, and things stopped working for me. I had to convince them I had a reason to open up port 25. I was like dude, I've been running mail servers longer than you've even been in business.
They opened up all ports to me.
This story may have been slightly sensationalized for entertainment value
I was entertained.
Too be fair to your ISP, the only thing you should be using 80 for is redirecting to 443.
Right, but if I can't redirect (ISP just drops packets afaict) and you don't explicitly type
https://or use an https link, and I don't have something like HSTS preload configured for that domain, your browser will just hang if it's on my system. You can't just type "lemmy.stuart.fun" and have it work unless you happen to hit my hairpin, i.e. be on my network.Mostly I try to keep things I want publicly available on .dev and it just works thanks to the full .dev HSTS preload. But it's still annoying.