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
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.
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.
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.