Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Sep 13, 2024
1 parent 6d2d318 commit a9bf060
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plugins/hetzner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

Hetzner Collector Plugin for Fix

## Configuration

```
fixworker:
# List of collectors to run
collector:
- 'hetzner'
hetzner:
# Hetzner Cloud project names - Hetzner has no API to introspect a token, so you need to manually maintain the project name associated with an API token. Provide names in the same order as the corresponding API tokens.
hcloud_project_names:
- 'dev'
- 'global'
# Hetzner Cloud project API tokens
hcloud_tokens:
- '0ytCtPtcyUO1fEwLIYarEQaiY04E9P9tDIowK1JD8mX5K5jsLhPmiwkMLLuDGMxG'
- 'nt71Kl3pSscVt5Mey1NUfERXeaxHyDru988De7UA4ew48eAvMMsQ8tserBEOwLXq'
```

## License

See [LICENSE](../../LICENSE) for details.

0 comments on commit a9bf060

Please sign in to comment.