mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-11-22 14:01:36 +01:00
Merge pull request #24 from YunoHost-Apps/expose-download
Expose download link
This commit is contained in:
commit
ba02b36cb0
@ -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
|
Loading…
Reference in New Issue
Block a user