feat: init

This commit is contained in:
2025-05-12 13:09:43 +02:00
commit 516eb78832
12 changed files with 403 additions and 0 deletions

View File

@ -0,0 +1,16 @@
http:
middlewares:
redirect-https:
redirectScheme:
scheme: https
permanent: false
routers:
https-router:
rule: "!Host(`localhost`)"
priority: 999999
middlewares:
- redirect-https
service: noop@internal
entrypoints:
- http