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!

  • VeryVito@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    28 days ago

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

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

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

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    19 days 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]

  • rem26_art@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    28 days 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.

    • tofu_oligarch@sopuli.xyzOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      19 days ago

      Small Update:

      I set up Radicale as a replacement for EteSync (as it seems development has stalled, and I am paying for the VPS anyway) and so far it works great. Getting a “shared” calendar to work with symlinks was not that intuitive in a Podman setup, but I got it to work. Thanks for the suggestion!