|
@@ -9,32 +9,38 @@
|
|
|
{
|
|
|
"default": "1000",
|
|
|
"label": "PUID",
|
|
|
- "name": "PUID"
|
|
|
+ "name": "PUID",
|
|
|
+ "description": "for UserID"
|
|
|
},
|
|
|
{
|
|
|
"default": "1000",
|
|
|
"label": "PGID",
|
|
|
- "name": "PGID"
|
|
|
+ "name": "PGID",
|
|
|
+ "description": "for GroupID"
|
|
|
},
|
|
|
{
|
|
|
"default": "America/New_York",
|
|
|
"label": "TZ",
|
|
|
- "name": "TZ"
|
|
|
+ "name": "TZ",
|
|
|
+ "description": "Specify a timezone to use for example America/New_York"
|
|
|
},
|
|
|
{
|
|
|
"default": "",
|
|
|
"label": "PAPERLESS_URL",
|
|
|
- "name": "PAPERLESSURL"
|
|
|
+ "name": "PAPERLESSURL",
|
|
|
+ "description": "Example https://paperless.example.com. It would be best to run this behind a reverse proxy"
|
|
|
},
|
|
|
{
|
|
|
"default": "",
|
|
|
"label": "Secret Key",
|
|
|
- "name": "RANDOMKEY"
|
|
|
+ "name": "RANDOMKEY",
|
|
|
+ "description": "This should be a very long sequence of random characters."
|
|
|
},
|
|
|
{
|
|
|
"default": "eng",
|
|
|
"label": "OCR Language",
|
|
|
- "name": "LANG"
|
|
|
+ "name": "LANG",
|
|
|
+ "description": "The default language to use for OCR"
|
|
|
}
|
|
|
],
|
|
|
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/paperless.png",
|