1
0
Fork 0

Merge pull request #25 from YunoHost-Apps/testing

Testing v3.4.23~ynh3
This commit is contained in:
eric_G 2024-01-16 23:19:30 +01:00 committed by GitHub
commit 6b1022079e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View 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.

View File

@ -54,6 +54,10 @@ ram.runtime = "50M"
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.auth_header = false
api.show_tile = false
api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header = false
download.show_tile = false