https://github.com/hetznercloud/hc-utils
A set of tools for the Hetzner Cloud platform
https://github.com/hetznercloud/hc-utils
Last synced: 11 months ago
JSON representation
A set of tools for the Hetzner Cloud platform
- Host: GitHub
- URL: https://github.com/hetznercloud/hc-utils
- Owner: hetznercloud
- License: mit
- Created: 2019-07-22T08:50:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T07:29:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T12:22:28.948Z (about 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hetzner Cloud Utils
hc-utils contains utilities to provide an easier and automatic use of features of the Hetzner Cloud platform
(e.g. private networks, block storage)
# How to build
* Debian/Ubuntu
`dpkg-buildpackage`
* Fedora 29/30
```
$ sudo dnf install rpkg
$ rpkg local
```
* CentOS 7
copy sources to `~rpmbuild/SOURCES/` and run `rpmbuild -bb` in hc-utils dir