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

@@ -24,7 +24,8 @@ type TLSConfig struct {
}
type HetznerConfig struct {
APIToken string `mapstructure:"api_token"`
APIToken string `mapstructure:"api_token"`
APITokenFile string `mapstructure:"api_token_file"`
}
type UpstreamConfig struct {