|
@@ -18,30 +18,42 @@
|
|
"name": "PGID",
|
|
"name": "PGID",
|
|
"description": "for GroupID"
|
|
"description": "for GroupID"
|
|
},
|
|
},
|
|
- {
|
|
|
|
- "default": "America/New_York",
|
|
|
|
- "label": "TZ",
|
|
|
|
- "name": "TZ",
|
|
|
|
- "description": "Specify a timezone to use for example America/New_York"
|
|
|
|
- },
|
|
|
|
|
|
+ {
|
|
|
|
+ "default": "America/New_York",
|
|
|
|
+ "label": "TZ",
|
|
|
|
+ "name": "TZ",
|
|
|
|
+ "description": "Specify a timezone to use for example America/New_York"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"default": "",
|
|
"default": "",
|
|
"label": "PAPERLESS_URL",
|
|
"label": "PAPERLESS_URL",
|
|
"name": "PAPERLESSURL",
|
|
"name": "PAPERLESSURL",
|
|
"description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
|
|
"description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "default": "",
|
|
|
|
+ "label": "Administrator username",
|
|
|
|
+ "name": "ADMIN_USER",
|
|
|
|
+ "description": "Set the name of the default admin user."
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "",
|
|
|
|
+ "label": "Administrator password",
|
|
|
|
+ "name": "ADMIN_PASS",
|
|
|
|
+ "description": "Set the password of the default admin user."
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"default": "",
|
|
"default": "",
|
|
"label": "Secret Key",
|
|
"label": "Secret Key",
|
|
"name": "RANDOMKEY",
|
|
"name": "RANDOMKEY",
|
|
"description": "This should be a very long sequence of random characters."
|
|
"description": "This should be a very long sequence of random characters."
|
|
},
|
|
},
|
|
- {
|
|
|
|
- "default": "eng",
|
|
|
|
- "label": "OCR Language",
|
|
|
|
- "name": "LANG",
|
|
|
|
- "description": "The default language to use for OCR"
|
|
|
|
- }
|
|
|
|
|
|
+ {
|
|
|
|
+ "default": "eng",
|
|
|
|
+ "label": "OCR Language",
|
|
|
|
+ "name": "LANG",
|
|
|
|
+ "description": "The default language to use for OCR"
|
|
|
|
+ }
|
|
],
|
|
],
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
|
|
"name": "paperless-ngx",
|
|
"name": "paperless-ngx",
|