No description
Find a file
Kumi 5a64f31a1c
refactor: update script execution with sys.executable
Updated the script execution commands to use `sys.executable` instead
of a hard-coded "python" to ensure compatibility with different Python
environments. Additionally, refactored code for better readability
and consistency in formatting, particularly around argument parsing
and error handling in both manage_hetzner_servers.py and
update_local_config.py.

Improves deployment flexibility and code maintainability.
2024-07-18 19:07:02 +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: update script execution with sys.executable 2024-07-18 19:07:02 +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: update script execution with sys.executable 2024-07-18 19:07:02 +02:00
worker.py refactor: lazy-load provider libraries 2024-07-18 18:09:18 +02:00