mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7 * update configurator * Fix docker file * Update docker files * fix image * Update * certbot
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"slug": "cec_scan",
|
||||
"description": "Scan HDMI CEC devices",
|
||||
"url": "https://home-assistant.io/addons/cec_scan/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "once",
|
||||
"boot": "manual",
|
||||
"devices": [
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2
|
||||
## 2.1
|
||||
- Update python version
|
||||
|
||||
## 2.0
|
||||
- Add access to folder: `/share`, `/backup`
|
||||
|
||||
## 1.2
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"amd64": "homeassistant/amd64-base-python:3.6",
|
||||
"i386": "homeassistant/i386-base-python:3.6",
|
||||
"armhf": "homeassistant/armhf-base-python:3.6",
|
||||
"armv7": "homeassistant/armv7-base-python:3.6",
|
||||
"aarch64": "homeassistant/aarch64-base-python:3.6"
|
||||
},
|
||||
"args": {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Configurator",
|
||||
"version": "2",
|
||||
"version": "2.1",
|
||||
"slug": "configurator",
|
||||
"description": "Browser-based configuration file editor for Home Assistant.",
|
||||
"url": "https://home-assistant.io/addons/configurator",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3218]",
|
||||
"homeassistant_api": true,
|
||||
|
||||
4
dhcp_server/CHANGELOG.md
Normal file
4
dhcp_server/CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
- Update DHCP to 4.4.1
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache tzdata jq dhcp
|
||||
RUN apk add --no-cache dhcp
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "DHCP server",
|
||||
"version": "0.4",
|
||||
"version": "1.0",
|
||||
"slug": "dhcp_server",
|
||||
"description": "A simple DHCP server",
|
||||
"url": "https://home-assistant.io/addons/dhcp_server/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"host_network": true,
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## 1.2
|
||||
- Update DNSmasq 2.80
|
||||
|
||||
## 1.1
|
||||
- Add AppArmor profile
|
||||
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache jq dnsmasq
|
||||
RUN apk add --no-cache dnsmasq
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Dnsmasq",
|
||||
"version": "1.1",
|
||||
"version": "1.2",
|
||||
"slug": "dnsmasq",
|
||||
"description": "A simple DNS server",
|
||||
"url": "https://home-assistant.io/addons/dnsmasq/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 1.6
|
||||
- Update Alpine images / OpenSSL
|
||||
|
||||
## 1.5
|
||||
- Fix bug with multible domains for Let's encrypt
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
ARG DEHYDRATED_VERSION
|
||||
RUN apk add --no-cache jq curl libressl \
|
||||
RUN apk add --no-cache curl openssl \
|
||||
&& curl -s -o /usr/bin/dehydrated https://raw.githubusercontent.com/lukas2511/dehydrated/v$DEHYDRATED_VERSION/dehydrated \
|
||||
&& chmod a+x /usr/bin/dehydrated
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Duck DNS",
|
||||
"version": "1.5",
|
||||
"version": "1.6",
|
||||
"slug": "duckdns",
|
||||
"description": "Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support",
|
||||
"url": "https://www.home-assistant.io/addons/duckdns/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"map": ["ssl:rw"],
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 2.2
|
||||
- Use homeassistant ubuntu base images
|
||||
|
||||
## 2.1
|
||||
- Add error handling for decoding UTF-8
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armhf": "multiarch/debian-debootstrap:armhf-stretch",
|
||||
"amd64": "multiarch/debian-debootstrap:amd64-stretch"
|
||||
"armv7": "homeassistant/armv7-base-ubuntu:18.04",
|
||||
"amd64": "homeassistant/amd64-base-ubuntu:18.04"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "Google Assistant SDK",
|
||||
"version": "2.1",
|
||||
"version": "2.2",
|
||||
"slug": "google_assistant",
|
||||
"description": "A virtual personal assistant developed by Google",
|
||||
"url": "https://home-assistant.io/addons/google_assistant/",
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"arch": ["armhf", "amd64"],
|
||||
"arch": ["armv7", "amd64"],
|
||||
"map": ["share"],
|
||||
"audio": true,
|
||||
"ports": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 2.3
|
||||
- Update certbot to 0.30.2
|
||||
|
||||
## 2.2
|
||||
- Bugfix not exists jq
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache jq certbot py2-future
|
||||
RUN apk add --no-cache certbot
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Let's Encrypt",
|
||||
"version": "2.2",
|
||||
"version": "2.3",
|
||||
"slug": "letsencrypt",
|
||||
"description": "Manage certificate from Let's Encrypt",
|
||||
"url": "https://home-assistant.io/addons/lets_encrypt/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "once",
|
||||
"boot": "manual",
|
||||
"ports": {
|
||||
|
||||
4
mariadb/CHANGELOG.md
Normal file
4
mariadb/CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
- Update MariaDB to 10.3.13
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache jq mariadb mariadb-client
|
||||
RUN apk add --no-cache mariadb mariadb-client
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "MariaDB",
|
||||
"version": "0.2",
|
||||
"version": "1.0",
|
||||
"slug": "mariadb",
|
||||
"description": "An SQL database server",
|
||||
"url": "https://home-assistant.io/addons/mariadb/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.1
|
||||
- Update mosquitto 1.5.6
|
||||
|
||||
## 4.0
|
||||
- Use Alpine 3.7 because libwebsocket 3.0.0 is broken on Alpine 3.8
|
||||
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "homeassistant/amd64-base:3.7",
|
||||
"i386": "homeassistant/i386-base:3.7",
|
||||
"armhf": "homeassistant/armhf-base:3.7",
|
||||
"aarch64": "homeassistant/aarch64-base:3.7"
|
||||
},
|
||||
"args": {
|
||||
"MOSQUITTO_AUTH_VERSION": "0.1.3"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Mosquitto broker",
|
||||
"version": "4",
|
||||
"version": "4.1",
|
||||
"slug": "mosquitto",
|
||||
"description": "An Open Source MQTT broker",
|
||||
"url": "https://home-assistant.io/addons/mosquitto/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
"map": ["ssl", "share"],
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1
|
||||
- Update nginx to version 1.14.2
|
||||
|
||||
## 2.0
|
||||
- Update nginx to version 1.14.0
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache nginx libressl
|
||||
RUN apk add --no-cache nginx openssl
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "NGINX Home Assistant SSL proxy",
|
||||
"version": "2",
|
||||
"version": "2.1",
|
||||
"slug": "nginx_proxy",
|
||||
"description": "An SSL/TLS proxy",
|
||||
"url": "https://home-assistant.io/addons/nginx_proxy/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
|
||||
4
rpc_shutdown/CHANGELOG.md
Normal file
4
rpc_shutdown/CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
- Update samba 4.8.8
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache jq samba-common-tools samba-common
|
||||
RUN apk add --no-cache samba-common-tools samba-common
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "RPC Shutdown",
|
||||
"version": "0.3",
|
||||
"version": "1.0",
|
||||
"slug": "rpc_shutdown",
|
||||
"description": "Simple way for remote windows shutdowns",
|
||||
"url": "https://home-assistant.io/addons/rpc_shutdown/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"stdin": true,
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 8.1
|
||||
- Update Samba to version 4.8.8
|
||||
|
||||
## 8.0
|
||||
- Fix access to /backup
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache \
|
||||
socat curl samba-server samba-common-tools
|
||||
curl samba-server samba-common-tools
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "Samba share",
|
||||
"version": "8",
|
||||
"version": "8.1",
|
||||
"slug": "samba",
|
||||
"description": "Expose Hass.io folders with SMB/CIFS",
|
||||
"url": "https://home-assistant.io/addons/samba/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"host_network": true,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"slug": "ssh",
|
||||
"description": "Allows connections over SSH",
|
||||
"url": "https://home-assistant.io/addons/ssh/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
- Update base image
|
||||
|
||||
## 0.5
|
||||
- Added possibility for config options:
|
||||
protocols: comen, fineoffset, mandolyn, oregon
|
||||
models: temperature, temperaturehumidity
|
||||
- Added possibility for config options:
|
||||
protocols: comen, fineoffset, mandolyn, oregon
|
||||
models: temperature, temperaturehumidity
|
||||
- Created changelog
|
||||
|
||||
@@ -5,7 +5,7 @@ ENV LANG C.UTF-8
|
||||
|
||||
# Install Telldus library for TellStick (using same approach as in hassio docker installation)
|
||||
RUN apk add --no-cache \
|
||||
confuse libftdi1 libstdc++ jq socat \
|
||||
confuse libftdi1 libstdc++ socat \
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \
|
||||
&& ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "TellStick",
|
||||
"version": "0.5",
|
||||
"version": "1.0",
|
||||
"slug": "tellstick",
|
||||
"description": "TellStick and TellStick Duo service.",
|
||||
"url": "https://home-assistant.io/addons/tellstick/",
|
||||
"arch": ["armhf", "aarch64", "amd64", "i386"],
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "system",
|
||||
"stdin": true,
|
||||
"boot": "auto",
|
||||
|
||||
Reference in New Issue
Block a user