Move VPN config filename validation to startup scripts

This commit is contained in:
Alexandre
2026-02-05 16:46:39 +01:00
parent ad80d1e2b6
commit bff4164203
3 changed files with 10 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ schema:
keyfile: str
localdisks: str?
networkdisks: str?
openvpn_config: match(^[A-Za-z0-9._-]+\.(conf|ovpn)$)?
openvpn_config: str?
openvpn_enabled: bool?
openvpn_password: str?
openvpn_username: str?
@@ -136,7 +136,7 @@ schema:
run_duration: str?
silent: bool?
ssl: bool
wireguard_config: match(^[A-Za-z0-9._-]+\.conf$)?
wireguard_config: str?
wireguard_enabled: bool?
whitelist: str?
slug: qbittorrent