1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Allow unrestricted access to /script.js.

This allows embedding tracking code without exposing admin UI to everyone.
This commit is contained in:
orhtej2 2023-08-24 23:29:15 +02:00 committed by GitHub
parent 1ed1c542a7
commit 9ac7937b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,11 @@ ram.runtime = "50M"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
api.auth_header = false
script.url = "/script.js"
script.show_tile = false
script.allowed = "visitors"
script.auth_header = false
[resources.apt]
packages = "postgresql"