Excluded template-services from git

Traefik support for gitea
This commit is contained in:
2025-11-13 15:05:43 +01:00
parent e104daebd3
commit fafdf22839
3 changed files with 40 additions and 12 deletions
+33 -10
View File
@@ -2,7 +2,7 @@ http:
routers:
# Traefik Dashboard
traefik-dashboard:
rule: "Host(`traefik.workstation`)"
rule: "Host(`traefik.gigaforust`)"
entryPoints:
- websecure
service: api@internal
@@ -10,7 +10,7 @@ http:
# Portainer
portainer:
rule: "Host(`portainer.workstation`)"
rule: "Host(`portainer.gigaforust`)"
entryPoints:
- websecure
service: portainer
@@ -18,7 +18,7 @@ http:
# AdGuard Home
adguard-redirect:
rule: "Host(`adguard.workstation`)"
rule: "Host(`adguard.gigaforust`)"
entryPoints:
- web
middlewares:
@@ -26,7 +26,7 @@ http:
service: adguard
adguard-secure:
rule: "Host(`adguard.workstation`)"
rule: "Host(`adguard.gigaforust`)"
entryPoints:
- websecure
service: adguard
@@ -34,7 +34,7 @@ http:
# Nextcloud AIO Interface
nextcloud-aio:
rule: "Host(`nextcloud-aio.workstation`)"
rule: "Host(`nextcloud-aio.gigaforust`)"
entryPoints:
- websecure
service: nextcloud-aio
@@ -42,7 +42,7 @@ http:
# Nextcloud Main
nextcloud:
rule: "Host(`nextcloud.workstation`)"
rule: "Host(`nextcloud.gigaforust`)"
entrypoints:
- websecure
service: nextcloud
@@ -52,7 +52,7 @@ http:
# Dockmon
dockmon:
rule: "Host(`dockmon.workstation`)"
rule: "Host(`dockmon.gigaforust`)"
entryPoints:
- websecure
service: dockmon
@@ -60,7 +60,7 @@ http:
# Glance
glance:
rule: "Host(`glance.workstation`)"
rule: "Host(`glance.gigaforust`)"
entryPoints:
- websecure
service: glance
@@ -68,7 +68,7 @@ http:
# Watercrawl (edu_master)
watercrawl:
rule: "Host(`watercrawl.workstation`)"
rule: "Host(`watercrawl.gigaforust`)"
entryPoints:
- websecure
service: watercrawl
@@ -76,11 +76,28 @@ http:
# N8N
n8n:
rule: "Host(`n8n.workstation`)"
rule: "Host(`n8n.gigaforust`)"
entryPoints:
- websecure
service: n8n
tls: {}
# Gitea Redirect
gitea-redirect:
rule: "Host(`gitea.gigaforust`)"
entryPoints:
- web
middlewares:
- redirect-https
service: gitea
# Gitea
gitea:
rule: "Host(`gitea.gigaforust`)"
entryPoints:
- websecure
service: gitea
tls: {}
services:
# Portainer
@@ -130,6 +147,12 @@ http:
loadBalancer:
servers:
- url: "http://n8n:5678"
# Gitea
gitea:
loadBalancer:
servers:
- url: "http://server:3000"
middlewares:
# HTTPS Redirect