mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 17:10:31 +02:00
Move VPN config filename validation to startup scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user