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