mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-06 22:18:48 +02:00
Non legacy (#33)
* disable legacy flag for each addon * build.json for each addon * update addons
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.2.0
|
||||
|
||||
- Update transmission-openvpn to 2.10 (haugene/transmission-openvpn:2.10)
|
||||
|
||||
## 0.1.0
|
||||
|
||||
- transmission-openvpn 2.7 (haugene/transmission-openvpn:2.7)
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
FROM haugene/transmission-openvpn:2.7
|
||||
ARG BUILD_FROM
|
||||
# hadolint ignore=DL3006
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN usermod -d /config-internal abc \
|
||||
&& sed -i "s|/config|/config-internal|g" /etc/openvpn/adjustConfigs.sh \
|
||||
|
||||
13
transmission-openvpn/build.json
Normal file
13
transmission-openvpn/build.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "haugene/transmission-openvpn",
|
||||
"version": "2.10"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "haugene/transmission-openvpn:2.10-armhf",
|
||||
"aarch64": "haugene/transmission-openvpn:2.10-arm64",
|
||||
"amd64": "haugene/transmission-openvpn:2.10-alpine"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
}
|
||||
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"name": "transmission-openvpn",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"slug": "transmission-openvpn",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/haugene/docker-transmission-openvpn",
|
||||
"version_regex": "(\\d+\\.\\d)",
|
||||
"release_regex": "v(\\d+\\.\\d)"
|
||||
"version_regex": "(\\d+\\.\\d+)",
|
||||
"release_regex": "v(\\d+\\.\\d+)"
|
||||
},
|
||||
"description": "OpenVPN and Transmission with WebUI",
|
||||
"url": "https://github.com/petersendev/hassio-addons/transmission-openvpn",
|
||||
@@ -61,4 +60,4 @@
|
||||
"TRANSMISSION_HOME": "/share/transmission-openvpn/transmission-home"
|
||||
},
|
||||
"image": "petersendev/hassio-transmission-openvpn-{arch}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user