Skip to content

Commit cf6c429

Browse files
authored
Remove default creds (#7403)
1 parent bbe71cb commit cf6c429

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
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"
3338
},
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+
]
4444
}

0 commit comments

Comments
 (0)