From 2a4a178522ff8fe0d179b0c8b0af707f644ea101 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:52:20 +0100 Subject: [PATCH] More lax wireguard and openvpn config filenames --- qbittorrent/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 1c1cb97f4..54ea35261 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -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"