mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-03 12:14:19 +01:00
* Initial support for almond * Fix execution * Fix package * fix style * Use package * Try origin * Fix build * Fix build * Support multiarch * Fix readme * Remove i386 * Fix pipeline * Update version * cleanup * Fix name * test-ingress * Improve nginx * cleanup config * add panel icon * Add support for ingress * Add API access * Fix script * Fix panel icon * fix quite mode * Update run.sh * Fix auth * Update almond version * Update version * Fix lint * do not modify hostname * Update version * Address comments * Fix nginx * cleanup * working * Update version * Fix API injection * cleanup nginx config * do not set an refresh token * Update almond/data/run.sh Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> * Fix command * change timehandling * debug code * debug v2 * Fix value * Debug v3 * Cleanup * Fix token valid * Fix command * Add debug * Add unzip * Fix config settings
11 lines
275 B
JSON
11 lines
275 B
JSON
{
|
|
"build_from": {
|
|
"amd64": "homeassistant/amd64-base-debian:buster",
|
|
"armv7": "homeassistant/armv7-base-debian:buster",
|
|
"aarch64": "homeassistant/aarch64-base-debian:buster"
|
|
},
|
|
"args": {
|
|
"ALMOND_COMMIT": "87d37637c8bcaea8a86d2e1eba039184d4434049"
|
|
}
|
|
}
|