Files
addons/nginx_proxy/config.yaml
Pascal Vizeli 69c68bfac9 Update-deployment (#2281)
* Update deployment

* fix workflow

* Fix order

* restruct v1

* Fix style v2

* Cleanup style v3

* fix style v4

* Last style fix

* Address comments

* Update builder to 2021.11.3

* Fix let's encrypt

* fix lint

* Use ghcr.io

* fix

* Update versions

* fix readme
2021-11-24 11:43:54 +01:00

39 lines
727 B
YAML

version: 3.0.2
slug: nginx_proxy
name: NGINX Home Assistant SSL proxy
description: An SSL/TLS proxy
url: https://github.com/home-assistant/hassio-addons/tree/master/nginx_proxy
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
image: homeassistant/{arch}-addon-nginx_proxy
map:
- ssl
- share
options:
certfile: fullchain.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
domain: null
hsts: max-age=31536000; includeSubDomains
keyfile: privkey.pem
ports:
443/tcp: 443
80/tcp: null
schema:
certfile: str
cloudflare: bool
customize:
active: bool
default: str
servers: str
domain: str
hsts: str
keyfile: str