mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
Add public share permission
This commit is contained in:
parent
d57c6c9234
commit
3d5cdd6d3c
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ ram.runtime = "350M"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
|
|
||||||
|
share.url = "/share/"
|
||||||
|
share.show_tile = false
|
||||||
|
share.auth_header = false
|
||||||
|
share.protected = true
|
||||||
|
share.allowed = "visitors"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 8095
|
main.default = 8095
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue