Files
ProxmoxVE/frontend/public/json/paperless-gpt.json

41 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "Paperless-GPT",
"slug": "paperless-gpt",
"categories": [
20
],
"date_created": "2025-03-10",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
2025-08-26 14:10:01 +02:00
"documentation": "https://github.com/icereed/paperless-gpt/blob/main/README.md",
"website": "https://github.com/icereed/paperless-gpt",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/paperless-ngx-light.webp",
"config_path": "/opt/paperless-gpt-data/.env",
"description": "Paperless-GPT seamlessly pairs with paperless-ngx to generate AI-powered document titles and tags, saving you hours of manual sorting. While other tools may offer AI chat features, paperless-gpt stands out by supercharging OCR with LLMs-ensuring high accuracy, even with tricky scans. If youre craving next-level text extraction and effortless document organization, this is your solution.",
"install_methods": [
{
"type": "default",
"script": "ct/paperless-gpt.sh",
"resources": {
"cpu": 3,
"ram": 2048,
"hdd": 7,
"os": "debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration File: `/opt/paperless-gpt-data/.env`",
"type": "info"
}
]
}