More lax wireguard and openvpn config filenames

This commit is contained in:
Alexandre
2026-02-05 13:52:20 +01:00
committed by GitHub
parent 9d55fccd03
commit 2a4a178522

View File

@@ -128,7 +128,7 @@ schema:
keyfile: str keyfile: str
localdisks: str? localdisks: str?
networkdisks: str? networkdisks: str?
openvpn_config: match(^\w+\.(ovpn|conf)$)? openvpn_config: match(^[A-Za-z0-9._-]+\.(conf|ovpn)$)?
openvpn_enabled: bool? openvpn_enabled: bool?
openvpn_password: str? openvpn_password: str?
openvpn_username: str? openvpn_username: str?
@@ -136,10 +136,10 @@ schema:
run_duration: str? run_duration: str?
silent: bool? silent: bool?
ssl: bool ssl: bool
wireguard_config: match(^\w+\.conf$)? wireguard_config: match(^[A-Za-z0-9._-]+\.conf$)?
wireguard_enabled: bool? wireguard_enabled: bool?
whitelist: str? whitelist: str?
slug: qbittorrent slug: qbittorrent
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "5.1.4-7" version: "5.1.4-8"