1
0
Fork 0
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:
eric_G 2023-08-25 07:53:50 +02:00 committed by GitHub
commit 551ec85ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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