feat: Penpoint service, traefik integration
This commit is contained in:
@@ -11,7 +11,6 @@ http:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Nextcloud AIO Interface (dev access. local only)
|
||||
nextcloud-aio-dev:
|
||||
rule: "Host(`nextcloud-aio.gigaforust`)"
|
||||
@@ -42,7 +41,7 @@ http:
|
||||
- metube-auth
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Portainer (dev acess, (account required))
|
||||
portainer-dev:
|
||||
rule: "Host(`portainer.gigaforust`)"
|
||||
@@ -131,7 +130,7 @@ http:
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Landing Page (public)
|
||||
forust-homepage-dev:
|
||||
rule: "Host(`landing.gigaforust`)"
|
||||
@@ -140,4 +139,15 @@ http:
|
||||
service: forust-homepage
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
tls: {}
|
||||
|
||||
# Penpot
|
||||
penpot-dev:
|
||||
rule: "Host(`penpot.gigaforust`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
- web
|
||||
service: penpot
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
@@ -11,7 +11,6 @@ http:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Nextcloud AIO Interface (local access. ADMIN, local only)
|
||||
nextcloud-aio-local:
|
||||
rule: "Host(`nextcloud-aio.workstation`)"
|
||||
@@ -42,7 +41,7 @@ http:
|
||||
- metube-auth
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Portainer (dev acess, (account required))
|
||||
portainer-local:
|
||||
rule: "Host(`portainer.workstation`)"
|
||||
@@ -81,6 +80,16 @@ http:
|
||||
- nextcloud-chain
|
||||
tls: {}
|
||||
|
||||
# Nextcloud Main (public (account required))
|
||||
penpot-local:
|
||||
rule: "Host(`penpot.workstation`)"
|
||||
entrypoints:
|
||||
- websecure
|
||||
service: penpot
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
# Dockmon (local access (account required))
|
||||
dockmon-local:
|
||||
rule: "Host(`dockmon.workstation`)"
|
||||
|
||||
@@ -21,6 +21,16 @@ http:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
# Nextcloud AIO Interface (ADMIN, without subdomeain)
|
||||
penpot:
|
||||
rule: "Host(`penpot.forust.xyz`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: penpot
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
# Termix (public (account required))
|
||||
termix:
|
||||
rule: "Host(`termix.forust.xyz`)"
|
||||
@@ -41,7 +51,7 @@ http:
|
||||
- metube-auth
|
||||
- security-headers
|
||||
tls: {}
|
||||
|
||||
|
||||
# Portainer (public (account required))
|
||||
portainer:
|
||||
rule: "Host(`portainer.forust.xyz`)"
|
||||
@@ -139,4 +149,4 @@ http:
|
||||
service: forust-homepage
|
||||
middlewares:
|
||||
- security-headers
|
||||
tls: {}
|
||||
tls: {}
|
||||
|
||||
@@ -20,6 +20,12 @@ http:
|
||||
- url: "https://nextcloud-aio-mastercontainer:8080"
|
||||
serversTransport: insecureTransport
|
||||
|
||||
# Penpot
|
||||
penpot:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://penpot-frontend:8080"
|
||||
|
||||
# Nextcloud Main
|
||||
nextcloud:
|
||||
loadBalancer:
|
||||
|
||||
Reference in New Issue
Block a user