1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/qbittorrent_ynh.git synced 2024-09-03 20:16:10 +02:00

fix permission

This commit is contained in:
Kay0u 2023-03-02 22:28:38 +01:00
parent b1c24d909d
commit 5b2caf1b5a
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -37,11 +37,11 @@ ram.runtime = "50M"
[install.admin]
type = "user"
[install.init_main_permission]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
type = "group"
default = "admins"
#[install.init_main_permission]
## this is a generic question - ask strings are automatically handled by YunoHost's core
## This won't be saved as setting and will instead be used to initialize the SSOwat permission
#type = "group"
#default = "admins"
#[install.password]
## this is a generic question - ask strings are automatically handled by YunoHost's core
@ -60,6 +60,7 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.protected = true
main.allowed = "admins"
[resources.ports]
main.default = 30000