mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Compare commits
2 Commits
b699310471
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6aa65891a2 | ||
|
|
13064eb864 |
@@ -1,3 +1,6 @@
|
|||||||
|
## 5.1.4-19 (24-03-2026)
|
||||||
|
- Fix OpenVPN not connecting: restore missing openvpn package in Dockerfile
|
||||||
|
|
||||||
## 5.1.4-18 (22-03-2026)
|
## 5.1.4-18 (22-03-2026)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
## 5.1.4-17 (17-02-2026)
|
## 5.1.4-17 (17-02-2026)
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto
|
|||||||
# && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi
|
# && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ARG PACKAGES="ipcalc wireguard-tools libnatpmp iptables ip6tables"
|
ARG PACKAGES="openvpn ipcalc wireguard-tools libnatpmp iptables ip6tables"
|
||||||
|
|
||||||
# Automatic apps & bashio
|
# Automatic apps & bashio
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
|
||||||
|
|||||||
@@ -143,4 +143,4 @@ schema:
|
|||||||
slug: qbittorrent
|
slug: qbittorrent
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "5.1.4-18"
|
version: "5.1.4-19"
|
||||||
|
|||||||
Reference in New Issue
Block a user