mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-26 07:51:43 +01:00
More lax wireguard and openvpn config filenames
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user