feat: add http challenge routing

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:09:35 +02:00
parent b5beb27623
commit f3759e76ea
11 changed files with 78 additions and 9 deletions
+25
View File
@@ -1,3 +1,28 @@
http:
routers:
lab-younerd-acme:
entryPoints:
- web
rule: "Host(`lab.younerd.org`) && PathPrefix(`/.well-known/acme-challenge/`)"
service: lab-younerd-acme
azionelab-acme:
entryPoints:
- web
rule: "(Host(`azionelab.org`) || Host(`www.azionelab.org`)) && PathPrefix(`/.well-known/acme-challenge/`)"
service: azionelab-acme
services:
lab-younerd-acme:
loadBalancer:
servers:
- url: "http://host.docker.internal:8080"
azionelab-acme:
loadBalancer:
servers:
- url: "http://host.docker.internal:9080"
tcp:
routers:
lab-younerd: