27 lines
No EOL
539 B
YAML
27 lines
No EOL
539 B
YAML
name: "Newt Add-on"
|
|
version: "1.0.3"
|
|
slug: "newt"
|
|
description: "Runs the Newt container inside Home Assistant"
|
|
arch:
|
|
- amd64
|
|
- armv7
|
|
- armhf
|
|
- aarch64
|
|
startup: system
|
|
boot: auto
|
|
host_network: true
|
|
privileged:
|
|
- NET_ADMIN
|
|
- SYS_ADMIN
|
|
options:
|
|
PANGOLIN_ENDPOINT: "https://example.com"
|
|
NEWT_ID: "your_newt_id"
|
|
NEWT_SECRET: "your_newt_secret"
|
|
schema:
|
|
PANGOLIN_ENDPOINT: "str?"
|
|
NEWT_ID: "str?"
|
|
NEWT_SECRET: "str?"
|
|
environment:
|
|
PANGOLIN_ENDPOINT: "$PANGOLIN_ENDPOINT"
|
|
NEWT_ID: "$NEWT_ID"
|
|
NEWT_SECRET: "$NEWT_SECRET" |