소스 검색

More tweaking of the template

Robert Middleswarth 2 년 전
부모
커밋
93885e69bd
2개의 변경된 파일13개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      stack/paperless-ngx.yml
  2. 12 6
      template/apps/paperless-ngx.json

+ 1 - 1
stack/paperless-ngx.yml

@@ -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

+ 12 - 6
template/apps/paperless-ngx.json

@@ -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",