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:
parent
1ed1c542a7
commit
9ac7937b13
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue