|
1 | 1 | { |
2 | | - "name": "Paperless-ngx", |
3 | | - "slug": "paperless-ngx", |
4 | | - "categories": [ |
5 | | - 12 |
6 | | - ], |
7 | | - "date_created": "2024-05-02", |
8 | | - "type": "ct", |
9 | | - "updateable": true, |
10 | | - "privileged": false, |
11 | | - "interface_port": 8000, |
12 | | - "documentation": "https://docs.paperless-ngx.com/", |
13 | | - "website": "https://docs.paperless-ngx.com/", |
14 | | - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/paperless-ngx.webp", |
15 | | - "config_path": "/opt/paperless/paperless.conf", |
16 | | - "description": "Paperless-ngx is a software tool designed for digitizing and organizing paper documents. It provides a web-based interface for scanning, uploading, and organizing paper documents, making it easier to manage, search, and access important information. Paperless-ngx uses the OCR (Optical Character Recognition) technology to extract text from scanned images and makes it searchable, thus increasing the efficiency of document management.", |
17 | | - "install_methods": [ |
18 | | - { |
19 | | - "type": "default", |
20 | | - "script": "ct/paperless-ngx.sh", |
21 | | - "resources": { |
22 | | - "cpu": 2, |
23 | | - "ram": 2048, |
24 | | - "hdd": 12, |
25 | | - "os": "debian", |
26 | | - "version": "12" |
27 | | - } |
28 | | - } |
29 | | - ], |
30 | | - "default_credentials": { |
31 | | - "username": "admin", |
32 | | - "password": null |
| 2 | + "name": "Paperless-ngx", |
| 3 | + "slug": "paperless-ngx", |
| 4 | + "categories": [ |
| 5 | + 12 |
| 6 | + ], |
| 7 | + "date_created": "2024-05-02", |
| 8 | + "type": "ct", |
| 9 | + "updateable": true, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": 8000, |
| 12 | + "documentation": "https://docs.paperless-ngx.com/", |
| 13 | + "website": "https://docs.paperless-ngx.com/", |
| 14 | + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/paperless-ngx.webp", |
| 15 | + "config_path": "/opt/paperless/paperless.conf", |
| 16 | + "description": "Paperless-ngx is a software tool designed for digitizing and organizing paper documents. It provides a web-based interface for scanning, uploading, and organizing paper documents, making it easier to manage, search, and access important information. Paperless-ngx uses the OCR (Optical Character Recognition) technology to extract text from scanned images and makes it searchable, thus increasing the efficiency of document management.", |
| 17 | + "install_methods": [ |
| 18 | + { |
| 19 | + "type": "default", |
| 20 | + "script": "ct/paperless-ngx.sh", |
| 21 | + "resources": { |
| 22 | + "cpu": 2, |
| 23 | + "ram": 2048, |
| 24 | + "hdd": 12, |
| 25 | + "os": "debian", |
| 26 | + "version": "12" |
| 27 | + } |
| 28 | + } |
| 29 | + ], |
| 30 | + "default_credentials": { |
| 31 | + "username": null, |
| 32 | + "password": null |
| 33 | + }, |
| 34 | + "notes": [ |
| 35 | + { |
| 36 | + "text": "Show Login Credentials, type `cat ~/paperless-ngx.creds` in the LXC console", |
| 37 | + "type": "info" |
33 | 38 | }, |
34 | | - "notes": [ |
35 | | - { |
36 | | - "text": "Show Login Credentials, type `cat ~/paperless-ngx.creds` in the LXC console", |
37 | | - "type": "info" |
38 | | - }, |
39 | | - { |
40 | | - "text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`).", |
41 | | - "type": "info" |
42 | | - } |
43 | | - ] |
| 39 | + { |
| 40 | + "text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`).", |
| 41 | + "type": "info" |
| 42 | + } |
| 43 | + ] |
44 | 44 | } |
0 commit comments