mirror of
https://github.com/YunoHost-Apps/qbittorrent_ynh.git
synced 2024-09-03 20:16:10 +02:00
Fix main permission
This commit is contained in:
parent
16c672295e
commit
75c9d3c593
2 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ WebUI\HTTPS\KeyPath=
|
||||||
WebUI\HostHeaderValidation=true
|
WebUI\HostHeaderValidation=true
|
||||||
WebUI\LocalHostAuth=false
|
WebUI\LocalHostAuth=false
|
||||||
WebUI\MaxAuthenticationFailCount=5
|
WebUI\MaxAuthenticationFailCount=5
|
||||||
WebUI\Port=30000
|
WebUI\Port=__PORT__
|
||||||
WebUI\RootFolder=
|
WebUI\RootFolder=
|
||||||
WebUI\SecureCookie=true
|
WebUI\SecureCookie=true
|
||||||
WebUI\ServerDomains=*
|
WebUI\ServerDomains=*
|
||||||
|
|
|
@ -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 = "visitors"
|
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
|
||||||
|
|
Loading…
Reference in a new issue