Update upstream layout validation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user