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

Merge pull request #79 from LukeOssevoort/master

Changed SSOwat config on install
This commit is contained in:
Thomas 2023-09-10 13:00:07 +02:00 committed by GitHub
commit bc4a360acb
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