feat: Penpoint service, traefik integration

This commit is contained in:
2025-12-04 20:04:49 +01:00
parent 15f0f35ce4
commit 8a0ed85e7c
5 changed files with 324 additions and 8 deletions
+14 -4
View File
@@ -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 -2
View File
@@ -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`)"
+12 -2
View File
@@ -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: {}
+6
View File
@@ -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: