mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
commit
6b1022079e
2 changed files with 6 additions and 1 deletions
1
doc/PRE_UPGRADE.d/3.4.23~ynh3
Normal file
1
doc/PRE_UPGRADE.d/3.4.23~ynh3
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Now with `3.4.23~ynh3` version, the Send package supports download link sharing even if your app is protected by the YunoHost login page.
|
|
@ -54,6 +54,10 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
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