fix: migrate OAuth URLs from auth.jeffemmett.com to auth.ridentity.online
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f46dad43e
commit
f5c61a3992
|
|
@ -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`;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue