{"id":15381929,"url":"https://github.com/justinribeiro/ghost-gcs","last_synced_at":"2026-05-09T21:53:47.128Z","repository":{"id":77736974,"uuid":"97154760","full_name":"justinribeiro/ghost-gcs","owner":"justinribeiro","description":"Plugin that adds Google Cloud Storage support for Ghost 0.11.10.","archived":false,"fork":false,"pushed_at":"2018-07-24T07:17:56.000Z","size":13,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T05:41:44.444Z","etag":null,"topics":["ghost","google-cloud","google-cloud-storage"],"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/justinribeiro.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}},"created_at":"2017-07-13T18:46:50.000Z","updated_at":"2020-12-07T16:51:49.000Z","dependencies_parsed_at":"2023-04-19T04:15:47.315Z","dependency_job_id":null,"html_url":"https://github.com/justinribeiro/ghost-gcs","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"0dc5440cf2308b1e9768a2874ae997cee7f62fdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinribeiro%2Fghost-gcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinribeiro%2Fghost-gcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinribeiro%2Fghost-gcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinribeiro%2Fghost-gcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinribeiro","download_url":"https://codeload.github.com/justinribeiro/ghost-gcs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241375310,"owners_count":19952693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ghost","google-cloud","google-cloud-storage"],"created_at":"2024-10-01T14:29:19.339Z","updated_at":"2025-11-26T21:01:16.152Z","avatar_url":"https://github.com/justinribeiro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ghost GCS - A Plugin for Google Cloud Storage integration\n\nA content plugin for Ghost that adds support for storing images on Google Cloud\nStorage. We plan to expand this to work with themes in the future as part of\nour work to make Ghost work better on ephemeral hosts.\n\n## Installation\n\nTo install you can either run the following command or download, audit, and\nrun the script manually. This should be run in your Ghost project directory.\n\n```shell\ncurl https://raw.githubusercontent.com/StickmanVentures/ghost-gcs/master/install.sh | bash\n```\n\n## Configuration\n\nAdd the following configuration to your ghost `config.js` with your project id,\nbucket, and key substituted under the environment of your choosing.\n\n```javascript\nstorage: {\n    active: 'gcs',\n    gcs: {\n        projectId: 'PROJECT_ID',\n        keyFilename: './secrets/PRIVATE_KEY_FILE.json',\n        bucket: 'BUCKET_NAME'\n    }\n}\n```\n\n## In action\n\n![gcs_showcase](https://user-images.githubusercontent.com/643503/28224349-96d2b17e-6883-11e7-956e-f18916f63fe1.png)\n\n## License\n\nCopyright 2017 Stickman Ventures\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinribeiro%2Fghost-gcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinribeiro%2Fghost-gcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinribeiro%2Fghost-gcs/lists"}