142

Hello everyone!

I recently switched my Android phone to a custom ROM, and while setting things up, I wanted push notifications without relying on Google. That’s how I discovered UnifiedPush.

Really liking the concept, I decided to rent a small VPS (1 vCPU, 2GB RAM) and started hosting NTFY. So far, it's been working great. Over time, I’ve added a few more services like FreshRSS and Audiobookshelf.

All of this is just for personal use, so the resource usage is minimal (the whole setup only uses around 500MB of RAM). I really enjoy how much value you can get out of such a small machine.

That brings me to my question:

What other lightweight, self-hostable tools would you recommend? I’m especially interested in small, resource-efficient services that you’ve personally found useful.

Thanks in advance for any suggestions!

top 50 comments
sorted by: hot top controversial new old
[-] VeryVito@lemmy.ml 83 points 2 months ago

I feel like the world is sleeping on ForgeJo — it’s such a capable and easily hostable alternative to gitlab/github/bitbucket.

[-] cecilkorik@piefed.ca 27 points 2 months ago* (last edited 2 months ago)

It's literally the core foundation of my entire self-hosting configuration. I could not live without Forgejo. I can't imagine being shackled to Github or some other hosted provider anymore for something as important as my git repositories.

Gitea's okay too in every practical respect, but Forgejo is the more community-led fork and in my opinion less likely to be corporatized and enshittified far in the future, so I've hitched my wagon there and couldn't be happier. The fork is starting to diverge slowly, so it seems like direct migration is no longer possible. That said, git repositories are git repositories, and they have most of the important history and stuff inside them already, so unless you're super attached to stuff like issues and whatever you can still migrate, you'll just lose some stuff.

[-] iambeingheldhostage@lemmy.ml 10 points 2 months ago

Huge shout-out to Forgejo. It's blazingly fast, even on low resource devices. Throw it on a Raspberry Pi and chuck it in a closet. I betcha it would have better uptime/reliability than GitHub.

[-] harsh3466@lemmy.ml 3 points 2 months ago

I love forgejo!

load more comments (1 replies)
[-] UndergroundGoblin@lemmy.dbzer0.com 44 points 2 months ago

Pihole again, Vaultwarden, forgejo, syncthing

load more comments (4 replies)
[-] jws_shadotak@sh.itjust.works 36 points 2 months ago

MeTube, for when my friends send me a video on a service I don't use (facebook, instagram, tiktok). It supports a lot of sites.

[-] BruisedMoose@piefed.social 7 points 2 months ago

What's the flow there? Receive link, copy, open MeTube, paste, download watch?

Tiktok and Instagram links are so frustrating when friends send them.

[-] jws_shadotak@sh.itjust.works 8 points 2 months ago

Yeah, that's about it. You can watch it directly in the browser as well.

[-] Pika@sh.itjust.works 3 points 2 months ago

I have never thought of doing this. That's now going on my server.

[-] tofu_oligarch@sopuli.xyz 2 points 2 months ago

