24 lines
544 B
YAML
24 lines
544 B
YAML
name: "Bahmcloud Store Installer"
|
|
version: "1.0.0"
|
|
slug: "bahmcloud_store_installer"
|
|
description: "Installiert/aktualisiert Bahmcloud Store nach /config/custom_components/bahmcloud_store."
|
|
arch:
|
|
- amd64
|
|
- aarch64
|
|
- armv7
|
|
|
|
# Das sorgt dafür, dass Supervisor ein Image-Namen hat (lokal gebaut)
|
|
image: "local/{arch}-bahmcloud-store-installer"
|
|
|
|
startup: once
|
|
boot: false
|
|
init: false
|
|
|
|
map:
|
|
- config:rw
|
|
|
|
options:
|
|
store_component_zip: "https://git.bahmcloud.de/bahmcloud/bahmcloud_store/archive/main.zip"
|
|
schema:
|
|
store_component_zip: str
|