1
0
Fork 0
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:
tituspijean 2024-06-02 15:03:02 +02:00
parent 8f13a6f1bd
commit 6876d93000
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -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