# Include{groups} portals: {} questions: # Include{global} # Include{controller} # Include{replicas} # Include{replica1} # Include{controllerExpertExtraArgs} - variable: secretEnv group: "App Configuration" label: "Image Secrets" 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: env group: "App Configuration" label: "Image Environment" schema: additional_attrs: true type: dict attrs: - 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" # Include{containerConfig} # Include{serviceExpertRoot} default: false # Include{serviceExpert} # Include{serviceList} # Include{persistenceList} # Include{security} # Include{securityContextAdvancedRoot} - variable: privileged label: "Privileged mode" schema: type: boolean default: false - variable: readOnlyRootFilesystem label: "ReadOnly Root Filesystem" schema: type: boolean default: true - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: type: boolean default: false - variable: runAsNonRoot label: "runAsNonRoot" schema: type: boolean default: true # Include{podSecurityContextRoot} - variable: runAsUser label: "runAsUser" description: "The UserID of the user running the application" schema: type: int default: 568 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int default: 568 - variable: fsGroup label: "fsGroup" description: "The group that should own ALL storage." schema: type: int default: 568 # Include{podSecurityContextAdvanced} # Include{resources} # Include{advanced} # Include{addons} # Include{codeserver} # Include{vpn} # Include{documentation}