repository-edge/tasmoadmin/config.yaml
Community Hass.io Add-ons Bot b7b96aa763 ⬆️ Updating add-on TasmoAdmin to 58b0435
2025-04-24 22:06:06 +00:00

29 lines
623 B
YAML

name: TasmoAdmin
version: 58b0435
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}