mirror of
https://github.com/YunoHost-Apps/paperless-ngx_ynh.git
synced 2024-09-03 19:56:33 +02:00
v2
This commit is contained in:
parent
ce1cfe4fe1
commit
64c9b4f0d4
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
* Example for french `sudo apt-get install tesseract-ocr-fra`
|
* Example for french `sudo apt-get install tesseract-ocr-fra`
|
||||||
* Example for german `sudo apt-get install tesseract-ocr-deu`
|
* Example for german `sudo apt-get install tesseract-ocr-deu`
|
||||||
* Modify config to add new languages
|
* Modify config to add new languages
|
||||||
* Open the configuration tab under: https://my-domain.tld/yunohost/admin/#/apps/$app_id/
|
* Open the configuration
|
||||||
* You can combine multiple languages like this:
|
* You can combine multiple languages like this:
|
||||||
* One language: eng
|
* One language: eng
|
||||||
* Two languages: eng+fra
|
* Two languages: eng+fra
|
|
@ -16,14 +16,14 @@ demo = "https://demo.paperless-ngx.com/"
|
||||||
admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html"
|
admindoc = "https://paperless-ngx.readthedocs.io/en/latest/index.html"
|
||||||
userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html"
|
userdoc = "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html"
|
||||||
code = "https://github.com/paperless-ngx/paperless-ngx"
|
code = "https://github.com/paperless-ngx/paperless-ngx"
|
||||||
cpe = "???" # FIXME: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=paperless
|
cpe = "???" # XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=paperless
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0.0"
|
yunohost = ">= 11.0.0"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = "false"
|
ldap = false
|
||||||
sso = "false"
|
sso = false
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue