mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
41 lines
748 B
YAML
41 lines
748 B
YAML
---
|
|
version: 3.1.1
|
|
hassio_api: true
|
|
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:
|
|
domain: null
|
|
hsts: max-age=31536000; includeSubDomains
|
|
certfile: fullchain.pem
|
|
keyfile: privkey.pem
|
|
cloudflare: false
|
|
customize:
|
|
active: false
|
|
default: nginx_proxy_default*.conf
|
|
servers: nginx_proxy/*.conf
|
|
ports:
|
|
443/tcp: 443
|
|
80/tcp: null
|
|
schema:
|
|
domain: str
|
|
hsts: str
|
|
certfile: str
|
|
keyfile: str
|
|
cloudflare: bool
|
|
customize:
|
|
active: bool
|
|
default: str
|
|
servers: str
|