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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
Since last time, I've finally learned how to make rootless podman work on Alpine Linux and it's been pretty smooth so far.
My Pi4 is quietly running HomeAssistant and I like to leave that untouched so I don't have to worry about pooping in the dark. I learned that the container requires root in order to access the Zigbee USB dongle through dbus so I can't really run it as a rootless container. It's not web facing so it's locked down to my local network which is good enough for me.
My Pi5 is finally up and running again. Got a new, shorter domain name, managed to get the TLS set up in one go with Caddy which was nice. Right now I just have a bunch of wiki's hosted with Kiwix and a file server using Caddy.
I'm putting the final touches on my series of scripts I wrote meant for automating backups. rTransfer for the actual backup, remoff for rotating backups (I plan to keep 1 backup a week, over a months time), and containers-util(work in progress) to automatically start and stop containers in preparation for a backup.
A bit crazy but I've been working on this whole backup process on and off for about a year now. It's all POSIX portable except for a few commands like
rsyncandpodman. Once I finish the last script, I'll set up a blog and then my server will be secure to my liking and very low maintenance (my keep-alive script I also wrote has been working better than expected).I also wrote a Dynamic MOTD script which updates /etc/motd with some basic information about the machine so I can get a quick look at the machine I'm ssh'ing into. I'm quite happy with how it turned out too.
I've been trying to use as few programs as possible and building my own when I can. It's been quite the adventure this past year and a bit.