mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
22 lines
585 B
YAML
22 lines
585 B
YAML
---
|
|
configuration:
|
|
log_level:
|
|
name: Log level
|
|
description: >-
|
|
Controls the level of log details the add-on provides.
|
|
ssl:
|
|
name: SSL
|
|
description: >-
|
|
Enables/Disables SSL (HTTPS) on the web interface.
|
|
certfile:
|
|
name: Certificate file
|
|
description: >-
|
|
The certificate file to use for SSL. Note that this file must
|
|
exist in the /ssl/ folder.
|
|
keyfile:
|
|
name: Private key file
|
|
description: >-
|
|
The private key file to use for SSL. Note that this file must
|
|
exist in the /ssl/ folder.
|
|
network:
|
|
9541/tcp: Web interface
|