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

Self Hosted - Self-hosting your services.

12723 readers
5 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

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

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.

top 14 comments
sorted by: hot top controversial new old
[–] stefenauris@pawb.social 7 points 2 years ago

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

[–] zark@beehaw.org 4 points 2 years ago (3 children)

Can I run this on Synology?

[–] 01189998819991197253@infosec.pub 2 points 2 years ago (2 children)

Can your run Doom on it? Jk. You should be able to run this in Synology, but I've never tried.

[–] deeznutz@lemmy.dbzer0.com 3 points 2 years ago (1 children)

I'll do you one better, shoot a BFG to kill a docker container. https://github.com/gideonred/dockerdoomd

Hahaha! This is amazing!

[–] zark@beehaw.org 2 points 2 years ago* (last edited 2 years ago) (1 children)

What country have I called?

[–] anzo@programming.dev 1 points 2 years ago

Of course! This is just a set of docker containers.

[–] Kyle@lemmy.ca 1 points 2 years ago

I've tried but with my limited skills, no luck so far.

[–] gabe@literature.cafe 2 points 2 years ago

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

[–] MangoPenguin@lemmy.blahaj.zone 2 points 2 years ago (1 children)

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

[–] skullgiver@popplesburger.hilciferous.nl 2 points 2 years ago* (last edited 1 year ago) (1 children)

[This comment has been deleted by an automated system]

[–] MangoPenguin@lemmy.blahaj.zone 1 points 2 years ago

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.

[–] some_guy@lemmy.sdf.org 1 points 2 years ago

Looks great!