this post was submitted on 07 Aug 2023
67 points (93.5% liked)

Self Hosted - Self-hosting your services.

14706 readers
1 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

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] skullgiver@popplesburger.hilciferous.nl 2 points 2 years ago* (last edited 2 years ago) (1 children)

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