Add Hetzner Cloud as a server provider#620
Merged
swalkinshaw merged 1 commit intomasterfrom Dec 20, 2025
Merged
Conversation
7d1b42e to
ec0659a
Compare
2487574 to
dd0231b
Compare
ec0659a to
2a21357
Compare
Adds Hetzner Cloud support to the server commands alongside the existing DigitalOcean provider: - Add hetzner package with Provider implementation using hcloud-go SDK - Implement server creation, listing, regions, sizes, SSH keys - Implement DNS management (zones and records) - Add ProviderHetzner constant and factory support - Update command help text and autocomplete for hetzner provider - Token sourced from HCLOUD_TOKEN environment variable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
2a21357 to
200156b
Compare
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extend the
trellis servercommands and server provider abstraction to support Hetzner Cloud. Since the provider is now pluggable, the server commands using the Hetzner provider function the same as with DigitalOcean.pkg/server/hetzner)--provider=hetznerHCLOUD_TOKENenvironment variable supportUsage:
Or set the provider in your CLI config to override the default:
🤖 Generated with Claude Code