mirror of
https://github.com/YunoHost-Apps/qbittorrent_ynh.git
synced 2024-09-03 20:16:10 +02:00
Add api permission, defaults to allowing visitors
This commit is contained in:
parent
8f13a6f1bd
commit
6876d93000
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
main.protected = true
|
||||
main.allowed = "admins"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 30000
|
||||
|
|
Loading…
Add table
Reference in a new issue