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>
44 lines
793 B
YAML
44 lines
793 B
YAML
---
|
|
version: 1.14.0
|
|
slug: duckdns
|
|
name: Duck DNS
|
|
description: >-
|
|
Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/duckdns
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
image: homeassistant/{arch}-addon-duckdns
|
|
map:
|
|
- ssl:rw
|
|
options:
|
|
domains:
|
|
- null
|
|
token: null
|
|
aliases: []
|
|
lets_encrypt:
|
|
accept_terms: false
|
|
algo: secp384r1
|
|
certfile: fullchain.pem
|
|
keyfile: privkey.pem
|
|
seconds: 300
|
|
schema:
|
|
domains:
|
|
- match(.+\.duckdns\.org)
|
|
token: str
|
|
aliases:
|
|
- alias: str
|
|
domain: str
|
|
lets_encrypt:
|
|
accept_terms: bool
|
|
algo: list(rsa|prime256v1|secp384r1)
|
|
certfile: str
|
|
keyfile: str
|
|
seconds: int
|
|
ipv4: str?
|
|
ipv6: str?
|
|
startup: services
|