No description
Find a file
Kumi 6fd8d7cc1a
refactor: lazy-load provider libraries
Defer the import of cloud provider libraries (boto3, hcloud,
digitalocean, azure) until they are needed within the respective
server creation functions. This prevents unnecessary imports
when only a subset of providers is used, reducing resource
consumption and avoiding import errors for unused libraries.
2024-07-18 18:09:18 +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
requirements.txt feat: setup WireGuard VPN server automation across providers 2024-07-18 17:24:24 +02:00
worker.py refactor: lazy-load provider libraries 2024-07-18 18:09:18 +02:00