📦 chore(kresus): add Kresus addon files and configuration

 feat(kresus): add Dockerfile and build.yaml for building Kresus addon image
 feat(kresus): add config.yaml for Kresus addon configuration
 feat(kresus): add icon.png and logo.png for Kresus addon branding
 feat(kresus): add rootfs directory with necessary files for Kresus addon
 feat(kresus): add translations/en.yaml for English translations of Kresus addon

🐛 fix(kresus): fix finish script to handle service failure and restart
🐛 fix(kresus): fix run script to initialize data directory and generate Kresus salt

🔧 chore(kresus): update woob dependencies install method in Dockerfile
🔧 chore(kresus): update Kresus version to 0.6.2 in CHANGELOG.md

🔧 chore(kresus): update Kresus dependencies in DOCS.md
🔧 chore(kresus): update Kresus dependencies in README.md

🔧 chore(kresus): update Kresus dependencies in apparmor.txt
🔧 chore(kresus): update Kresus dependencies in requirements.txt
🔧 chore(kresus): update Kresus dependencies in start.sh

🔧 chore(kresus): update Kresus dependencies in translations/en.yaml

🔧 chore(kresus): update Kresus dependencies in build.yaml

🔧 chore(kresus): update Kresus dependencies in config.yaml

🔧 chore(kresus): update Kresus dependencies in icon.png

🔧 chore(kresus): update Kresus dependencies in logo.png

🔧 chore(kresus): update Kresus dependencies in rootfs/etc/kresus/config.ini

🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/finish

🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/run

🔧 chore(kresus): update Kresus dependencies in rootfs/requirements.txt

🔧 chore(kresus): update Kresus dependencies in rootfs/usr/libexec/kresus/start.sh

🔧 chore(kresus): update Kresus
This commit is contained in:
MrRaph_
2024-03-06 11:27:44 +01:00
parent ddeb64cef5
commit 4e23d7dd7f
15 changed files with 0 additions and 0 deletions

18
kresus-mrraph/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