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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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
I would suggest looking into TiniMiniMicro project.
And considering ProxMox as a platform. It will save you your nerves so much. Spin up a VM/LXC in a few seconds, play with it, delete it. Make a snapshot before update, if something fails - revert back. I’ve tried so many new projects because of how easy it is to do it.
It sounds overly complicated to me, but I honestly don't know much about it. Do you have a good resource for what value it brings vs other options?
Personally, I just use containers on a single host. Right now that's openSUSE Leap, but I'm thinking of switching to microOS for an immutable base system, which I think has value. This makes it really easy to move services between machines (just copy the compose file and whatever config/data volumes it has), e.g. if I decide to move a service to a dedicated machine (e.g. an ARM SBC).
https://www.servethehome.com/introducing-project-tinyminimicro-home-lab-revolution/
https://www.learnlinux.tv/proxmox-full-course/
https://tteck.github.io/Proxmox/
https://www.learnlinux.tv/easy-portainer-setup-run-your-first-docker-container/
This should keep you busy for some time. ;- ) =
Everything is complicated, till it isn’t any more.
Honestly, that's how most worthwhile things are. Thanks for the links!