this post was submitted on 02 May 2025
155 points (97.0% liked)

Selfhosted

46595 readers
1506 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?

you are viewing a single comment's thread
view the rest of the comments
[–] koala@programming.dev 8 points 1 day 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.)