• 0 Posts
  • 5 Comments
Joined 2 days ago
cake
Cake day: May 1st, 2025

help-circle
  • YunoHost is a non-profit. Things could change, of course, but I’d fear more that YunoHost dies than it tries to monetize.

    TrueNAS is backed by a for-profit company that so far has a good track record and looks pretty sustainable. Plus, while YunoHost might be a bit more troublesome, TrueNAS Scale is pretty much based around “open” things- their app catalog is basically Helm charts, for example.

    Docker Compose is quite portable too, but if you are re-using YAML compose definitions from the Internet, or non-official container images by third-parties, there’s also risks involved- not everything is easy to migrate! I prefer a very hands-on approach to my personal infra (I package some RPMs!), so I think I wouldn’t personally use YunoHost, but I feel somewhat comfortable recommending it to others.


  • 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.)



  • My crazy idea is: write software so that Flatpaks can run on Windows and macOS. Plus, make high-quality Flatpak-building templates available for as many programming languages, UI toolkits, etc. as possible.

    Because everything that Flatpaks provide is OSS, making shims for Windows and macOS compatibility would be tedious, but doable.

    Same with crosscompiling Flatpaks, compared to the difficulties of crosscompiling for Windows or macOS from any other OS, multiplatform Flatpaks should be doable to crosscompile.

    So this would lead to a world where a very convenient way to package for Windows and macOS… is creating a Flatpak that works on Linux!