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
Good questions!
I just stick with Python, Go and Vue because I know them pretty well. I'd rather use a few tools I'm good at than try to use a bunch of different ones. It just makes my code tidier and easier for me to keep up with.
About the problem: the idea is to let you host your own stuff even if your computer isn't super powerful. You can use storage from other companies, but you don't have to trust them with your private data. Your files get encrypted on your computer before they even leave it. So, the storage company only ever sees scrambled data, never your actual stuff.
When I say not losing control, I'm talking about you being the only one who can read your data, not where the files are actually stored.
Oh, and yep, I do use AI tools, mainly Copilot. It helps me work faster on things like github actions, the
install.shscript etc. I don't really see a reason to hide that.Thanks a lot for taking a look, even if it's not totally up your alley!