No description
Find a file
Kumi f24aec8da8
fix(config): change config path to current directory
Relative path for the configuration file was adjusted to refer to the current directory, simplifying file location and enhancing script portability. This change prevents issues when running the script from different directories.
2024-07-18 19:10:22 +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 fix(config): change config path to current directory 2024-07-18 19:10:22 +02:00
requirements.txt feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
update_local_config.py refactor: simplify executable path handling 2024-07-18 19:09:11 +02:00
worker.py refactor: lazy-load provider libraries 2024-07-18 18:09:18 +02:00