Spent 4 hours working on OIDC verification

This commit is contained in:
Donald Zou
2025-06-28 18:13:26 +08:00
parent 6b194bba15
commit 3d75f6bbbd
15 changed files with 193 additions and 28 deletions

View File

@@ -14,8 +14,9 @@ from .Utilities import (
from .DashboardAPIKey import DashboardAPIKey
class DashboardConfig:
DashboardVersion = 'v4.2.3'
DashboardVersion = 'v4.3'
ConfigurationPath = os.getenv('CONFIGURATION_PATH', '.')
ConfigurationFilePath = os.path.join(ConfigurationPath, 'wg-dashboard.ini')