this post was submitted on 02 May 2025
2 points (100.0% liked)

Selfhosted

44306 readers
671 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 2 years ago
MODERATORS
 

I recently discovered yunohost, a French project for easy selfhosting. Does anyone have experience with that?

top 8 comments
sorted by: hot top controversial new old
[–] gkaklas@lemmy.zip 2 points 1 month ago* (last edited 1 month ago)

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

[–] koala@programming.dev 1 points 1 month ago

I did some testing with it, because I believe more people should be able to self-host.

I like how it is implemented. It has good support for email. Many apps support SSO.

The critical part to me is how up-to-date applications are. I started a small project to automate version tracking, check out:

https://alexpdp7.github.io/selfhostwatch/app/nextcloud.html

; so for example, the YunoHost Nextcloud app does not lag much behind upstream. My intention with this is to let people see that they have been updating Nextcloud dilligently for two years; they might pull the plug tomorrow, but it's a good track record.

(I'd like to add scrapers to other projects similar to YunoHost. My ultimate goal would be to be able to choose a list of apps you'd like to self-host, and see which projects like YunoHost carry the applications you want, and compare how they track updates.)

[–] Jerry@feddit.online 1 points 1 month ago

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.

@_elena@mastodon.social

[–] rirus@feddit.org 1 points 1 month ago

Des, it has, what most others lack: Single Sign In and many Apps.

[–] Marty_TF@lemmy.zip 1 points 1 month ago* (last edited 1 month ago)

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.

[–] toastmeister@lemmy.ca 0 points 1 month ago (1 children)

Umbrel, Cosmos Cloud, Caprover, Yacht, Dokku, there's a billion of these things.

[–] cichy1173@szmer.info 1 points 1 month ago (1 children)

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

[–] toastmeister@lemmy.ca 1 points 1 month ago

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.