Add middlewares and entrypoint to ingress gui for all Apps

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-30 21:26:16 +02:00
parent ab8bcb5159
commit 1ab2775c0b
101 changed files with 1564 additions and 53 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ name: nzbhydra
sources: sources:
- https://github.com/theotherp/nzbhydra2 - https://github.com/theotherp/nzbhydra2
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -19,4 +19,4 @@ maintainers:
name: prototype-gui name: prototype-gui
sources: null sources: null
type: application type: application
version: 1.3.4 version: 1.3.5
@@ -566,7 +566,27 @@ questions:
default: "websecure" default: "websecure"
required: true required: true
- variable: middlewares - variable: middlewares
label: "Add Existing Traefik Middlewares" label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress" description: "Add previously created Traefik Middlewares to this Ingress"
schema: schema:
type: list type: list
+1 -1
View File
@@ -19,4 +19,4 @@ sources:
- https://github.com/airsonic/airsonic - https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic - https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
version: 1.2.3 version: 1.2.4
@@ -484,6 +484,115 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -26,4 +26,4 @@ name: appdaemon
sources: sources:
- https://github.com/AppDaemon/appdaemon - https://github.com/AppDaemon/appdaemon
type: application type: application
version: 3.2.4 version: 3.2.5
+1 -1
View File
@@ -29,4 +29,4 @@ sources:
- https://github.com/Bazarr/Bazarr - https://github.com/Bazarr/Bazarr
- https://hub.docker.com/r/linuxserver/bazarr - https://hub.docker.com/r/linuxserver/bazarr
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/linuxserver/calibre-web/ - https://hub.docker.com/r/linuxserver/calibre-web/
- https://github.com/janeczku/calibre-web - https://github.com/janeczku/calibre-web
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -21,4 +21,4 @@ name: deluge
sources: sources:
- https://github.com/deluge-torrent/deluge - https://github.com/deluge-torrent/deluge
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -687,6 +687,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -27,4 +27,4 @@ name: fireflyiii
sources: sources:
- https://github.com/firefly-iii/firefly-iii/ - https://github.com/firefly-iii/firefly-iii/
type: application type: application
version: 4.3.4 version: 4.3.5
@@ -755,6 +755,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -21,4 +21,4 @@ sources:
- https://github.com/FreshRSS/FreshRSS - https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss - https://hub.docker.com/r/linuxserver/freshrss
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -22,4 +22,4 @@ name: gaps
sources: sources:
- https://github.com/JasonHHouse/gaps - https://github.com/JasonHHouse/gaps
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -20,4 +20,4 @@ name: grocy
sources: sources:
- https://github.com/grocy/grocy - https://github.com/grocy/grocy
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -569,6 +569,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -21,4 +21,4 @@ name: haste-server
sources: sources:
- https://github.com/seejohnrun/haste-server - https://github.com/seejohnrun/haste-server
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
version: 1.2.3 version: 1.2.4
@@ -482,6 +482,114 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -18,4 +18,4 @@ maintainers:
name: heimdall name: heimdall
sources: null sources: null
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git - https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- https://lazylibrarian.gitlab.io - https://lazylibrarian.gitlab.io
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -23,4 +23,4 @@ sources:
- https://github.com/LycheeOrg/Lychee - https://github.com/LycheeOrg/Lychee
- https://hub.docker.com/r/lycheeorg/lychee - https://hub.docker.com/r/lycheeorg/lychee
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -19,4 +19,4 @@ maintainers:
name: mealie name: mealie
sources: sources:
- https://github.com/hay-kot/mealie - https://github.com/hay-kot/mealie
version: 1.2.3 version: 1.2.4
@@ -477,6 +477,114 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -21,4 +21,4 @@ name: mosquitto
sources: sources:
- https://github.com/eclipse/mosquitto - https://github.com/eclipse/mosquitto
type: application type: application
version: 1.2.3 version: 1.2.4
@@ -679,6 +679,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -22,4 +22,4 @@ sources:
- https://github.com/deluan/navidrome - https://github.com/deluan/navidrome
- https://hub.docker.com/r/deluan/navidrome - https://hub.docker.com/r/deluan/navidrome
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -20,4 +20,4 @@ name: node-red
sources: sources:
- https://github.com/node-red/node-red-docker - https://github.com/node-red/node-red-docker
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -20,4 +20,4 @@ name: nzbget
sources: sources:
- https://nzbget.net/ - https://nzbget.net/
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -20,4 +20,4 @@ sources:
- https://github.com/causefx/Organizr - https://github.com/causefx/Organizr
- https://hub.docker.com/r/organizr/organizr - https://hub.docker.com/r/organizr/organizr
type: application type: application
version: 6.2.4 version: 6.2.5
@@ -680,6 +680,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://github.com/akhilrex/podgrab - https://github.com/akhilrex/podgrab
- https://hub.docker.com/r/akhilrex/podgrab - https://hub.docker.com/r/akhilrex/podgrab
type: application type: application
version: 4.2.3 version: 4.2.4
@@ -566,6 +566,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -21,4 +21,4 @@ name: prowlarr
sources: sources:
- https://github.com/Prowlarr/Prowlarr - https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
version: 1.2.3 version: 1.2.4
@@ -484,6 +484,114 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -19,4 +19,4 @@ maintainers:
name: qbittorrent name: qbittorrent
sources: null sources: null
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -705,6 +705,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -27,4 +27,4 @@ sources:
- https://github.com/Readarr/Readarr - https://github.com/Readarr/Readarr
- https://readarr.com - https://readarr.com
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -558,6 +558,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -19,4 +19,4 @@ name: reg
sources: sources:
- https://github.com/genuinetools/reg - https://github.com/genuinetools/reg
- https://github.com/k8s-at-home/container-images/ - https://github.com/k8s-at-home/container-images/
version: 1.2.3 version: 1.2.4
+109
View File
@@ -472,6 +472,115 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -20,4 +20,4 @@ name: sabnzbd
sources: sources:
- https://sabnzbd.org/ - https://sabnzbd.org/
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -565,6 +565,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -21,4 +21,4 @@ maintainers:
name: thelounge name: thelounge
sources: sources:
- https://github.com/thelounge/thelounge - https://github.com/thelounge/thelounge
version: 1.2.3 version: 1.2.4
@@ -477,6 +477,115 @@ questions:
type: string type: string
default: "100Gi" default: "100Gi"
- variable: ingress
label: ""
group: "Ingress"
schema:
type: dict
attrs:
- variable: main
label: "Main Ingress"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable Ingress"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: "Hosts"
schema:
type: list
default: []
items:
- variable: hostEntry
label: "Host"
schema:
type: dict
attrs:
- variable: host
label: "HostName"
schema:
type: string
default: ""
required: true
- variable: paths
label: "Paths"
schema:
type: list
default: []
items:
- variable: pathEntry
label: "Host"
schema:
type: dict
attrs:
- variable: path
label: "path"
schema:
type: string
required: true
default: "/"
- variable: pathType
label: "pathType"
schema:
type: string
required: true
default: "Prefix"
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCERT
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
+1 -1
View File
@@ -22,4 +22,4 @@ name: tvheadend
sources: sources:
- https://github.com/tvheadend/tvheadend - https://github.com/tvheadend/tvheadend
type: application type: application
version: 7.2.3 version: 7.2.4
@@ -666,6 +666,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -21,4 +21,4 @@ sources:
- https://github.com/jacobalberty/unifi-docker - https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com - https://unifi-network.ui.com
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -765,6 +765,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://github.com/davidnewhall/unpackerr - https://github.com/davidnewhall/unpackerr
- https://hub.docker.com/r/golift/unpackerr - https://hub.docker.com/r/golift/unpackerr
type: application type: application
version: 1.2.3 version: 1.2.4
@@ -430,6 +430,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://sdk.collaboraonline.com/contents.html - https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm - https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -473,6 +473,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack - https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/ - https://www.deepstack.cc/
type: application type: application
version: 4.2.3 version: 4.2.4
@@ -623,6 +623,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/linuxserver/emby - https://hub.docker.com/r/linuxserver/emby
- https://github.com/linuxserver/docker-emby.git - https://github.com/linuxserver/docker-emby.git
type: application type: application
version: 6.2.3 version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
# Specify GPU configuration # Specify GPU configuration
- variable: scaleGPU - variable: scaleGPU
label: "GPU Configuration" label: "GPU Configuration"
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://github.com/esphome/esphome - https://github.com/esphome/esphome
- https://hub.docker.com/u/esphome - https://hub.docker.com/u/esphome
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -661,6 +661,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -27,4 +27,4 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/ - https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/ - https://handbrake.fr/
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -739,6 +739,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: deviceList - variable: deviceList
label: "Mount USB devices" label: "Mount USB devices"
group: "Resources and Devices" group: "Resources and Devices"
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://github.com/home-assistant/home-assistant - https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server - https://github.com/cdr/code-server
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -585,6 +585,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: deviceList - variable: deviceList
label: "Mount USB devices" label: "Mount USB devices"
group: "Resources and Devices" group: "Resources and Devices"
+1 -1
View File
@@ -24,4 +24,4 @@ name: jackett
sources: sources:
- https://github.com/Jackett/Jackett - https://github.com/Jackett/Jackett
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -24,4 +24,4 @@ name: jellyfin
sources: sources:
- https://github.com/jellyfin/jellyfin - https://github.com/jellyfin/jellyfin
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
# Specify GPU configuration # Specify GPU configuration
- variable: scaleGPU - variable: scaleGPU
label: "GPU Configuration" label: "GPU Configuration"
+1 -1
View File
@@ -22,4 +22,4 @@ name: kms
sources: sources:
- https://github.com/SystemRage/py-kms - https://github.com/SystemRage/py-kms
type: application type: application
version: 6.2.3 version: 6.2.4
+1 -1
View File
@@ -24,4 +24,4 @@ name: lidarr
sources: sources:
- https://github.com/Lidarr/Lidarr - https://github.com/Lidarr/Lidarr
type: application type: application
version: 6.2.3 version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -27,4 +27,4 @@ name: ombi
sources: sources:
- https://github.com/tidusjar/Ombi - https://github.com/tidusjar/Ombi
type: application type: application
version: 6.2.3 version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -22,4 +22,4 @@ maintainers:
name: plex name: plex
sources: null sources: null
type: application type: application
version: 5.2.3 version: 5.2.4
+20
View File
@@ -576,6 +576,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
# Specify GPU configuration # Specify GPU configuration
- variable: scaleGPU - variable: scaleGPU
label: "GPU Configuration" label: "GPU Configuration"
+1 -1
View File
@@ -24,4 +24,4 @@ name: radarr
sources: sources:
- https://github.com/Radarr/Radarr - https://github.com/Radarr/Radarr
type: application type: application
version: 6.2.3 version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -24,4 +24,4 @@ name: sonarr
sources: sources:
- https://github.com/Sonarr/Sonarr - https://github.com/Sonarr/Sonarr
type: application type: application
version: 6.2.3 version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://github.com/syncthing/syncthing - https://github.com/syncthing/syncthing
- https://hub.docker.com/r/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -818,6 +818,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -23,4 +23,4 @@ name: tautulli
sources: sources:
- https://github.com/Tautulli/Tautulli - https://github.com/Tautulli/Tautulli
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -557,6 +557,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://traefik.io/ - https://traefik.io/
type: application type: application
upstream_version: v9.19.2 upstream_version: v9.19.2
version: 6.3.7 version: 6.3.9
+1 -1
View File
@@ -25,4 +25,4 @@ sources:
- https://github.com/transmission/transmission - https://github.com/transmission/transmission
- https://hub.docker.com/r/linuxserver/transmission - https://hub.docker.com/r/linuxserver/transmission
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -1045,6 +1045,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -22,4 +22,4 @@ name: truecommand
sources: sources:
- https://hub.docker.com/r/ixsystems/truecommand - https://hub.docker.com/r/ixsystems/truecommand
type: application type: application
version: 6.2.3 version: 6.2.4
@@ -570,6 +570,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: resources - variable: resources
group: "Resources and Devices" group: "Resources and Devices"
label: "" label: ""
+1 -1
View File
@@ -31,4 +31,4 @@ name: vaultwarden
sources: sources:
- https://github.com/dani-garcia/vaultwarden - https://github.com/dani-garcia/vaultwarden
type: application type: application
version: 3.3.4 version: 3.3.5
@@ -1083,6 +1083,26 @@ questions:
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: entrypoint
label: "Traefik Entrypoint"
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
schema:
type: string
default: "websecure"
required: true
- variable: middlewares
label: "Traefik Middlewares"
description: "Add previously created Traefik Middlewares to this Ingress"
schema:
type: list
default: []
items:
- variable: name
label: "Name"
schema:
type: string
default: ""
required: true
- variable: securityContext - variable: securityContext
group: "Security and Permissions" group: "Security and Permissions"
+1 -1
View File
@@ -27,4 +27,4 @@ sources:
- https://github.com/zwave-js/zwavejs2mqtt - https://github.com/zwave-js/zwavejs2mqtt
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt
type: application type: application
version: 6.2.3 version: 6.2.4

Some files were not shown because too many files have changed in this diff Show More