this post was submitted on 21 Mar 2026
143 points (98.6% liked)
Selfhosted
59923 readers
561 users here now
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.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
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!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Small static websites. You can get surprisingly performant and easily managed websites if you don't actually need the overhead of common frameworks. For instance giving your kid a real domain they can update and show to their friends.
On the slightly more resource intensive side, OpnSense has been a game changer for me.
I’m a big fan of static site generators. For the websites I maintain, switching from WordPress to Hugo reduced my workload a lot.
I set up a workflow using DecapCMS + Hugo + GitHub. Non-technical users can log in via GitHub to edit content on the CMS, and GitHub Actions automatically builds and deploys the site via SFTP.
GitHub is kinda meh, but it’s low-cost and gets the job done.
For blogs I found two interesting projects that are super minimal. BashWrite uses only
bashandsedcommands but it seems to be no longer under development.Another bash script that seems to have more development activity is BSSG. This one requires a markdown processor such as
cmarkorpandocbut it's still quite minimal.I love minimalism and writing scripts so these two projects really interest me.
Well now you've got me trying BSSG :p
I'm in the process of switching from ipfire to opnsense myself.
I hate how bloaty opnsense is at first glance but it has so much more control so once I copy my current config I'll be leaving ipfire in the dust.
Nice. Haven't tried IpFire but gonna give it a look. Been on OpnSense for a couple years now and have been enjoying it.
I think you will be back at Ipfire soon. OPNsense is a confusing mess and while IPfire certainly has its issues, at least it is easy to understand and it does what it is supposed to.
yea I have the machine backed up in case this happens. I have noticed that its a mess UI wise. But ipfire doesn't seem to be stable. every few months it'll randomly kill itself which will take everything on the network down until i manually restart the machine and then force tell it a new DNS server. It's something I've never managed to resolve on the machine, and I don't seem to have that issue with my test network with OPNsense.