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
|
@ -63,6 +63,10 @@ ram.runtime = "50M"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.allowed = "visitors"
|
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]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql"
|
||||||
|
|
Loading…
Reference in a new issue