feat: add posibility to use token file in hetzner config

This commit is contained in:
2025-04-25 21:24:59 +02:00
parent 12fbd33dd1
commit 4819f92569
6 changed files with 189 additions and 83 deletions

View File

@@ -7,7 +7,10 @@ server:
upstream:
provider: hetzner
hetzner:
api_token: "YOUR_HETZNER_API_TOKEN"
# Provide the API token directly
# api_token: "YOUR_HETZNER_API_TOKEN"
# OR provide the path to a file containing the token
api_token_file: "/path/to/your/hetzner_token.txt"
clients:
client1:
secret: "s3cr3t123"