diff --git a/docker-compose.yml b/docker-compose.yml index 0577070..07561e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -168,26 +168,6 @@ services: - "traefik.http.routers.rspace-rsocials.entrypoints=web" - "traefik.http.routers.rspace-rsocials.priority=120" - "traefik.http.routers.rspace-rsocials.service=rspace-online" - - "traefik.http.routers.rspace-rdesign.rule=Host(`rdesign.online`) || HostRegexp(`{sub:[a-z0-9-]+}.rdesign.online`)" - - "traefik.http.routers.rspace-rdesign.entrypoints=web" - - "traefik.http.routers.rspace-rdesign.priority=120" - - "traefik.http.routers.rspace-rdesign.service=rspace-online" - - "traefik.http.routers.rspace-rvnb.rule=Host(`rvnb.online`) || HostRegexp(`{sub:[a-z0-9-]+}.rvnb.online`)" - - "traefik.http.routers.rspace-rvnb.entrypoints=web" - - "traefik.http.routers.rspace-rvnb.priority=120" - - "traefik.http.routers.rspace-rvnb.service=rspace-online" - - "traefik.http.routers.rspace-rbnb.rule=Host(`rbnb.online`) || HostRegexp(`{sub:[a-z0-9-]+}.rbnb.online`)" - - "traefik.http.routers.rspace-rbnb.entrypoints=web" - - "traefik.http.routers.rspace-rbnb.priority=120" - - "traefik.http.routers.rspace-rbnb.service=rspace-online" - - "traefik.http.routers.rspace-rdocs.rule=Host(`rdocs.online`) || HostRegexp(`{sub:[a-z0-9-]+}.rdocs.online`)" - - "traefik.http.routers.rspace-rdocs.entrypoints=web" - - "traefik.http.routers.rspace-rdocs.priority=120" - - "traefik.http.routers.rspace-rdocs.service=rspace-online" - - "traefik.http.routers.rspace-crowdsurf.rule=Host(`crowdsurf.online`) || HostRegexp(`{sub:[a-z0-9-]+}.crowdsurf.online`)" - - "traefik.http.routers.rspace-crowdsurf.entrypoints=web" - - "traefik.http.routers.rspace-crowdsurf.priority=120" - - "traefik.http.routers.rspace-crowdsurf.service=rspace-online" # Service configuration - "traefik.http.services.rspace-online.loadbalancer.server.port=3000" - "traefik.docker.network=traefik-public" diff --git a/modules/crowdsurf/mod.ts b/modules/crowdsurf/mod.ts index b13f653..cb27cf1 100644 --- a/modules/crowdsurf/mod.ts +++ b/modules/crowdsurf/mod.ts @@ -199,7 +199,6 @@ export const crowdsurfModule: RSpaceModule = { scoping: { defaultScope: 'space', userConfigurable: false }, routes, hidden: true, // CrowdSurf is now a sub-tab of rChoices - standaloneDomain: "crowdsurf.online", landingPage: renderLanding, seedTemplate: seedTemplateCrowdSurf, feeds: [ diff --git a/modules/rbnb/mod.ts b/modules/rbnb/mod.ts index acc91a8..27140ed 100644 --- a/modules/rbnb/mod.ts +++ b/modules/rbnb/mod.ts @@ -1214,7 +1214,6 @@ export const bnbModule: RSpaceModule = { scoping: { defaultScope: 'space', userConfigurable: true }, docSchemas: [{ pattern: '{space}:bnb:listings', description: 'Listings, stays, endorsements', init: bnbSchema.init }], routes, - standaloneDomain: "rbnb.online", landingPage: renderLanding, seedTemplate: seedDemoIfEmpty, async onInit(ctx) { diff --git a/modules/rdesign/mod.ts b/modules/rdesign/mod.ts index c671e78..39b8c32 100644 --- a/modules/rdesign/mod.ts +++ b/modules/rdesign/mod.ts @@ -66,7 +66,6 @@ export const designModule: RSpaceModule = { scoping: { defaultScope: 'global', userConfigurable: false }, routes, landingPage: renderDesignLanding, - standaloneDomain: "rdesign.online", externalApp: { url: AFFINE_URL, name: "Affine" }, feeds: [ { id: "design-assets", name: "Design Assets", kind: "resource", description: "Design files, mockups, and whiteboard exports" }, diff --git a/modules/rdocs/mod.ts b/modules/rdocs/mod.ts index aa17839..42e78cb 100644 --- a/modules/rdocs/mod.ts +++ b/modules/rdocs/mod.ts @@ -66,7 +66,6 @@ export const docsModule: RSpaceModule = { scoping: { defaultScope: 'global', userConfigurable: true }, routes, landingPage: renderDocsLanding, - standaloneDomain: "rdocs.online", externalApp: { url: DOCMOST_URL, name: "Docmost" }, feeds: [ { id: "documents", name: "Documents", kind: "data", description: "Collaborative documents and wiki pages" }, diff --git a/modules/rvnb/mod.ts b/modules/rvnb/mod.ts index 31ffa12..857905f 100644 --- a/modules/rvnb/mod.ts +++ b/modules/rvnb/mod.ts @@ -1295,7 +1295,6 @@ export const vnbModule: RSpaceModule = { scoping: { defaultScope: 'space', userConfigurable: true }, docSchemas: [{ pattern: '{space}:vnb:vehicles', description: 'Vehicles, rentals, endorsements', init: vnbSchema.init }], routes, - standaloneDomain: "rvnb.online", landingPage: renderLanding, seedTemplate: seedDemoIfEmpty, async onInit(ctx) {