mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-21 12:54:25 +01:00
* 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
42 lines
784 B
YAML
42 lines
784 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:
|
|
aliases: []
|
|
domains:
|
|
- null
|
|
lets_encrypt:
|
|
accept_terms: false
|
|
algo: secp384r1
|
|
certfile: fullchain.pem
|
|
keyfile: privkey.pem
|
|
seconds: 300
|
|
token: null
|
|
schema:
|
|
aliases:
|
|
- alias: str
|
|
domain: str
|
|
domains:
|
|
- match(.+\.duckdns\.org)
|
|
ipv4: str?
|
|
ipv6: str?
|
|
lets_encrypt:
|
|
accept_terms: bool
|
|
algo: list(rsa|prime256v1|secp384r1)
|
|
certfile: str
|
|
keyfile: str
|
|
seconds: int
|
|
token: str
|
|
startup: services
|