mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 23:11:02 +01:00
24 lines
709 B
YAML
24 lines
709 B
YAML
---
|
|
configuration:
|
|
log_level:
|
|
name: Log level
|
|
description: >-
|
|
Controls the level of log details the add-on provides.
|
|
system_packages:
|
|
name: System packages
|
|
description: >-
|
|
Allows you to specificy a list of additional Alpine Linux packages to be
|
|
installed before AppDaemon starts.
|
|
python_packages:
|
|
name: Python packages
|
|
description: >-
|
|
Allows you to specificy a list of additional Python packages to be
|
|
installed before AppDaemon starts.
|
|
init_commands:
|
|
name: Init commands
|
|
description: >-
|
|
Allows you to specificy a list of custom shell commands that are ran
|
|
before AppDaemon starts.
|
|
network:
|
|
5050/tcp: The AppDaemon webserver
|