{"id":21473504,"url":"https://github.com/reallyreally/ghost-storage-google-cloud","last_synced_at":"2026-03-06T20:31:25.233Z","repository":{"id":16938050,"uuid":"80894904","full_name":"reallyreally/ghost-storage-google-cloud","owner":"reallyreally","description":"Provides Google Cloud Storage (Buckets) support for Ghost","archived":false,"fork":false,"pushed_at":"2025-12-30T10:24:38.000Z","size":25,"stargazers_count":2,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-25T19:06:19.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reallyreally.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-04T05:04:34.000Z","updated_at":"2018-05-25T15:17:47.000Z","dependencies_parsed_at":"2024-05-22T23:54:18.012Z","dependency_job_id":null,"html_url":"https://github.com/reallyreally/ghost-storage-google-cloud","commit_stats":null,"previous_names":["aicial/ghost-storage-google-cloud"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/reallyreally/ghost-storage-google-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reallyreally%2Fghost-storage-google-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reallyreally%2Fghost-storage-google-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reallyreally%2Fghost-storage-google-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reallyreally%2Fghost-storage-google-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reallyreally","download_url":"https://codeload.github.com/reallyreally/ghost-storage-google-cloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reallyreally%2Fghost-storage-google-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T10:17:32.442Z","updated_at":"2026-03-06T20:31:25.185Z","avatar_url":"https://github.com/reallyreally.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost Storage Plugin for Google Cloud Storage\nAdds support for Google Cloud Storage. Designed for use within App Engine with zero configuration.\n\nCan be used outside of App Engine with a security json file.\n\n## Installation\n\n    npm i @aicial/ghost-storage-google-cloud --save\n\n## Create storage module\n\nAs well as installing the NPM package, you will need to create a storage plugin within Ghost. From the root of your Ghost blog:\n\n    mkdir -p ./content/storage/gcs\n    echo -en \\''use strict'\\'';\\nmodule.exports = require('\\''@aicial/ghost-storage-google-cloud'\\'');\\n' \u003e ./content/storage/gcs/index.js\n\nIf you don't want to do it that way - you need to end up with the content below in \"content/storage/gcs/index.js\"\n\n    'use strict';\n    module.exports = require('@aicial/ghost-storage-google-cloud');\n\n## Configuration\n\nIf you are using App Engine and have the default bucket created - you can use the minimal configuration below. If you are outside of App Engine or want more control over the configuration - build something from the second example.\n\nAdd `storage` block to file `config.js` in each environment as below (minimal):\n\n    storage: {\n        active: 'gcs',\n        'gcs': {}\n    },\n\nIf you want more control:\n\n    storage: {\n        active: 'gcs',\n        'gcs': {\n          projectId: 'my-project-id',\n          bucket: 'bucket-name.appspot.com',\n          key: 'server-to-server-auth-key.json',\n          customURL: 'https://mycustom.domain/'\n        }\n    },\n\nYou can create a bucket via the Console - https://console.cloud.google.com/storage/browser\n\nCredentials (the server-to-server key) are created here - https://console.cloud.google.com/apis/credentials\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freallyreally%2Fghost-storage-google-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freallyreally%2Fghost-storage-google-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freallyreally%2Fghost-storage-google-cloud/lists"}