✨ 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
34 lines
775 B
YAML
34 lines
775 B
YAML
name: Kresus
|
|
version: "0.6.2"
|
|
slug: kresus
|
|
codenotary: ezlo@protonmail.com
|
|
url: "https://github.com/ezlo-picori/hassio-addons/tree/main/kresus"
|
|
description: Open source personal accounting management
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
image: "ghcr.io/ezlo-picori/haos-addon-kresus-{arch}"
|
|
init: false
|
|
options:
|
|
postgres_hostname: homeassistant.local
|
|
postgres_port: 5432
|
|
postgres_user: kresus
|
|
postgres_password: null
|
|
postgres_database: kresus
|
|
panel_icon: mdi:piggy-bank-outline
|
|
ports:
|
|
9876/tcp: 9876
|
|
ports_description:
|
|
9876/tcp: "The port to access kresus web server."
|
|
schema:
|
|
postgres_hostname: str
|
|
postgres_port: int
|
|
postgres_user: str
|
|
postgres_password: password
|
|
postgres_database: str
|
|
http_basicauth: str?
|
|
startup: system
|
|
timeout: 20
|