2022-03-29 11:08:51 +02:00
|
|
|
{
|
2022-03-29 17:50:14 +02:00
|
|
|
"name": "Paperless-ngx",
|
|
|
|
"id": "paperless-ngx",
|
2022-03-29 11:08:51 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-03-29 17:50:14 +02:00
|
|
|
"en": "Scan, index and archive all your physical documents",
|
|
|
|
"fr": "Scannez, triez et archivez tous vos documents papiers"
|
2022-03-29 11:08:51 +02:00
|
|
|
},
|
2023-04-14 10:37:54 +02:00
|
|
|
"version": "1.13.0~ynh1",
|
2022-03-29 17:50:14 +02:00
|
|
|
"url": "https://paperless-ngx.com",
|
2022-03-29 11:08:51 +02:00
|
|
|
"upstream": {
|
2022-03-29 18:05:04 +02:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-03-29 17:50:14 +02:00
|
|
|
"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"
|
2022-03-29 11:08:51 +02:00
|
|
|
},
|
2022-03-29 18:05:04 +02:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-03-29 11:08:51 +02:00
|
|
|
"maintainer": {
|
2022-03-29 17:50:14 +02:00
|
|
|
"name": "Tagada"
|
2022-03-29 11:08:51 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2022-12-30 12:24:18 +01:00
|
|
|
"yunohost": ">= 11.0.0"
|
2022-03-29 11:08:51 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-03-29 17:50:14 +02:00
|
|
|
"redis",
|
|
|
|
"postgresql"
|
2022-03-29 11:08:51 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
2022-12-30 12:24:18 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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."
|
|
|
|
}
|
2022-03-29 11:08:51 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|