2021-10-13 20:46:42 +00:00
|
|
|
# Include{groups}
|
2021-12-13 18:32:46 +00:00
|
|
|
portals: {}
|
2021-10-13 20:46:42 +00:00
|
|
|
questions:
|
2021-10-20 17:39:05 +00:00
|
|
|
# Include{global}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
2023-04-11 10:07:17 +00:00
|
|
|
- variable: env
|
|
|
|
group: "App Configuration"
|
|
|
|
label: "Image Environment"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: AMCREST_USERNAME
|
|
|
|
label: "AMCREST_USERNAME"
|
|
|
|
description: "User name used to connect to the Amcrest device"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "admin"
|
|
|
|
- variable: AMCREST_PASSWORD
|
|
|
|
label: "AMCREST_PASSWORD"
|
|
|
|
description: "Password used to connect to the Amcrest device"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "changeme"
|
|
|
|
required: true
|
|
|
|
- variable: MQTT_USERNAME
|
|
|
|
label: "MQTT_USERNAME"
|
|
|
|
description: "User name used to connect to the MQTT broker"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "mqttuser"
|
|
|
|
required: true
|
|
|
|
- variable: MQTT_PASSWORD
|
|
|
|
label: "MQTT_PASSWORD"
|
|
|
|
description: "Password used to connect to the MQTT broker"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "changeme"
|
|
|
|
- variable: AMCREST_HOST
|
|
|
|
label: "AMCREST_HOST"
|
|
|
|
description: "Host name used to connect to the Amcrest device"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|
|
|
|
- variable: AMCREST_PORT
|
|
|
|
label: "AMCREST_PORT"
|
|
|
|
description: "Port used to connect to the Amcrest device"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 80
|
|
|
|
required: true
|
|
|
|
- variable: MQTT_HOST
|
|
|
|
label: "MQTT_HOST"
|
|
|
|
description: "Host name used to connect to the MQTT broker"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "localhost"
|
|
|
|
required: true
|
|
|
|
- variable: MQTT_PORT
|
|
|
|
label: "MQTT_PORT"
|
|
|
|
description: "Port used to connect to the MQTT broker"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 1883
|
|
|
|
required: true
|
|
|
|
- variable: HOME_ASSISTANT
|
|
|
|
label: "HOME_ASSISTANT"
|
|
|
|
description: "Enable Home Assistant autodiscovery"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: HOME_ASSISTANT_PREFIX
|
|
|
|
label: "HOME_ASSISTANT_PREFIX"
|
|
|
|
description: "Home Assistant autodiscovery prefix"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "homeassistant"
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
|
|
|
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{containerConfig}
|
2023-05-22 07:02:18 +00:00
|
|
|
# Include{podOptions}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceExpertRoot}
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
|
|
|
# Include{persistenceList}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextRoot}
|
|
|
|
|
|
|
|
- variable: runAsUser
|
|
|
|
label: "runAsUser"
|
|
|
|
description: "The UserID of the user running the application"
|
2021-11-06 20:41:31 +00:00
|
|
|
schema:
|
2023-03-01 08:30:36 +00:00
|
|
|
type: int
|
|
|
|
default: 568
|
2023-04-11 10:07:17 +00:00
|
|
|
- variable: runAsGroup
|
|
|
|
label: "runAsGroup"
|
|
|
|
description: "The groupID this App of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-04-11 10:07:17 +00:00
|
|
|
- variable: fsGroup
|
2023-03-01 08:30:36 +00:00
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
|
|
|
|
2021-10-13 20:46:42 +00:00
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{netshoot}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|