When connecting in SFTP to add/edit files (stylesheets, etc.), the admin user doesn't have write permission in /var/www/dokuwiki folder.
We fixed it by adding admin to the dokuwiki group sudo usermod -a -G dokuwiki admin.
Context
Hardware: VM supplied by the IT department at a university
YunoHost version: 4.2.8.3
Dokuwiki version: 2020-07-29~ynh3
I have access to my server: Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: nothing that would impact this I think
@zamentur might provide additional details if this is not precise enough ?
Describe the bug
When connecting in SFTP to add/edit files (stylesheets, etc.), the admin user doesn't have write permission in
/var/www/dokuwiki
folder. We fixed it by adding admin to the dokuwiki groupsudo usermod -a -G dokuwiki admin
.Context
@zamentur might provide additional details if this is not precise enough ?
Thanks everyone !!