- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
I recently discovered yunohost, a French project for easy selfhosting. Does anyone have experience with that?
Yunohost has been recommended to me a couple of years ago and this is a software that brought me into #selfhosting.
Thanks to Yunohost’s application catalog, I got familiar with quite a few interesting applications, learnt about their capabilities, and I still use many of them today, such as Hedgedoc and Wallabag. In addition, Yunohost makes it easy to manage domains or reverse proxies. I currently work as SysOps/SysAdmin/DevOps and when I choose to deploy an application, I opt for something I have more control over, but without yunohost I would never have stepped into this career path. I continue to use yunohost on my main server, which is a bastion of stability for me, but I test new apps and host them on a separate server. In Yunohost, on the other hand, I install the Redirect application to conveniently have access to them outside my network.
Yunohost is okayish. Some apps sadly are badly maintained and therefore upgraded with more delay than I considered acceptable (but that has improved afaik)and integration into a single “look and feel” is a bit lacking. Nevertheless it’s solid in the end.
If you are willing to pay something Cloudron may be an alternative for you as well - very well maintained product, good support team and rock solid from my experience - and it’s a non-US/non-China company. (German to be exact) But it costs money for more than 2 applications. I nevertheless went with them - I don’t self host as a hobby, I self-host because I want shit to work. Between job and family I have no time to fiddle around with things and keep everything updated on a short notice. I have project where I can do that, but they are not something my family or myself depend on. (And they integrate nicely with Cloudron as you can add “custom” Apps/use it as a proxy and OpenID Provider)
I was searching for something like this! Seems really promising, I’ll check it, thanks!
I really like it. Yes, you have way more control by using docker/nixos/etc of course, but for things like seafile or nextcloud, yunohost does the good ol’ 80% job with 20% of the effort and time, at least for me.
Been using it for 10+ years. Love it.
Never heard of it till now, now I’m going to try it out!
yunotryityourself?
Umbrel, Cosmos Cloud, Caprover, Yacht, Dokku, there’s a billion of these things.
Not exactly. Yunohost offers solution to host services openly to the internet thanks to simplified configuration of domains (and it even offers free domains) and reverse proxy. Also it has built in email server (not client, but the server). Apps are packaged in its own format and with unique configuration, it is not just some wrapper for Docker Conpose
Oh thats pretty neat. I know Cosmos Cloud had some interesting functionality similar to that, with Oauth support for everything. Though I’ve not tried it.
Big part of me loving selfhosting stuff is that I get to learn things a lot. I think it’s pretty amazing that these sort of projects exist but I’ll always use good ol’
$BASIC_SERVER_OS
.Elena Rossini, well known for her help in growing the Fediverse, raves about Yunohost, https://news.elenarossini.com/my-year-of-fediverse-explorations/. You should be fine using it.
Yes, it’s pretty good! I’m a DevOps engineer, and have experience with Ansible, Docker, etc, but I just couldn’t find time to deploy services the best way that I wanted™ for my personal server
So, even though it e.g. doesn’t even use Docker, yunohost really helped me start using the many services I wanted/needed, which otherwise might take e.g. a few hours to a couple of days for each of them to research and configure
So I have one “production” yunohost server, one “testing” yunohost server to test services that I don’t know if I’ll use yet (and I wouldn’t want them to interfere with production e.g. by using too many resources)
and one server without yunohost for mailu, Docker, traefik, etc, which I can use to deploy services the correct way™ as I figure out the services that I really use and find the time to migrate them one-by-one
Even when using yunohost, there are so many things to do after deploying a service (e.g. DNS, configure the server and client software), so it has been really useful to save time when deploying and configuring.
I think it gets you ~80% there, makes self-hosting accessible to everyone, and helps democratize the Internet a bit 💚 It’s more important to have many people setting up e.g. Immich or Nextcloud for their family photos, than only a few Linux people being able to learn how to do it perfectly (Docker/kubernetes high availability, reverse proxies, etc) and have everyone else to need to resort to using centralized services
Elena Rossini (@[email protected]) is a journalist who’s gotten into the fediverse and self hosting with Yuno Host. She’s documented it on her blog. It’s worked out really well for her.
And they just boosted https://toot.aquilenet.fr/@yunohost/114431095460107487
Des, it has, what most others lack: Single Sign In and many Apps.
not myself, but my stepdad tried it with 2 decades of IT and linux sysadmin experience.
basically, it is great if you want to host like 2 or 3 standalone services on a pi to get into understanding how the basics of selfhosting work, but for homelabs and deep customization, you’re better off with docker compose on debian/ubuntu server.
I’ve used it when I started out and it’s good, I can recommend it if you just want something where you can hit install and it works. I just use docker containers now though because I have more experience and it allows to set everything up exactly how I want.
Same process here, started with yunojost and now using docker directly. Still Yunohost got me into self-hosting when I didn’t know anything about it, definitely recommended for starting out.