Add translation files to all add-ons (#2433)

* 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>
This commit is contained in:
Joakim Sørensen
2022-04-28 17:26:33 +02:00
committed by GitHub
parent 9c54e9cf5e
commit 456bc0f70b
35 changed files with 562 additions and 115 deletions

View File

@@ -16,25 +16,25 @@ 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
domain: null
hsts: max-age=31536000; includeSubDomains
keyfile: privkey.pem
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
domain: str
hsts: str
keyfile: str

View File

@@ -0,0 +1,29 @@
---
configuration:
domain:
name: Domain
description: The domain name to use for the proxy.
hsts:
name: HSTS
description: >-
Value for the HSTS HTTP header to send. If empty, the header is not sent.
certfile:
name: Certificate File
description: >-
The certificate file to use in the `/ssl` directory.
keyfile:
name: Private Key File
description: Private Private Key File to use in the `/ssl` directory.
cloudflare:
name: CloudFlare
description: >-
If enabled, configure Nginx with a list of IP addresses directly from
Cloudflare that will be used for `set_real_ip_from` directive Nginx
config.
customize:
name: Customize
description: >-
See the Documentation tab for more information about these options.
network:
443/tcp: HTTPS (SSL) Port
80/tcp: HTTP (non-SSL) Port