mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-07 08:05:57 +02:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
## 2.1.29 (23-12-2021)
|
||||
|
||||
- Update to latest version from anthonyraymond/joal
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -1,20 +1,14 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"boot": "auto",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"environment": {},
|
||||
"hassio_api": true,
|
||||
"host_network": false,
|
||||
"ingress": true,
|
||||
"image": "ghcr.io/alexbelgium/joal-{arch}",
|
||||
"ingress_port": 8099,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Joal",
|
||||
"options": {
|
||||
"ui_path": "joal",
|
||||
|
||||
Reference in New Issue
Block a user