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:
commit
c844e2702a
3 changed files with 20 additions and 14 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -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 l’app : <https://paperless-ngx.com>
|
- Site officiel de l’app : <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 l’admin : <https://paperless-ngx.readthedocs.io/en/latest/index.html>
|
- Documentation officielle de l’admin : <https://paperless-ngx.readthedocs.io/en/latest/index.html>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/paperless-ngx/paperless-ngx>
|
- Dépôt de code officiel de l’app : <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
|
||||||
|
|
||||||
|
|
|
@ -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