1
0
Fork 0
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:
Kay0u 2023-03-02 18:55:33 +01:00
parent 16c672295e
commit 75c9d3c593
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156
2 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ WebUI\HTTPS\KeyPath=
WebUI\HostHeaderValidation=true
WebUI\LocalHostAuth=false
WebUI\MaxAuthenticationFailCount=5
WebUI\Port=30000
WebUI\Port=__PORT__
WebUI\RootFolder=
WebUI\SecureCookie=true
WebUI\ServerDomains=*

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 = "visitors"
[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