Skip Navigation

Runtipi: Homeserver management made easy

www.runtipi.io Runtipi: Homeserver management made easy

Runtipi: Homeserver management made easy

Runtipi: Homeserver management made easy

cross-posted from: https://programming.dev/post/1429257

It has an 'App store' that's been growing a lot lately. Writing new docker-compose.yaml files is easy (see: https://www.runtipi.io/docs/contributing/adding-a-new-app ), and exposing them behind NAT, e.g. from home it's easy too (see: https://www.runtipi.io/docs/guides/expose-apps-with-cloudflare-tunnels )... But my favorite perk is the folder structure (see: https://www.runtipi.io/docs/reference/folder-structure ), and the fact that 'media' is shared between apps.

5
homelab @lemmy.world adr1an @programming.dev

Runtipi: Homeserver management made easy

8 0
homelab @lemmy.ml adr1an @programming.dev

Runtipi: Homeserver management made easy

8 5

Runtipi: Homeserver management made easy

72 17
5 comments
  • oh wow! I've been looking for something like this because I'm a big fan of Docker Compose instead of trying to install everything natively on an OS

  • Thank you for this! This really seems to have pretty much everything, wow.

  • Weirdly enough the installer fails on Debian and says it isn't supported. Is this a RHEL/CentOS only thing?

    • [This comment has been deleted by an automated system]

      • Odd, yeah it's a fresh cloud-init provisioned Debian 11 x64 VM on Proxmox. No docker or docker-compose installed on it, just a basic minimal install.

        One thought is debian minimal doesn't come with sudo, so maybe the installer is getting stuck on that..

        I'll have to play with it some more.