No description
Find a file
Kumi aebc5adaf3
feat: add script to manage Hetzner servers
Introduce a new script to manage Hetzner servers which includes capabilities to list, update, and delete servers. The script integrates with the local Wireguard VPN configuration tool, running an update script and subsequently removing old servers. This automates the process, ensuring efficient server management and updated local configurations.
2024-07-18 18:58:17 +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 feat: add script to manage Hetzner servers 2024-07-18 18:58:17 +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