this post was submitted on 07 Aug 2023
72 points (96.2% liked)

Selfhosted

37817 readers
465 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.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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
[–] [email protected] 3 points 11 months ago (2 children)

How does this compare to Yunohost?

[–] [email protected] 3 points 11 months ago (2 children)

The most salient difference is that YNHST is tied to Debian, while Runtipi is a set of containers you can install on any distro

[–] [email protected] 3 points 11 months ago

What are the pros and cons?

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

These comparisons are extremely difficult to make (not many people really tried all, we all judge from docs, etc.) That being said, I think runtipi is simpler in the curve of customization, if you have the knowledge. If you don't, well then maybe, a full-blown OS is better. But my original post addressed the advantage I see on runtipi, with all the links to the docs. It's powerful and encourages customization. To me, it's a good mid-point between 'raw' docker (e.g. linuxserver.io which btw provides most of the images), and a highly automatized system. For example, one of the bigger features is that you can set repositories (e.g. on GitHub) as stores: I will repeat the link to these docs here: https://www.runtipi.io/docs/contributing/adding-a-new-app ..over these repos you simply write docker-compose YAML files. I don't know what's the solution to this on CasaOS, but YunoHost has a set of scripts or bash functions. That's something I believe takes more effort to mantain. All in all, imho, runtipi has a good balance between flexibility, complexity, and customization.

[–] [email protected] 1 points 11 months ago