Enable multiple workspace

What should be done to enable multilpe workspaces setup in v0.51. ? I set IS_MULTIWORKSPACE_ENABLED = true @thomast @charles @Weiko
No description
1 Reply
xBlaz3kx
xBlaz3kx7d ago
I managed to make it work by enabling the env variable and correctly configuring the reverse proxy 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"

Did you find this page helpful?