Initial homelab infrastructure
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user