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
* Official app website: <https://paperless-ngx.com>
* 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>
* Upstream app code repository: <https://github.com/paperless-ngx/paperless-ngx>
* YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx>
* Report a bug: <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
- Official app website: <https://paperless-ngx.com>
- 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>
- Upstream app code repository: <https://github.com/paperless-ngx/paperless-ngx>
- YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx>
- Report a bug: <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
## Developer info
@ -62,4 +62,4 @@ or
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -43,12 +43,12 @@ Paperless-ngx is a document management system that transforms your physical docu
## Documentations et ressources
* Site officiel de lapp : <https://paperless-ngx.com>
* 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>
* Dépôt de code officiel de lapp : <https://github.com/paperless-ngx/paperless-ngx>
* YunoHost Store: <https://apps.yunohost.org/app/paperless-ngx>
* Signaler un bug : <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
- Site officiel de lapp : <https://paperless-ngx.com>
- 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>
- Dépôt de code officiel de lapp : <https://github.com/paperless-ngx/paperless-ngx>
- YunoHost Store : <https://apps.yunohost.org/app/paperless-ngx>
- Signaler un bug : <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
## Informations pour les développeurs
@ -62,4 +62,4 @@ ou
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -79,6 +79,12 @@ ram.runtime = "350M"
api.url = "/api/"
api.show_tile = false
api.auth_header = false
share.url = "/share/"
share.show_tile = false
share.auth_header = false
share.protected = true
share.allowed = "visitors"
[resources.ports]
main.default = 8095