1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

add permissions to auth_header = false

This commit is contained in:
Thomas 2023-09-09 07:54:56 +02:00 committed by GitHub
parent aa795595f2
commit 02f64005e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,11 +49,13 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.auth_header = false
api.url = "/api" api.url = "/api"
api.allowed = "visitors" api.allowed = "visitors"
api.show_tile = false api.show_tile = false
api.protected = true api.protected = true
api.auth_header = false
[resources.ports] [resources.ports]
main.default = 8095 main.default = 8095