This commit is contained in:
2021-06-29 12:37:08 +03:00
commit 12fdc96d20
282 changed files with 13627 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
configuration:
init_commands:
description: 'Allows you to specificy a list of custom shell commands that are ran before AppDaemon starts.'
name: 'Init commands'
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'
python_packages:
description: 'Allows you to specificy a list of additional Python packages to be installed before AppDaemon starts.'
name: 'Python packages'
system_packages:
description: 'Allows you to specificy a list of additional Alpine Linux packages to be installed before AppDaemon starts.'
name: 'System packages'
network:
5050/tcp: 'The AppDaemon webserver'

View File

@@ -0,0 +1,23 @@
---
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

View File

@@ -0,0 +1,15 @@
configuration:
init_commands:
description: 'Allows you to specificy a list of custom shell commands that are ran before AppDaemon starts.'
name: 'Init commands'
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'
python_packages:
description: 'Allows you to specificy a list of additional Python packages to be installed before AppDaemon starts.'
name: 'Python packages'
system_packages:
description: 'Allows you to specificy a list of additional Alpine Linux packages to be installed before AppDaemon starts.'
name: 'System packages'
network:
5050/tcp: 'De AppDaemon webserver'