xBlaz3kx
xBlaz3kx
TTwenty
Created by Jay Patel on 4/23/2025 in #❓︱help
Enable multiple workspace
Used Traefik with the following labels on twenty server:
labels:
- traefik.enable=true
- traefik.tags=public
- traefik.http.services.twenty.loadbalancer.server.port=3000
- traefik.http.routers.twenty.rule=HostRegexp(`{host:.*\.?twenty\.domain\.com}`)
- traefik.http.routers.twenty.service=twenty
- traefik.http.routers.twenty.entrypoints=https
- "traefik.http.routers.twenty.tls.certresolver=tls-resolver"
labels:
- traefik.enable=true
- traefik.tags=public
- traefik.http.services.twenty.loadbalancer.server.port=3000
- traefik.http.routers.twenty.rule=HostRegexp(`{host:.*\.?twenty\.domain\.com}`)
- traefik.http.routers.twenty.service=twenty
- traefik.http.routers.twenty.entrypoints=https
- "traefik.http.routers.twenty.tls.certresolver=tls-resolver"
3 replies
TTwenty
Created by Jay Patel on 4/23/2025 in #❓︱help
Enable multiple workspace
I managed to make it work by enabling the env variable and correctly configuring the reverse proxy
3 replies