Hardware: Old laptop or computer YunoHost version: 11.2.9.1 (stable) I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | … (all of it) Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no If yes, please explain: If your request is related to an app, specify its name and version: scrutiny 0.7.2~ynh1
Description of my issue
I installed Scrutiny, but when I open it, I do not get any info:
All I did was apt get htop, fish shell and a few such small CLI tools. Otherwise it’s very vanilla YunoHost.
The only thing I messed with the system (actually groups/permissions) was this part:
sudo su
cd /var/www/pelican
# Faire en sorte que tout les dossiers et fichiers appartiennent au groupe pelican
chown pelican:pelican -R .
# Ajouter nextcloud et www-data au groupe pelican
usermod -a -G pelican nextcloud
usermod -a -G pelican www-data
# Forcer à ce que les fichiers créés par nextcloud appartiennent toujours au groupe pelican
chmod g+s content
# Autoriser nextcloud (et incidemment www-data) à écrire dans content
chmod 770 content
chmod 660 content/* -R
what could be interesting now is to know which of the 2 lines or the both is necessary to comment. Knowing that i could update the app. Unfortunately i don’t own an nvme device so can’t do that myself…
can you do those tests ?