chore(snipe-it): add force tls gui option (#2496)
* add mongodb (commented out, until we setup oplog) on appsmith for future reference * chore(snipe-it): add force tls gui option * remove appsmith from dev * bump
This commit is contained in:
@@ -29,7 +29,7 @@ name: snipe-it
|
||||
sources:
|
||||
- https://snipeitapp.com/
|
||||
- https://hub.docker.com/r/linuxserver/
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
|
||||
@@ -89,6 +89,12 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: APP_FORCE_TLS
|
||||
label: "APP_FORCE_TLS"
|
||||
description: "Force use of HTTPS"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: APP_TRUSTED_PROXIES
|
||||
label: "APP_TRUSTED_PROXIES"
|
||||
description: "APP_TRUSTED_PROXIES"
|
||||
|
||||
Reference in New Issue
Block a user