47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
|
{
|
||
|
"$schema": "../schema.json",
|
||
|
"name": "Paperless-ngx",
|
||
|
"available": true,
|
||
|
"exposable": true,
|
||
|
"port": 8012,
|
||
|
"id": "paperless-ngx",
|
||
|
"tipi_version": 1,
|
||
|
"version": "1.14.0",
|
||
|
"categories": [
|
||
|
"utilities"
|
||
|
],
|
||
|
"description": "Paperless-ngx is a community-supported open-source document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.",
|
||
|
"short_desc": "Document Management System (DMS)",
|
||
|
"author": "Daniel Quinn, Jonas Winkler, and the Paperless-ngx team",
|
||
|
"source": "https://github.com/paperless-ngx/paperless-ngx",
|
||
|
"form_fields": [
|
||
|
{
|
||
|
"type": "text",
|
||
|
"label": "Administrator Username",
|
||
|
"required": true,
|
||
|
"min": 5,
|
||
|
"max": 20,
|
||
|
"hint": "Username for the paperless-ngx Admin user",
|
||
|
"env_variable": "PAPERLESS_ADMIN_USERNAME"
|
||
|
},
|
||
|
{
|
||
|
"type": "password",
|
||
|
"label": "Administrator password",
|
||
|
"required": true,
|
||
|
"min": 5,
|
||
|
"max": 64,
|
||
|
"hint": "Password for the paperless-ngx Admin user",
|
||
|
"env_variable": "PAPERLESS_ADMIN_PASSWORD"
|
||
|
},
|
||
|
{
|
||
|
"type": "text",
|
||
|
"label": "Enable Tika (1 or 0)",
|
||
|
"required": true,
|
||
|
"min": 1,
|
||
|
"max": 1,
|
||
|
"hint": "1 = yes, 2= no",
|
||
|
"env_variable": "PAPERLESS_TIKA_ENABLED"
|
||
|
}
|
||
|
]
|
||
|
}
|