mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-03 20:24: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
21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"name": "Almond",
|
|
"version": "0.3",
|
|
"slug": "almond",
|
|
"description": "The home server version of Almond",
|
|
"url": "https://home-assistant.io/addons/almond/",
|
|
"arch": ["armv7", "aarch64", "amd64"],
|
|
"startup": "system",
|
|
"boot": "auto",
|
|
"discovery": ["almond"],
|
|
"ingress": true,
|
|
"panel_icon": "mdi:comment-eye-outline",
|
|
"homeassistant": "0.102.0b0",
|
|
"homeassistant_api": true,
|
|
"options": {
|
|
},
|
|
"schema": {
|
|
},
|
|
"image": "homeassistant/{arch}-addon-almond"
|
|
}
|