optimize performance 03-05-2025

This commit is contained in:
2025-05-05 20:42:19 +02:00
parent 0cdad100b6
commit d0aed9e253
6 changed files with 390 additions and 195 deletions

View File

@ -24,6 +24,12 @@ class AppConfig:
KEYS_FILE: Path = CONFIG_DIR / "keys"
AUTOSTART_SERVICE: Path = Path.home() / ".config/systemd/user/wg_start.service"
# Updates
# 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year
VERSION: str = "v. 2.04.1725"
UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases"
DOWNLOAD_URL: str = "https://git.ilunix.de/punix/Wire-Py/archive"
# Default settings
DEFAULT_SETTINGS: Dict[str, Any] = {
"updates": "on",