@@ -14,7 +14,7 @@ services:
depends_on:
- broker
ports:
- - 8000:8000
+ - 8005:8000
healthcheck:
test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
interval: 30s
@@ -9,32 +9,38 @@
{
"default": "1000",
"label": "PUID",
- "name": "PUID"
+ "name": "PUID",
+ "description": "for UserID"
},
"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"
"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",