Has anyone tried YunoHost, especially for longer periods than some experimenting over the weekend? Is it any good? Does it cause more problems than it solves?
#selfhosting #hosting #vps #yunohost
Ich habe ein ThinkCentre Tiny für 110€ gekauft und ich werde es benutzen, um einen Chat-Server für unsere #Konfi-Arbeit aufzusetzen. #yunohost sei Dank.
Es wird der dritte Server in meinem Keller. Ab wann darf ich mich "kirchliches Rechenzentrum" schimpfen?
Hey @yunohost vous fournissez un reverse proxy par défaut ? :) #yunohost
Ça me saoul un peu là, je n'arrive pas à comprendre pourquoi les favicons ne s'affichent pas dans #Freshrss (paquet #Yunohost) en passant par l'API.
#ReadYou comme #ReaDrops, même combat.
Les droits sur les fichiers sont pourtant bons...
#RSS #AutoHebergement #SelfHosting
Onto the second try of updating my Mastodon-instance. Here's to hoping, that this time the ruby bundle gets built corrrectly.
#homelab #selfhosting #yunohost
After successfully nuking my instance with the newest @yunohost@toot.aquilenet.fr-mastodon update, I am back - albeit with a quite old backup, but that's an error on my end.
Onto backing up everything properly now and then upgrading Mastodon again.
#homelab #selfhosting #yunohost
Also, some of my most used/useful Yunohost commands:
sudo yunohost tools upgrade apps
sudo yunohost tools upgrade system
sudo yunohost --version
sudo yunohost user update username -p[NEW PASSWORD] <- Update password
sudo yunohost tools reboot
Use Nextcloud OCC. After sudo su:
sudo -u nextcloud php[PHP VERSION] --define apc.enable_cli=1 /var/www/nextcloud/occ
Clean up disk space (CAREFUL with these! They delete stuff!):
sudo -u nextcloud php[PHP VERSION] --define apc.enable_cli=1 /var/www/nextcloud/occ trashbin:cleanup --all-users
sudo -u nextcloud php[PHP VERSION] --define apc.enable_cli=1 /var/www/nextcloud/occ versions:cleanup
sudo yunohost tools basic-space-cleanup
find /var/log/yunohost/categories/operation/ -type f -mtime +365 -execdir rm {} +
My main tip after years of using Yunohost is to make sure you keep running "Diagnosis" and following the suggestions it makes. This will clear upmost thorny issues, especially related to email deliverability.
The only problem with this is that there are some times it will falsely claim it can't create an SSL cert because the site(s) aren't externally accessible to other websites. I found that when that happens I just had to use a flag that essentially says "ignore connection errors and force". I don't recall it offhand, but it's easily searchable.
i never got email working within #yunohost - i think i am to stupid for that :P if i need a email integration i use a external one
@matt5sean3 https://urusai.social/@matt5sean3/115514308947686706
Den aktuell ungenutzten Mini PC per #Yunohost zum eigenen kleinen Server machen. Mal schauen, was da so geht... :)
I've put in focus to get started on #Yunohost. It feels like it's fairly aggressive about self-hosting email. I've already got mail hosting setup with a different service and my ISP explicitly blocks hosting your own email server, so all the errors are unhelpful.
The fact that disabling email is in the domain settings was not obvious. Even disabling email on all domains won't fully turn off email and it's still showing up in diagnostics and dovecot is running. I kind of just want a big button that says "I'm not self-hosting email (because my ISP is a dick)."
Eventually, I'll setup with a VPN to self-host email, but I'm not ready just yet. It seems like there must be a very good reason that email is so tightly integrated, but I don't know what it is just yet.