No description
Find a file
Kumi 776e3e00ea
refactor: hardcode provider to Hetzner in script
Removed the --provider argument from the command-line parser and set the provider variable directly to "hetzner". Simplifies the script by removing an unnecessary user input field. Relevant for deployments exclusively using Hetzner.
2024-07-18 19:02:51 +02:00
.gitignore feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
config.dist.ini feat(worker): allow manual config of Wireguard keys 2024-07-18 17:48:22 +02:00
manage_hetzner_servers.py refactor: hardcode provider to Hetzner in script 2024-07-18 19:02:51 +02:00
requirements.txt feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
update_local_config.py fix(config): resolve tempfile mode error in config update 2024-07-18 18:50:58 +02:00
worker.py refactor: lazy-load provider libraries 2024-07-18 18:09:18 +02:00