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