Ohh good idea! At some point they stopped sending me videos as I was not able to watch them anyway :( thanks <3

load more comments (3 replies)
[-] gedaliyah@lemmy.world 25 points 2 months ago

Possibly underrated: CopyParty. Its an entire fileserver in a little over 1 MB. You can host it on anything that runs python and the client can be anything with a browser. It's unbelievably simple and efficient. If I knew self hosting was this easy I would have started sooner.

load more comments (1 replies)
[-] rem26_art@fedia.io 23 points 2 months ago

If you have a need for Calendar or To-dos, Radicale is a nice CalDAV/CardDAV server that's pretty tiny. For me its sitting there at idle using 35MB of RAM.

load more comments (1 replies)
[-] Dust0741@lemmy.world 16 points 2 months ago

Forgejo, pihole, freshrss, baikal, mealie, wg-easy, searxng

load more comments (3 replies)
[-] poVoq@slrpnk.net 16 points 2 months ago

XMPP server (Prosody) that can also act as a Unified Push distributor.

[-] django@discuss.tchncs.de 4 points 2 months ago

My favorite as well.

[-] tofu_oligarch@sopuli.xyz 4 points 2 months ago

Nice! I think XMPP is the best approach to messaging, as it is decentralized and can be E2E (and more mature than e.g. Matrix). The problem is that I won't be able to convince anyone I know to use XMPP (Signal was a huge struggle already).

[-] poVoq@slrpnk.net 4 points 2 months ago

For now you can use XMPP with the Slidge Signal gateway. At some point there will be an issue with Signal due to their centralized servers in the US and then you will be happy to not depend on it so much.

load more comments (2 replies)
[-] Cyber@feddit.uk 15 points 2 months ago

Radicale - I ditched Nextcloud for it as no-one needed to see a calendar, it's on their phone...

I also use it to sync a calendar for Home Assistant too

And it effectively backs up my Contacts too.

load more comments (3 replies)
[-] BruisedMoose@piefed.social 14 points 2 months ago

KOreader Sync if you use KOreader. Easily pick up where you leave off on other devices!

I also run Wiki.js to (inconsistently) document what I'm doing with my apps and server.

[-] tofu_oligarch@sopuli.xyz 3 points 2 months ago

Thanks! I own an e-reader, but as the stock software has served me well so far, I haven't had any reason to switch. Is KOReader worth it?

[-] tofu@lemmy.nocturnal.garden 6 points 2 months ago

KOReader is great, basically swiss army knife, you can configure everything. Not the most intuitive UI though.

[-] BruisedMoose@piefed.social 6 points 2 months ago

I moved all my books out of Amazon last year and host them for my family with Calibre Web. Jailbroke my Kindle and use KOreader exclusively, so I use Sync so that if I need to read while I'm out, I can just pick up on my phone.

load more comments (2 replies)
load more comments (1 replies)
[-] ApocolypticGopher@infosec.pub 10 points 2 months ago

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.

[-] tofu_oligarch@sopuli.xyz 5 points 2 months ago

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.

[-] Pika@sh.itjust.works 3 points 2 months ago

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.

load more comments (3 replies)
[-] confusedpuppy@lemmy.dbzer0.com 3 points 2 months ago

For blogs I found two interesting projects that are super minimal. BashWrite uses only bash and sed commands 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 cmark or pandoc but it's still quite minimal.

I love minimalism and writing scripts so these two projects really interest me.

load more comments (1 replies)
[-] mesamunefire@piefed.social 9 points 2 months ago

I made a solar powered phone server. It was great!

load more comments (3 replies)
[-] chunkystyles@sopuli.xyz 9 points 2 months ago

I'm thinking about finding an alternative to ntfy. The maintainers are increasingly vibe coding it.

[-] gabe@literature.cafe 8 points 2 months ago

I enjoy gotosocial, its such a lightweight fediverse server

[-] tofu_oligarch@sopuli.xyz 4 points 2 months ago

Does it work well with Mastodon, Pixelfed, Lemmy etc.? Or do you still have separate accounts there?

[-] gabe@literature.cafe 4 points 2 months ago

It works with most fediverse platforms (its in beta still, but gonna come out of beta soon!) not so much with lemmy as its more so microblogging

[-] tofu_oligarch@sopuli.xyz 3 points 2 months ago

Sounds interesting. Thanks!

[-] Paddle0681@lemmy.world 8 points 2 months ago* (last edited 2 months ago)

I found https://github.com/TwiN/gatus recently and its been a welcomed alternative to UptimeKuma (I have many hosts I monitor, so having a configuration file makes it far easier).

I run a Prometheus server at work, for doing ICMP latency checks, thats all I need at home. Gatus is super simple for my needs.

[-] hperrin@lemmy.ca 7 points 2 months ago

I used to use Nextcloud and put files in there instead of Google Drive. That’s ok, but turns out, way more than I need. I use Nephele with the Owlfiles app now. It’s less resource intensive. Also, I can manage actual folders on my server. I have a simlink to my Jellyfin media folder and manage it from there.

[-] DataCrime@lemmy.dbzer0.com 6 points 2 months ago
[-] harsh3466@lemmy.ml 7 points 2 months ago

Heads up, ersatzTV is no longer being developed.

load more comments (1 replies)
[-] Kangy@lemmy.dbzer0.com 6 points 2 months ago

2nd time I'm hearing about this service today. How's the experience?

[-] yardratianSoma@lemmy.ca 6 points 2 months ago

glance averages around 20MB of RAM per day on my home server. Others have mentioned syncthing, which is also very light on resources, and super useful.

[-] possiblylinux127@lemmy.zip 4 points 2 months ago

Grist

I know use spreadsheets for just about everything

[-] Decronym@lemmy.decronym.xyz 3 points 2 months ago* (last edited 2 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
Git Popular version control system, primarily for code
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
LAMP Linux-Apache-MySQL-PHP stack for webhosting
SFTP Secure File Transfer Protocol for encrypted file transfer, over SSH
SSH Secure Shell for remote terminal access
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)
XMPP Extensible Messaging and Presence Protocol ('Jabber') for open instant messaging
nginx Popular HTTP server

[Thread #182 for this comm, first seen 21st Mar 2026, 16:50] [FAQ] [Full list] [Contact] [Source code]

[-] mushroommunk@lemmy.today 3 points 2 months ago

Favourite? Probably Kavita.

I'm looking to sell Forgejo next myself

[-] 7EP6vuI@feddit.org 3 points 2 months ago* (last edited 2 months ago)

do you already have monitoring solution for your vps? maybe prometheus/altermanager and the node_exporter?

otherwise i join the forgejo praise, and also enjoy etherpad (self hosted (limited) google doc)

how do you handle backups? recommendation: borg

[-] tofu_oligarch@sopuli.xyz 3 points 2 months ago

No, so far I just hope nothing breaks :) will take a look!

With so many recommendations in this thread, Forgejo must be great. I've used it with Codeberg, but self-hosting seems a lot better (especially if they introduce federation at some point).

Thanks!

load more comments
view more: next ›
this post was submitted on 21 Mar 2026
142 points (100.0% liked)

Selfhosted

59573 readers
455 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

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

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS