Compare commits

...

7 Commits

Author SHA1 Message Date
Alexandre
291b6a3d55 Fix YAML syntax for DATA_DIR in config.yaml nobuid 2026-04-01 14:34:44 +02:00
github-actions
f23fca2cae GitHub bot: changelog [nobuild] 2026-04-01 11:32:07 +00:00
github-actions
05547b2be6 Github bot : issues linked to readme 2026-04-01 11:29:14 +00:00
Alexandre
5fccc423d9 Merge pull request #2621 from alexbelgium/copilot/fix-openvpn-config-selection
Fix OpenVPN startup failure: bad substitution in verbosity parameter
2026-04-01 13:28:52 +02:00
Alexandre
bc5e425f15 Update config.yaml 2026-04-01 13:28:45 +02:00
copilot-swe-agent[bot]
385ea4ba04 Fix bad substitution in OpenVPN verbosity parameter: ${$log_level} → ${log_level}
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d37f963b-d7de-45b8-885a-ae3ecf34eb80

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-31 17:08:29 +00:00
copilot-swe-agent[bot]
b019ecff61 Initial plan 2026-03-31 17:03:23 +00:00
5 changed files with 5 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ devices:
- /dev/nvme1
- /dev/nvme2
environment:
- DATA_DIR: "/config"
DATA_DIR: "/config"
image: ghcr.io/alexbelgium/maintainerr-{arch}
ingress: true
ingress_stream: true

View File

@@ -1,3 +1,5 @@
## 5.1.4-21 (01-04-2026)
- Minor bugs fixed
## 5.1.4-20 (26-03-2026)
- If multiple openvpn configs are available and none is defined in the options, use a random one
- Add upnp for vpn

View File

@@ -143,4 +143,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.1.4-20"
version: "5.1.4-21"

View File

@@ -514,7 +514,7 @@ _openvpn_up() {
--config "${config["ConfigFile"]}" \
--client \
--daemon \
--verb ${verbosity[${$log_level}]} \
--verb ${verbosity[${log_level}]} \
--log "/proc/1/fd/1" \
--script-security 2 \
--auth-user-pass "${OPENVPN_STATE_DIR}/credentials.conf" \

View File

@@ -1,6 +1,5 @@
## &#9888; Open Issue : [🐛 [CloudCommander] cloudcmd.mjs: No such file or directory (opened 2026-02-04)](https://github.com/alexbelgium/hassio-addons/issues/2444) by [@axlFThn](https://github.com/axlFThn)
## &#9888; Open Issue : [🐛 Cloudcommander New Directory (opened 2026-03-19)](https://github.com/alexbelgium/hassio-addons/issues/2594) by [@pgitsov](https://github.com/pgitsov)
## &#9888; Open Issue : [🐛 [qBittorrent] No longer able to randomly select an openvpn config file (opened 2026-03-25)](https://github.com/alexbelgium/hassio-addons/issues/2611) by [@tylerbenson](https://github.com/tylerbenson)
# Hass.io Add-ons: Tor with bridges
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)