5nafu/Hetzner Cloud Doorkeeper
Open and closes a specific IP/Port on a Hetzner Cloud firewall
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 20, 2026
- Maintenance Recency
- Stalelast commit Jan 15, 2022
- License
- Apache 2.0
Pinned Snippet
uses: 5nafu/hcloud-doorkeeper-action@e2e4ceee91910aafebf0dcacb54a1d539234a7ac # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| hcloud_token | Hetzner Cloud token to access the Firewall | yes | — |
| firewall_name | Name of firewall to configure | yes | — |
| ip | CIDR representation of IP range to allow access (Defaults to current runner IP) | no | — |
| port | Port to open | no | 22 |
| protocol | Protocol for the above port. Either `tcp` or `udp` | no | tcp |
| autoclean | Automatically clean up the opened port after the workflow finishes | no | true |
Outputs
no outputs