2023-04-26 17:49:16 +00:00
{
"$schema" : "../schema.json" ,
"name" : "Paperless-ngx" ,
"available" : true ,
"exposable" : true ,
"port" : 8012 ,
"id" : "paperless-ngx" ,
2024-06-24 08:18:47 +00:00
"tipi_version" : 39 ,
"version" : "2.10.2" ,
2024-05-19 12:01:41 +00:00
"categories" : [ "utilities" ] ,
2023-04-26 17:49:16 +00:00
"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" ,
2023-06-05 03:17:31 +00:00
"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"
} ,
{
"label" : "Enable Tika" ,
"type" : "text" ,
"hint" : "Do you want to enable a Tika server for parsing and converting 'Office' documents (such as '.doc', '.xlsx' and '.odt')" ,
"required" : true ,
"options" : [
{
"label" : "Yes" ,
"value" : "1"
} ,
{
"label" : "No" ,
"value" : "2"
}
] ,
"env_variable" : "PAPERLESS_TIKA_ENABLED"
}
2023-10-29 19:43:17 +00:00
] ,
2024-05-19 12:01:41 +00:00
"supported_architectures" : [ "arm64" , "amd64" ]
2023-06-05 03:17:31 +00:00
}