added blog page #3

Merged
aetos merged 1 commits from blog-app into main 2025-11-01 11:04:29 +00:00
Showing only changes of commit 7112537a42 - Show all commits

View File

@@ -63,6 +63,14 @@ http:
- redirect-to-https
service: noop@internal
blog-http:
rule: "Host(`blog.aetoskia.com`)"
entryPoints:
- web
middlewares:
- redirect-to-https
service: noop@internal
# Dashboard
traefik-dashboard-http:
rule: "Host(`traefik.aetoskia.com`)"
@@ -199,6 +207,14 @@ http:
# - basic-auth
- websocket-headers
blog:
rule: "Host(`blog.aetoskia.com`)"
entryPoints:
- websecure
service: blog-svc
tls:
certResolver: aetoskia
# Dashboard
traefik-dashboard:
rule: "Host(`traefik.aetoskia.com`)"
@@ -345,6 +361,12 @@ http:
servers:
- url: "http://server-pi:3001"
# Blog
blog-svc:
loadBalancer:
servers:
- url: "http://server-pi:3002"
# Media
plex-svc:
loadBalancer: