mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
permit download exposure
This commit is contained in:
parent
3a67c16d96
commit
5832eaf78a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue