Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudmodel/cloudmodel-api-hetzner
https://github.com/cloudmodel/cloudmodel-api-hetzner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudmodel/cloudmodel-api-hetzner
- Owner: cloudmodel
- License: mit
- Created: 2020-12-03T13:46:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T11:16:50.000Z (over 1 year ago)
- Last Synced: 2024-06-21T12:26:47.290Z (5 months ago)
- Language: Ruby
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-starred - cloudmodel/cloudmodel-api-hetzner - (others)
README
# CloudModel::Api::Hetzner
![RSpec](https://github.com/cloudmodel/cloudmodel-api-hetzner/workflows/RSpec/badge.svg)
![CodeQL](https://github.com/cloudmodel/cloudmodel-api-hetzner/workflows/CodeQL/badge.svg)Support for Hetzner Hosting API in [CloudModel](https://github.com/cloudmodel/cloudmodel).
## Usage
Adds following ablities to CloudModel:* Change Hetzner server name on changing CloudModel host´s name
* Sync changes to Hetzner servers and subnets to CloudModel host´s configuration## Installation
Add this line to your application's Gemfile:```ruby
gem 'cloudmodel-api-hetzner'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install cloudmodel-api-hetzner
```## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).