{"id":30598303,"url":"https://github.com/leopardslab/nodecloud-gcp-plugin","last_synced_at":"2025-08-29T22:13:23.396Z","repository":{"id":40933312,"uuid":"131184101","full_name":"leopardslab/nodecloud-gcp-plugin","owner":"leopardslab","description":"🔧 NodeCloud GCP plugin","archived":false,"fork":false,"pushed_at":"2022-06-22T16:40:46.000Z","size":182,"stargazers_count":43,"open_issues_count":5,"forks_count":42,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-03-04T00:18:50.229Z","etag":null,"topics":["gcp","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leopardslab.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}},"created_at":"2018-04-26T16:40:46.000Z","updated_at":"2023-01-12T21:42:46.000Z","dependencies_parsed_at":"2022-09-20T19:52:15.004Z","dependency_job_id":null,"html_url":"https://github.com/leopardslab/nodecloud-gcp-plugin","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/leopardslab/nodecloud-gcp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-gcp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-gcp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-gcp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-gcp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leopardslab","download_url":"https://codeload.github.com/leopardslab/nodecloud-gcp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leopardslab%2Fnodecloud-gcp-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272772764,"owners_count":24990514,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gcp","nodejs"],"created_at":"2025-08-29T22:13:22.889Z","updated_at":"2025-08-29T22:13:23.383Z","avatar_url":"https://github.com/leopardslab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodecloud-gcp-plugin\nGoogle Cloud plugin for [nodecloud](https://github.com/cloudlibz/nodecloud)\n\n## 🚀 Install\n\n```\n$ npm install nodecloud-gcp-plugin\nOR\n$ yarn add nodecloud-gcp-plugin\n```\n\n## ✌️ How to setup\n\n- Download keyFile from GCP console\n- Set environment variables\n\n```\nGCLOUD_PROJECT='nodecloud-demo',\nGCLOUD_KEY_FILE_NAME='xxxxxxxxxxx'\n```\n\nUse same key names as they are used in this plugin implementation.\n\nMake sure you have `.nc.config` file in the project root and have `nodecloud-core` installed.\n\nContent of `.nc.config` file is assumed as the following json structure.\nIt is an array of supported providers.\n\n1.  `name` : Provider name which nodecloud supports.\n2.  `tag` : Name that you will use to load the given provider. It is for your reference in code. It can be anything that you may like.\n3.  `libName` : Library name which has to be installed before loading a provider.\n\nConfig file can contain array of objects for all providers and all will be loaded.\nSupported values for `name` : azure, google, aws\n\n```js\nconst providers = [\n    {\n        name: 'google',\n        tag: 'google',\n        libName: 'nodecloud-gcp-plugin',\n        configFile: {\n            projectId: \"YOUR_GCLOUD_PROJECT_ID\",\n            keyFilename: \"ABSOLUTE_PATH_TO_SERVICE_KEY\"\n        }\n    },\n    // other providers might be included here\n]\n\nmodule.exports = providers;\n``` \n\nHere is how to obtain a service [key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys).\n\nRemember that you need to give this service account appropiate roles!\n\n## 💻 Development\n\n```\n$ git clone https://github.com/cloudliz/nodecloud-gcp-plugin\n$ cd nodecloud-gcp-plugin\n$ npm link\n$ cd .. \u0026\u0026 mkdir nodecloud-dev \u0026\u0026 cd nodecloud-dev\n$ npm link nodecloud-gcp-plugin\n$ cd .. \u0026\u0026 git clone https://github.com/cloudliz/nodecloud\n$ cd nodecloud\n$ npm link\n$ cd nodecloud-dev\n$ npm link nodecloud\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopardslab%2Fnodecloud-gcp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleopardslab%2Fnodecloud-gcp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleopardslab%2Fnodecloud-gcp-plugin/lists"}