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
@@ -21,4 +21,4 @@ sources:
- https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss
type: application
version: 6.2.3
version: 6.2.4
@@ -570,6 +570,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: resources
group: "Resources and Devices"
label: ""