feat(inventree): add inventree (#2576)
* feat(inventree): add inventree * update gui * app nginx * fix path * fix(templates): expect of cidr must be string instead of int * fix worker vols * root * no root * use container's uesr * root group * rofs * try without nginx * try without nginx * remove * start server as additionalcont to start first * init db * check * migrate * init account * add secret on ui
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: paperless-ng
|
||||
version: 2.0.20
|
||||
version: 2.0.21
|
||||
appVersion: "1.6.0"
|
||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||
type: application
|
||||
|
||||
@@ -107,6 +107,12 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PAPERLESS_URL
|
||||
label: "PAPERLESS_URL"
|
||||
description: "This is required if you will be exposing Paperless-ngx on a public domain."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAPERLESS_WEBSERVER_WORKERS
|
||||
label: "PAPERLESS_WEBSERVER_WORKERS"
|
||||
description: "The number of worker processes the webserver should spawn."
|
||||
|
||||
Reference in New Issue
Block a user