📦 chore(devcontainer.json): add devcontainer configuration file for development environment setup

📦 chore(setup.sh): add setup script to install pre-commit and configure it
📄 docs(README.md): update repository name and add description of custom Home Assistant addons
📄 docs(kresus/DOCS.md): add documentation for Kresus addon
🐳 feat(kresus): add Dockerfile and build.yaml for Kresus addon
🔧 chore(kresus): add configuration files for Kresus addon
🔧 chore(kresus): add apparmor profile for Kresus addon
🔧 chore(kresus): add changelog and docs for Kresus addon
🔧 chore(kresus): add icon and logo for Kresus addon
🔧 chore(kresus): add license file for Kresus addon
🔧 chore(kresus): add README and requirements file for Kresus addon
🔧 chore(kresus): add service scripts for Kresus addon
🔧 chore(kresus): add translations for Kresus addon
🔧 chore(repository.yaml): add repository information for MrRaph_'s custom Home Assistant addons
This commit is contained in:
MrRaph_
2024-03-06 11:20:07 +01:00
parent 6792d6f9fe
commit ddeb64cef5
20 changed files with 805 additions and 1 deletions

18
kresus/build.yaml Normal file
View File

@@ -0,0 +1,18 @@
build_from:
aarch64: "arm64v8/alpine:edge"
armv7: "arm32v7/alpine:edge"
armhf: "arm32v6/alpine:edge"
amd64: "alpine:edge"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Kresus"
org.opencontainers.image.description: "Kresus addon"
org.opencontainers.image.source: "https://github.com/ezlo-picori/hassio-addons"
org.opencontainers.image.licenses: "MIT License"
io.hass.base.name: alpine
codenotary:
signer: ezlo@protonmail.com
args:
BASHIO_VERSION: 0.14.3
TEMPIO_VERSION: 2021.09.0
S6_OVERLAY_VERSION: 3.1.3.0
JEMALLOC_VERSION: 5.3.0