koala

joined 3 days ago
[–] koala@programming.dev 3 points 2 days ago (2 children)

YunoHost is very nice to run on a VPS (or a box at home, or anything). It has good email hosting support, and I feel people without systems administration experience could get it running and host a couple of apps for a group without too much trouble.

TrueNAS Scale has awesome NAS capabilities. ZFS is the bomb. Plus, they are integrating Incus, which I'm a huge fan of. I think it hits a sweet spot for people with systems administration experience. Just install it and you get great NAS capabilities, the option of running a K8S instance, LXC/VM capabilities, and some "app catalog" (I test drove that briefly and it looked decent, but I think less hands-free than Yunohost.). My pet peeve (and I understand why they do this) is that you need separate drives for the OS and for data, so if you want redundancy you need 4 drives- which is likely fine for home use, but I'd like to run TrueNAS Scale on a Hetzner dedicated server, and that increases costs a lot.

If your primary desire is to run a few apps and you want to minimize your learning/effort, I'd check out YunoHost. If you want to do more, but also invest more time, TrueNAS Scale is awesome.

[–] koala@programming.dev 8 points 2 days 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.)

[–] koala@programming.dev 1 points 2 days ago

Nope, just tested. There are hardware OTP devices that have no Internet connectivity. As far as I know, all OTP protocols are offline-friendly.

[–] koala@programming.dev 0 points 2 days ago

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!

[–] koala@programming.dev 4 points 2 days ago

I'm still a huge fan of Ventoy, but lately I have been finding more and more issues with it.

So I decided to investigate using a Raspberry Pi Zero with a USB adapter to create a virtual drive:

https://github.com/alexpdp7/alexpdp7/blob/master/hardware/using-an-rpi-zero-as-an-usb-drive-to-install-operating-systems.md

It's very wonky and manual at the moment, but I have managed to boot all Linux ISOs successfully so far. Unfortunately, I think only ISOhybrid works OOB, so Windows ISO do not work. I have found some scripts to take Windows ISO and make them ISOhybrid, but haven't gotten around to doing that yet.

I think it should be doable to package this nicely.

view more: ‹ prev next ›