Initial homelab infrastructure

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 19:41:46 +02:00
co-authored by Cursor
commit 5014d55d62
31 changed files with 1594 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Copy to dynamic.yml and add your htpasswd line.
# Generate: htpasswd -nb username password
http:
routers:
traefik-dashboard:
rule: "Host(`traefik.zea.lt`)"
entryPoints:
- websecure
service: api@internal
tls:
certResolver: leresolver
middlewares:
- auth
middlewares:
auth:
basicAuth:
users:
- "USERNAME:$apr1$HASH$YOUR_HASH_HERE"