Merge pull request #24 from YunoHost-Apps/expose-download

Expose download link
This commit is contained in:
OniriCorpe 2024-01-16 22:41:35 +01:00 committed by GitHub
commit ba02b36cb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,3 +57,7 @@ ram.runtime = "50M"
api.auth_header = false api.auth_header = false
api.show_tile = false api.show_tile = false
api.protected = true api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header = false
download.show_tile = false