mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Compare commits
7 Commits
e4ac13580a
...
291b6a3d55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
291b6a3d55 | ||
|
|
f23fca2cae | ||
|
|
05547b2be6 | ||
|
|
5fccc423d9 | ||
|
|
bc5e425f15 | ||
|
|
385ea4ba04 | ||
|
|
b019ecff61 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" \
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
## ⚠ 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)
|
||||
## ⚠ Open Issue : [🐛 Cloudcommander New Directory (opened 2026-03-19)](https://github.com/alexbelgium/hassio-addons/issues/2594) by [@pgitsov](https://github.com/pgitsov)
|
||||
## ⚠ 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)
|
||||
|
||||
Reference in New Issue
Block a user