17 lines
614 B
YAML
Executable File
17 lines
614 B
YAML
Executable File
# ################################################################# #
|
|
# CONFIGURACIÓN DEL DASHBOARD DE TRAEFIK - ACCESO SEGURO #
|
|
# ################################################################# #
|
|
|
|
http:
|
|
routers:
|
|
router-traefik-dash:
|
|
rule: "Host(`traefik.ognir-server.synology.me`) || Host(`ognir-server.synology.me`)"
|
|
entryPoints:
|
|
- "websecure"
|
|
service: "api@internal"
|
|
middlewares:
|
|
- "muro-seguro@file" # Control por IP (Whitelist)
|
|
- "auth-dashboard@file" # Control por Usuario (Basic Auth)
|
|
tls:
|
|
certResolver: "letsencrypt"
|