mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
8 lines
328 B
Python
8 lines
328 B
Python
__app_name__ = "ProxLB"
|
|
__app_desc__ = "An advanced resource scheduler and load balancer for Proxmox clusters."
|
|
__author__ = "Florian Paul Azim Hoberg <gyptazy>"
|
|
__copyright__ = "Copyright (C) 2025 Florian Paul Azim Hoberg (@gyptazy)"
|
|
__license__ = "GPL-3.0"
|
|
__version__ = "1.1.11"
|
|
__url__ = "https://github.com/gyptazy/ProxLB"
|