feat: add new GUI and VPN support to all Apps (#977)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-13 18:49:14 +02:00
committed by GitHub
co-authored by Renovate Bot
parent 8b12d82175
commit 2349bb4d40
214 changed files with 11198 additions and 2262 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: auto
appVersion: 4.0.1482
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.13.8
version: 7.0.12
deprecated: false
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
@@ -27,4 +27,4 @@ name: ombi
sources:
- https://github.com/tidusjar/Ombi
type: application
version: 6.11.18
version: 7.0.1
+122 -7
View File
@@ -86,12 +86,7 @@ questions:
default: "002"
# Include{containerConfig}
- variable: hostNetwork
group: "Networking and Services"
label: "Enable Host Networking"
schema:
type: boolean
default: false
- variable: service
group: "Networking and Services"
@@ -198,6 +193,75 @@ questions:
default: 36013
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: "Networking and Services"
label: "Host-Networking (Complicated)"
schema:
type: boolean
default: false
- variable: dnsPolicy
group: "Networking and Services"
label: "dnsPolicy"
schema:
type: string
default: ""
enum:
- value: ""
description: "Default"
- value: "ClusterFirst"
description: "ClusterFirst"
- value: "ClusterFirstWithHostNet"
description: "ClusterFirstWithHostNet"
- value: "None"
description: "None"
- variable: dnsConfig
label: "DNS Configuration"
group: "Networking and Services"
description: "Specify custom DNS configuration which will be applied to the pod"
schema:
type: dict
attrs:
- variable: nameservers
label: "Nameservers"
schema:
default: []
type: list
items:
- variable: nameserver
label: "Nameserver"
schema:
type: string
- variable: options
label: "options"
schema:
default: []
type: list
items:
- variable: option
label: "Option Entry"
schema:
type: string
- variable: searches
label: "Searches"
schema:
default: []
type: list
items:
- variable: search
label: "Search Entry"
schema:
type: string
# Include{serviceList}
- variable: persistence
@@ -406,7 +470,7 @@ questions:
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
label: "(Advanced) Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
@@ -426,6 +490,57 @@ questions:
default: ""
required: true
- variable: expert
label: "Show Expert Configuration Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: ingressClassName
label: "IngressClass Name"
schema:
type: string
default: ""
- variable: labelsList
label: "Labels"
schema:
type: list
default: []
items:
- variable: labelItem
label: "Label"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: annotationsList
label: "Annotations"
schema:
type: list
default: []
items:
- variable: annotationItem
label: "Label"
schema:
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
# Include{ingressList}