From 061a986d7269b058490779d0da8eae7ee41e1671 Mon Sep 17 00:00:00 2001 From: stevensting Date: Thu, 25 Jun 2026 10:46:26 +0200 Subject: [PATCH] add ghost integration env vars --- .env.sample | 6 ++++++ compose.yml | 5 +++++ 2 files changed, 11 insertions(+) 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 -- 2.52.0