mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-23 15:10:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user