Update upstream layout validation

This commit is contained in:
2026-08-29 13:13:15 +04:00
parent 90c87a3694
commit e89af8d74e
+3
View File
@@ -24,6 +24,9 @@ def main() -> int:
"panel relay matcher": panel.count( "panel relay matcher": panel.count(
r"r'(?m)^\s*reverse_proxy 127\.0\.0\.1:8080\s*\{'" r"r'(?m)^\s*reverse_proxy 127\.0\.0\.1:8080\s*\{'"
), ),
"panel credentials prompt": core.count(
'read -r -p "Panel administrator login [admin]: " PANEL_ADMIN'
),
} }
failed = False failed = False