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