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
14
README.md
14
README.md
|
@ -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>
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -43,12 +43,12 @@ Paperless-ngx is a document management system that transforms your physical docu
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://paperless-ngx.com>
|
||||
* 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>
|
||||
* 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>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/paperless-ngx_ynh/issues>
|
||||
- Site officiel de l’app : <https://paperless-ngx.com>
|
||||
- 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>
|
||||
- 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>
|
||||
- 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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue