diff --git a/.env.sample b/.env.sample index 53ca117..8a07293 100644 --- a/.env.sample +++ b/.env.sample @@ -107,6 +107,12 @@ MAIL_BACKEND=none # AWS_ROLE_ARN= # AWS_WEB_IDENTITY_TOKEN_FILE= +# GHOST Integration +#GHOST_URL=https://example.ghost.io +#GHOST_CONTENT_API_KEY= +#GHOST_ADMIN_API_KEY= +#IFRAME_ALLOWED_ORIGINS=https://example.com + # Enable using Bonfire as an SSO provider for external apps to sign in with? # ENABLE_SSO_PROVIDER=false OAUTH_ISSUER=https://${DOMAIN} diff --git a/compose.yml b/compose.yml index bbd36ec..b33910b 100644 --- a/compose.yml +++ b/compose.yml @@ -108,6 +108,11 @@ services: - ORCID_CLIENT_ID - ORCID_CLIENT_SECRET + + - GHOST_URL + - GHOST_CONTENT_API_KEY + - GHOST_ADMIN_API_KEY + - IFRAME_ALLOWED_ORIGINS secrets: - postgres_password