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:
parent
b1c24d909d
commit
5b2caf1b5a
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue