1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paperless-ngx_ynh.git synced 2024-09-03 19:56:33 +02:00

Merge pull request #82 from YunoHost-Apps/add-share-permission

Add public share permission
This commit is contained in:
Tagada 2024-03-07 14:09:26 +01:00 committed by GitHub
commit c844e2702a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 14 deletions

View file

@ -43,12 +43,12 @@ Paperless-ngx is a document management system that transforms your physical docu
## Documentation and resources ## Documentation and resources
* Official app website: <https://paperless-ngx.com> - Official app website: <https://paperless-ngx.com>
* Official user documentation: <https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html> - Official user documentation: <https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html>
* Official admin documentation: <https://paperless-ngx.readthedocs.io/en/latest/index.html> - Official admin documentation: <https://paperless-ngx.readthedocs.io/en/latest/index.html>
* Upstream app code repository: <https://github.com/paperless-ngx/paperless-ngx> - Upstream app code repository: <https://github.com/paperless-ngx/paperless-ngx>
* YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx> - YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx>
* Report a bug: <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
## Developer info ## Developer info

View file

@ -43,12 +43,12 @@ Paperless-ngx is a document management system that transforms your physical docu
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://paperless-ngx.com> - Site officiel de lapp : <https://paperless-ngx.com>
* Documentation officielle utilisateur : <https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html> - Documentation officielle utilisateur : <https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html>
* Documentation officielle de ladmin : <https://paperless-ngx.readthedocs.io/en/latest/index.html> - Documentation officielle de ladmin : <https://paperless-ngx.readthedocs.io/en/latest/index.html>
* Dépôt de code officiel de lapp : <https://github.com/paperless-ngx/paperless-ngx> - Dépôt de code officiel de lapp : <https://github.com/paperless-ngx/paperless-ngx>
* YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx> - YunoHost Store : <https://apps.yunohost.org/app/paperless-ngx>
* Signaler un bug : <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues> - Signaler un bug : <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs

View file

@ -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