2025-02-06 15:53:55 +01:00
{
"name" : "PaperlessAI" ,
"slug" : "paperless-ai" ,
"categories" : [
20
] ,
"date_created" : "2025-02-06" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://github.com/clusterzx/paperless-ai/wiki/1.-Home" ,
2025-02-06 15:53:55 +01:00
"website" : "https://github.com/clusterzx/paperless-ai" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/paperless-ai.webp" ,
"config_path" : "/opt/paperless-ai/data/.env" ,
2025-02-06 15:53:55 +01:00
"description" : "An automated document analyzer for Paperless-ngx using OpenAI API, Ollama and all OpenAI API compatible Services to automatically analyze and tag your documents.It features: Automode, Manual Mode, Ollama and OpenAI, a Chat function to query your documents with AI, a modern and intuitive Webinterface." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/paperless-ai.sh" ,
"resources" : {
2025-10-20 16:19:01 +02:00
"cpu" : 4 ,
"ram" : 4096 ,
2025-08-09 22:57:59 +02:00
"hdd" : 20 ,
2025-02-06 15:53:55 +01:00
"os" : "debian" ,
2025-10-15 22:39:16 +02:00
"version" : "13"
2025-02-06 15:53:55 +01:00
}
}
2025-05-20 11:51:20 +02:00
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
2025-02-09 22:01:25 +01:00
}