{"id":14110071,"url":"https://github.com/kaorimatz/fog-scaleway","last_synced_at":"2025-03-20T21:31:37.504Z","repository":{"id":56847366,"uuid":"65121054","full_name":"kaorimatz/fog-scaleway","owner":"kaorimatz","description":"Fog provider for Scaleway","archived":false,"fork":false,"pushed_at":"2023-07-26T08:48:12.000Z","size":107,"stargazers_count":13,"open_issues_count":5,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T21:14:58.817Z","etag":null,"topics":["fog","scaleway"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/kaorimatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-07T07:20:40.000Z","updated_at":"2023-08-20T14:24:06.000Z","dependencies_parsed_at":"2024-01-08T07:55:28.515Z","dependency_job_id":"2eb5fddd-0273-467a-abdc-c0f1e4ea72e8","html_url":"https://github.com/kaorimatz/fog-scaleway","commit_stats":{"total_commits":53,"total_committers":3,"mean_commits":"17.666666666666668","dds":"0.037735849056603765","last_synced_commit":"abf77115bc5c37fed0128586d216dc42428bdfc2"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Ffog-scaleway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Ffog-scaleway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Ffog-scaleway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaorimatz%2Ffog-scaleway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaorimatz","download_url":"https://codeload.github.com/kaorimatz/fog-scaleway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244084988,"owners_count":20395522,"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":["fog","scaleway"],"created_at":"2024-08-14T10:02:38.794Z","updated_at":"2025-03-20T21:31:37.269Z","avatar_url":"https://github.com/kaorimatz.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Fog::Scaleway\n\n[![Gem](https://img.shields.io/gem/v/fog-scaleway.svg?style=flat-square)](https://rubygems.org/gems/fog-scaleway)\n[![Travis](https://img.shields.io/travis/kaorimatz/fog-scaleway.svg?style=flat-square)](https://travis-ci.org/kaorimatz/fog-scaleway)\n[![Coveralls](https://img.shields.io/coveralls/kaorimatz/fog-scaleway.svg?style=flat-square)](https://coveralls.io/github/kaorimatz/fog-scaleway)\n\nFog provider gem to support [Scaleway](https://www.scaleway.com/).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fog-scaleway'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nPut your credentials to the fog configuration file:\n\n```yaml\ndefault:\n  scaleway_organization: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # Your organization ID\n  scaleway_token: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx        # Your token\n  scaleway_region: par1                                       # par1 or ams1\n```\n\nCreate a connection to the service:\n\n```ruby\ncompute = Fog::Compute[:scaleway]\n```\n\nManage servers and resources using the connection:\n\n```ruby\nserver = compute.servers.bootstrap\n\nserver.ssh('uname').first.stdout # =\u003e \"Linux\\r\\n\"\n\nserver.terminate\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test FOG_MOCK=true` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kaorimatz/fog-scaleway.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Ffog-scaleway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaorimatz%2Ffog-scaleway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaorimatz%2Ffog-scaleway/lists"}