mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
42 lines
633 B
YAML
42 lines
633 B
YAML
---
|
|
version: 1.4.4
|
|
slug: dnsmasq
|
|
name: Dnsmasq
|
|
description: A simple DNS server
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq
|
|
advanced: true
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
image: homeassistant/{arch}-addon-dnsmasq
|
|
init: false
|
|
options:
|
|
defaults:
|
|
- 8.8.8.8
|
|
- 8.8.4.4
|
|
forwards: []
|
|
hosts: []
|
|
services: []
|
|
ports:
|
|
53/tcp: 53
|
|
53/udp: 53
|
|
schema:
|
|
defaults:
|
|
- str
|
|
forwards:
|
|
- domain: str
|
|
server: str
|
|
hosts:
|
|
- host: str
|
|
ip: str
|
|
services:
|
|
- host: str
|
|
port: str
|
|
priority: int
|
|
srv: str
|
|
weight: int
|
|
startup: system
|