What app is this about, and its version: 1.20.1~ynh1 What YunoHost version are you running: 12.1.39 (stable) What type of hardware are you using: Old laptop or computer
Describe your issue
I currently cannot access Copyparty’s admin settings, or even upload files. I want to configure Copyparty, or look at the current config, to set up accounts. Copyparty config is done via files or the command line.
How do I create a Copyparty config file and have Yunohost use that config when Copyparty starts?
# create users:
[accounts]
usertwo: password # add users following this scheme : username: passoxrd
As default, this user only will able to read and download. To change permissions:
nano config/main.config
accs:
r: * # everyone gets read-access, but
A: adminuser# the user "adminuser" gets read-write-delete (I think A is the right setting but to be confirmed
rw: userone # userone gets read-write
rw: usertwo