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
@@ -24,4 +24,4 @@ name: radarr
sources:
- https://github.com/Radarr/Radarr
type: application
version: 6.2.3
version: 6.2.4
+20
View File
@@ -557,6 +557,26 @@ questions:
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
group: "Security and Permissions"