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
The n280 is specifically limited since it's 32-bit, but low powered machines can be useful regardless. Two of the servers in my empire of dirt are atom d2550s, and I'm even able to run proxmox on them (since that model is 64-bit), but in terms of bare metal, they were able to run Matrix conduit, ejabbered, a nostr relay, and for a while my searx and yacy instances. (Though as I recall the cpus lack of instructions eventually stopped me from running searx on that hardware) I think I was even able to run invidious.
If it's just for you, it would surprise you how much you can do with a very small amount of CPU power.
Another thing that a machine like that might be useful for is a jump box. You can just put a very light distribution on it, and make it accessible to the outside world and one way or the other (secured of course) so you can hop into it if you need to do any remote administration.
The one thing that I found when I was using stuff that was particularly low powered is drive latency matters a lot. If you are using an SSD for storage, even much faster processors end up spending a lot of time sitting there waiting for the spinning hard drive to get to where it needs to be so you can be a lot more efficient with less CPU power.