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
5328606aba
commit
8a75311ae1
2 changed files with 2 additions and 66 deletions
|
@ -13,7 +13,7 @@ name = "Paperless-ngx configuration"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "eng"
|
default = "eng"
|
||||||
help = """\
|
help = """\
|
||||||
Read this informations: https://github.com/YunoHost-Apps/paperless-ngx_ynh#disclaimers--important-information\n\
|
Read this informations: https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/master/doc/PRE_INSTALL.md\n\
|
||||||
If your language contains a '-' such as chi-sim, you must use chi_sim\n\
|
If your language contains a '-' such as chi-sim, you must use chi_sim\n\
|
||||||
Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
|
Examples:\n- eng\n- eng+fra\n- eng+fra+chi_sim"""
|
||||||
bind = "PAPERLESS_OCR_LANGUAGE:/opt/yunohost/__APP__/paperless.conf"
|
bind = "PAPERLESS_OCR_LANGUAGE:__INSTALL_DIR__/paperless.conf"
|
||||||
|
|
|
@ -1,64 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Paperless-ngx",
|
|
||||||
"id": "paperless-ngx",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Scan, index and archive all your physical documents",
|
|
||||||
"fr": "Scannez, triez et archivez tous vos documents papiers"
|
|
||||||
},
|
|
||||||
"version": "1.14.5~ynh1",
|
|
||||||
"url": "https://paperless-ngx.com",
|
|
||||||
"upstream": {
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"website": "https://paperless-ngx.com",
|
|
||||||
"demo": "https://demo.paperless-ngx.com/",
|
|
||||||
"admindoc": "https://paperless-ngx.readthedocs.io/en/latest/index.html",
|
|
||||||
"userdoc": "https://paperless-ngx.readthedocs.io/en/latest/usage_overview.html",
|
|
||||||
"code": "https://github.com/paperless-ngx/paperless-ngx"
|
|
||||||
},
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "Tagada"
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 11.0.0"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"redis",
|
|
||||||
"postgresql"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"type": "user"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin_pw",
|
|
||||||
"type": "password",
|
|
||||||
"ask": {
|
|
||||||
"en": "Please chose a password for admin user."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public_api",
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false,
|
|
||||||
"ask": {
|
|
||||||
"en": "Should Paperless-ngx be accessible for apps."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue