nginx_proxy: Collection of small improvements (#911)

* nginx_proxy: Prettier JSON & YAML files

* nginx_proxy: Sort build.json

* nginx_proxy: Update add-on URL

* nginx_proxy: Remove curl from Dockerfile, already in base

* nginx_proxy: Tweak documentation
This commit is contained in:
Franck Nijhof
2019-12-19 13:16:42 +01:00
committed by Pascal Vizeli
parent c7899342a6
commit bf051c1b2d
5 changed files with 13 additions and 14 deletions

View File

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

View File

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

View File

@@ -11,12 +11,11 @@ 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'
addon: "nginx_proxy"
arch: "--all"

View File

@@ -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"
}
}

View File

@@ -3,7 +3,7 @@
"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",