Replaced dependency on GCS with local storage

ref https://linear.app/ghost/issue/PROD-2009

ActivityPub now supports configuring a local storage adapter, we defer
to the ghost service for actually serving the images, so we write to a
shared volume and point our URLs at the Ghost content directory.
This commit is contained in:
Fabien O'Carroll
2025-06-19 08:28:44 +07:00
committed by GitHub
parent 83189dc550
commit ac7fdad0f1
2 changed files with 3 additions and 9 deletions

View File

@@ -11,7 +11,3 @@ TINYBIRD_API_URL=https://api.tinybird.co
TINYBIRD_ID=745d3247-e887-4873-84f7-7414ec758b83
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
TINYBIRD_STATS_TOKEN=p.eyJxxxxx
# Activity Pub Configuration
GOOGLE_CLOUD_PROJECT=project-id
ACTIVITYPUB_GCP_BUCKET=bucket-name