diff --git a/compose.yaml b/compose.yaml index def482c..4cb0db7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,6 +14,8 @@ services: apiserver: image: fonoster/goodtok-apiserver:latest environment: + OWNER_EMAIL: ${OWNER_EMAIL} + OWNER_PASSWORD: ${OWNER_PASSWORD} CLOAK_ENCRYPTION_KEY: ${CLOAK_ENCRYPTION_KEY} DATABASE_URL: ${DATABASE_URL} SIP_SIGNALING_SERVER: ${SIP_SIGNALING_SERVER} diff --git a/mods/sdk/src/workspaces/workspaces.ts b/mods/sdk/src/workspaces/workspaces.ts index f58995a..27843b8 100644 --- a/mods/sdk/src/workspaces/workspaces.ts +++ b/mods/sdk/src/workspaces/workspaces.ts @@ -87,6 +87,7 @@ export default class Workspaces } // TODO: Use dependency injection to avoid exposing this method to users + // TODO: Consider the edge case where the word "http" is part of the endpoint createTRPCProxy() { const wsClient = createWSClient({ url: diff --git a/site/index.html b/site/index.html index d66d08b..5f74352 100644 --- a/site/index.html +++ b/site/index.html @@ -807,7 +807,7 @@