this post was submitted on 07 Aug 2023
59 points (96.8% liked)

Selfhosted

39964 readers
413 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.

all 12 comments
sorted by: hot top controversial new old
[–] Kyle@lemmy.ca 4 points 1 year ago (1 children)

So I'm the kind of person who runs back ups using two synologies and is more of a GUI guy. I use mac and pcs very fluently but I'm not entirely terminal or command line literal.

Will something like this cause more problems if I'm looking to get rid of Google drive and start switching to next cloud or will this make my life easier?

[–] anzo@programming.dev 1 points 1 year ago

This requires some command line to fully tame the beast(s).. sorry, the apps! that you'd be hosting. If you prefer an easy solution, for Nextcloud, specifically, I think you can try the managed instances (e.g. Hetzer offers 'nx' boxes). It's better than paying premium fees to GAFAM imho every step counts ;)

[–] narF@lemmy.ca 3 points 1 year ago (1 children)

How does this compare to Yunohost?

[–] anzo@programming.dev 3 points 1 year 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

[–] narF@lemmy.ca 2 points 1 year ago

What are the pros and cons?

[–] anzo@programming.dev 1 points 1 year ago* (last edited 1 year 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.

[–] benjacoblee@lemmy.world 1 points 1 year ago

I haven't had much luck with app-store-type solutions in the past, but this looks really promising! Thanks for sharing :)

[–] PlutoniumAcid@lemmy.world 1 points 1 year ago

I'd like to try this, but how will it work alongside my existing setup?

I run NPM to get SSL for my domain, so now there will be two services trying to do the same?

I also run Mattermost which is not in the Store here, so I will still need to run some things outside of this service - while still needing the SSL and reverse proxy.

[–] abon999@lemmy.world 1 points 1 year ago

Hum, the cloudflafe tunnel looks powerfull to bypass a CGNAT !