repository/tasmoadmin/config.yaml
Community Hass.io Add-ons Bot 63e2a96144 🎉 Release of add-on TasmoAdmin 0.31.5
2025-03-25 10:13:01 +00:00

29 lines
622 B
YAML

name: TasmoAdmin
version: 0.31.5
slug: sonweb
description: Centrally manage all your Sonoff-Tasmota devices
url: https://github.com/hassio-addons/addon-tasmoadmin
codenotary: codenotary@frenck.dev
webui: '[PROTO:ssl]://[HOST]:[PORT:9541]'
startup: system
init: false
arch:
- aarch64
- amd64
- armv7
map:
- ssl
ports:
9541/tcp: 9541
ports_description:
9541/tcp: TasmoAdmin web interface
options:
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
certfile: str
keyfile: str
image: ghcr.io/hassio-addons/tasmoadmin/{arch}