Here’s what I currently have:
And main services I run (total disk usage for OS+services - data is :
And services I plan to run:
HW wishlist:
I’ve heard good things about N100 devices, but I haven’t seen anything w/ 4x SATA or an accessible PCIe for a SATA adapter.
The closest I’ve seen is a ZimaBlade, but I’m worried about:
I don’t need x86 for anything, ARM would be fine, but I’m having trouble finding anything with >8GB RAM and SATA/PCIe options are a bit… limited.
Anyway, thoughts?
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:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
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!