diff --git a/api/src/services/template-engine.ts b/api/src/services/template-engine.ts index 023e05a..70f320a 100644 --- a/api/src/services/template-engine.ts +++ b/api/src/services/template-engine.ts @@ -15,10 +15,10 @@ export function generateComposeFile(config: SpaceConfig): string { const oauthBlock = ` POSTIZ_GENERIC_OAUTH: 'true' NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: 'Pocket ID' NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: 'https://raw.githubusercontent.com/pocket-id/pocket-id/refs/heads/main/frontend/static/img/static-logo.svg' - POSTIZ_OAUTH_URL: 'https://auth.jeffemmett.com' - POSTIZ_OAUTH_AUTH_URL: 'https://auth.jeffemmett.com/authorize' - POSTIZ_OAUTH_TOKEN_URL: 'https://auth.jeffemmett.com/api/oidc/token' - POSTIZ_OAUTH_USERINFO_URL: 'https://auth.jeffemmett.com/api/oidc/userinfo' + POSTIZ_OAUTH_URL: 'https://auth.ridentity.online' + POSTIZ_OAUTH_AUTH_URL: 'https://auth.ridentity.online/authorize' + POSTIZ_OAUTH_TOKEN_URL: 'https://auth.ridentity.online/api/oidc/token' + POSTIZ_OAUTH_USERINFO_URL: 'https://auth.ridentity.online/api/oidc/userinfo' POSTIZ_OAUTH_SCOPE: 'openid profile email' # POSTIZ_OAUTH_CLIENT_ID + CLIENT_SECRET from Infisical`; diff --git a/deploy/docker-compose.bcrg.yml b/deploy/docker-compose.bcrg.yml index acb38bf..6a288b6 100644 --- a/deploy/docker-compose.bcrg.yml +++ b/deploy/docker-compose.bcrg.yml @@ -29,10 +29,10 @@ services: POSTIZ_GENERIC_OAUTH: "true" NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: "Pocket ID" NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: "https://raw.githubusercontent.com/pocket-id/pocket-id/refs/heads/main/frontend/static/img/static-logo.svg" - POSTIZ_OAUTH_URL: "https://auth.jeffemmett.com" - POSTIZ_OAUTH_AUTH_URL: "https://auth.jeffemmett.com/authorize" - POSTIZ_OAUTH_TOKEN_URL: "https://auth.jeffemmett.com/api/oidc/token" - POSTIZ_OAUTH_USERINFO_URL: "https://auth.jeffemmett.com/api/oidc/userinfo" + POSTIZ_OAUTH_URL: "https://auth.ridentity.online" + POSTIZ_OAUTH_AUTH_URL: "https://auth.ridentity.online/authorize" + POSTIZ_OAUTH_TOKEN_URL: "https://auth.ridentity.online/api/oidc/token" + POSTIZ_OAUTH_USERINFO_URL: "https://auth.ridentity.online/api/oidc/userinfo" # === Email config (EMAIL_PASS comes from Infisical) === EMAIL_PROVIDER: "nodemailer" EMAIL_FROM_NAME: "Bonding Curve Research" diff --git a/deploy/docker-compose.cc.yml b/deploy/docker-compose.cc.yml index 32e051c..59dad1c 100644 --- a/deploy/docker-compose.cc.yml +++ b/deploy/docker-compose.cc.yml @@ -29,10 +29,10 @@ services: POSTIZ_GENERIC_OAUTH: "true" NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: "Pocket ID" NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: "https://raw.githubusercontent.com/pocket-id/pocket-id/refs/heads/main/frontend/static/img/static-logo.svg" - POSTIZ_OAUTH_URL: "https://auth.jeffemmett.com" - POSTIZ_OAUTH_AUTH_URL: "https://auth.jeffemmett.com/authorize" - POSTIZ_OAUTH_TOKEN_URL: "https://auth.jeffemmett.com/api/oidc/token" - POSTIZ_OAUTH_USERINFO_URL: "https://auth.jeffemmett.com/api/oidc/userinfo" + POSTIZ_OAUTH_URL: "https://auth.ridentity.online" + POSTIZ_OAUTH_AUTH_URL: "https://auth.ridentity.online/authorize" + POSTIZ_OAUTH_TOKEN_URL: "https://auth.ridentity.online/api/oidc/token" + POSTIZ_OAUTH_USERINFO_URL: "https://auth.ridentity.online/api/oidc/userinfo" # === Email config (EMAIL_PASS comes from Infisical) === EMAIL_PROVIDER: "nodemailer" EMAIL_FROM_NAME: "Crypto Commons" diff --git a/deploy/docker-compose.p2pf.yml b/deploy/docker-compose.p2pf.yml index cdb9210..f3ca6ab 100644 --- a/deploy/docker-compose.p2pf.yml +++ b/deploy/docker-compose.p2pf.yml @@ -29,10 +29,10 @@ services: POSTIZ_GENERIC_OAUTH: "true" NEXT_PUBLIC_POSTIZ_OAUTH_DISPLAY_NAME: "Pocket ID" NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: "https://raw.githubusercontent.com/pocket-id/pocket-id/refs/heads/main/frontend/static/img/static-logo.svg" - POSTIZ_OAUTH_URL: "https://auth.jeffemmett.com" - POSTIZ_OAUTH_AUTH_URL: "https://auth.jeffemmett.com/authorize" - POSTIZ_OAUTH_TOKEN_URL: "https://auth.jeffemmett.com/api/oidc/token" - POSTIZ_OAUTH_USERINFO_URL: "https://auth.jeffemmett.com/api/oidc/userinfo" + POSTIZ_OAUTH_URL: "https://auth.ridentity.online" + POSTIZ_OAUTH_AUTH_URL: "https://auth.ridentity.online/authorize" + POSTIZ_OAUTH_TOKEN_URL: "https://auth.ridentity.online/api/oidc/token" + POSTIZ_OAUTH_USERINFO_URL: "https://auth.ridentity.online/api/oidc/userinfo" # === Email config (EMAIL_PASS comes from Infisical) === EMAIL_PROVIDER: "nodemailer" EMAIL_FROM_NAME: "P2P Foundation Socials" diff --git a/spaces.yml b/spaces.yml index dfeefc7..c902e0b 100644 --- a/spaces.yml +++ b/spaces.yml @@ -37,10 +37,10 @@ defaults: sablier: false # Pocket ID OAuth (enabled by default, per-space client_id/secret in Infisical) oauth: true - oauth_url: https://auth.jeffemmett.com - oauth_auth_url: https://auth.jeffemmett.com/authorize - oauth_token_url: https://auth.jeffemmett.com/api/oidc/token - oauth_userinfo_url: https://auth.jeffemmett.com/api/oidc/userinfo + oauth_url: https://auth.ridentity.online + oauth_auth_url: https://auth.ridentity.online/authorize + oauth_token_url: https://auth.ridentity.online/api/oidc/token + oauth_userinfo_url: https://auth.ridentity.online/api/oidc/userinfo oauth_display_name: Pocket ID oauth_logo_url: https://raw.githubusercontent.com/pocket-id/pocket-id/refs/heads/main/frontend/static/img/static-logo.svg