diff --git a/nginx_proxy/Dockerfile b/nginx_proxy/Dockerfile index e0dcd24..4b7e46d 100644 --- a/nginx_proxy/Dockerfile +++ b/nginx_proxy/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_FROM FROM $BUILD_FROM # Setup base -RUN apk add --no-cache nginx openssl curl +RUN apk add --no-cache nginx openssl # Copy data COPY data/run.sh / diff --git a/nginx_proxy/README.md b/nginx_proxy/README.md index cd2827a..ab28aa1 100644 --- a/nginx_proxy/README.md +++ b/nginx_proxy/README.md @@ -12,7 +12,7 @@ Make sure you have generated a certificate before you start this add-on. The [Du ## Installation -The installation of this add-on is straightforward and easy to do. +Follow these steps to get the add-on installed on your system: 1. Navigate in your Home Assistant frontend to **Hass.io** -> **Add-on Store**. 2. Find the "NGINX Home Assistant SSL proxy" add-on and click it. diff --git a/nginx_proxy/azure-pipelines.yml b/nginx_proxy/azure-pipelines.yml index 68e3f57..813baab 100644 --- a/nginx_proxy/azure-pipelines.yml +++ b/nginx_proxy/azure-pipelines.yml @@ -3,20 +3,19 @@ trigger: branches: include: - - master + - master paths: include: - - nginx_proxy/* + - nginx_proxy/* pr: none variables: - name: versionBuilder - value: '2.0' + value: "2.0" - group: docker - jobs: -- template: /.azure/azp-template-addon.yml - parameters: - addon: 'nginx_proxy' - arch: '--all' + - template: /.azure/azp-template-addon.yml + parameters: + addon: "nginx_proxy" + arch: "--all" diff --git a/nginx_proxy/build.json b/nginx_proxy/build.json index 8753c59..bbf7ade 100644 --- a/nginx_proxy/build.json +++ b/nginx_proxy/build.json @@ -1,9 +1,9 @@ { "build_from": { + "aarch64": "homeassistant/aarch64-base:3.10", "amd64": "homeassistant/amd64-base:3.10", - "i386": "homeassistant/i386-base:3.10", "armhf": "homeassistant/armhf-base:3.10", "armv7": "homeassistant/armv7-base:3.10", - "aarch64": "homeassistant/aarch64-base:3.10" + "i386": "homeassistant/i386-base:3.10" } } diff --git a/nginx_proxy/config.json b/nginx_proxy/config.json index cedd0dd..aa2cf0e 100644 --- a/nginx_proxy/config.json +++ b/nginx_proxy/config.json @@ -3,14 +3,14 @@ "version": "2.5", "slug": "nginx_proxy", "description": "An SSL/TLS proxy", - "url": "https://home-assistant.io/addons/nginx_proxy/", + "url": "https://github.com/home-assistant/hassio-addons/tree/master/nginx_proxy", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "application", "boot": "auto", "ports": { "80/tcp": null, "443/tcp": 443 - }, + }, "map": ["ssl", "share"], "options": { "domain": null,