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:
Pascal Vizeli
2019-03-10 17:09:35 +01:00
committed by GitHub
parent 0e758c65dd
commit f52e0d7a60
39 changed files with 82 additions and 48 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 2.1
- Update nginx to version 1.14.2
## 2.0
- Update nginx to version 1.14.0

View File

@@ -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 /

View File

@@ -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": {