mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
Merge pull request #20 from orhtej2/orhtej2-patch-1
Make /script.js globally accessible.
This commit is contained in:
commit
551ec85ff2
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…
Reference in a new issue