Switch to Pocket ID.
This commit is contained in:
@@ -34,7 +34,7 @@ job "traefik" {
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.api.entryPoints=websecure",
|
||||
"traefik.http.routers.api.middlewares=authentik@file",
|
||||
"traefik.http.routers.api.middlewares=oidc-auth@file",
|
||||
"traefik.http.routers.api.rule=Host(`traefik.v.paler.net`)",
|
||||
"traefik.http.routers.api.service=api@internal",
|
||||
]
|
||||
@@ -63,6 +63,7 @@ job "traefik" {
|
||||
volumes = [
|
||||
"local/traefik.yml:/etc/traefik/traefik.yml",
|
||||
"/data/services/traefik:/config",
|
||||
"/data/services/traefik/plugins-storage:/plugins-storage",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -75,6 +76,12 @@ global:
|
||||
#log:
|
||||
# level: debug
|
||||
|
||||
experimental:
|
||||
plugins:
|
||||
traefik-oidc-auth:
|
||||
moduleName: "github.com/sevensolutions/traefik-oidc-auth"
|
||||
version: "v0.16.0"
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user