mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Compare commits
15 Commits
f2d69eed9a
...
0a9d249235
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a9d249235 | ||
|
|
b1da226379 | ||
|
|
3204e7efcc | ||
|
|
31cc533ad9 | ||
|
|
a0d66b9033 | ||
|
|
b251417aac | ||
|
|
49de36caed | ||
|
|
54b7f64d45 | ||
|
|
f57b80a94e | ||
|
|
17193aa14e | ||
|
|
24cc0ad484 | ||
|
|
2be050577a | ||
|
|
6b38c77e85 | ||
|
|
c0920e7cc3 | ||
|
|
7b058b4806 |
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-20251223 (23-12-2025)
|
||||
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
|
||||
|
||||
## nightly-20251214 (20-12-2025)
|
||||
- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases)
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
@@ -117,4 +117,4 @@ slug: birdnet-go
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go
|
||||
usb: true
|
||||
version: "nightly-20251214"
|
||||
version: "nightly-20251223"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"github_beta": true,
|
||||
"github_fulltag": true,
|
||||
"github_tagfilter": "nightly",
|
||||
"last_update": "20-12-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "birdnet-go",
|
||||
"source": "github",
|
||||
"upstream_repo": "tphakala/birdnet-go",
|
||||
"upstream_version": "nightly-20251214"
|
||||
"upstream_version": "nightly-20251223"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## (23-12-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
## 3.18.32 (20-12-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
|
||||
@@ -95,5 +95,5 @@ schema:
|
||||
slug: flexget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "3.18.32"
|
||||
version: ""
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dockerhub_list_size": "10",
|
||||
"last_update": "20-12-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flexget",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "wiserain/flexget",
|
||||
"upstream_version": "3.18.32"
|
||||
"upstream_version": ""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## (23-12-2025)
|
||||
- Update to latest version from yukulehe/gazpar2mqtt
|
||||
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
||||
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#################
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_UPSTREAM="0.8.2"
|
||||
ARG BUILD_UPSTREAM=""
|
||||
FROM yukulehe/gazpar2mqtt:$BUILD_UPSTREAM
|
||||
|
||||
##################
|
||||
|
||||
@@ -88,4 +88,4 @@ services:
|
||||
slug: gazpar2mqtt
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.8.2-5
|
||||
version: ""
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "17-07-2022",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "gazpar2mqtt",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "yukulehe/gazpar2mqtt",
|
||||
"upstream_version": "0.8.2"
|
||||
"upstream_version": ""
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 25.12.0 (23-12-2025)
|
||||
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
|
||||
|
||||
## 25.11.2 (06-12-2025)
|
||||
- Update to latest version from gramps-project/gramps-web (changelog : https://github.com/gramps-project/gramps-web/releases)
|
||||
|
||||
|
||||
@@ -114,5 +114,5 @@ services:
|
||||
slug: grampsweb
|
||||
tmpfs: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
|
||||
version: "25.11.2"
|
||||
version: "25.12.0"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": true,
|
||||
"last_update": "06-12-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "grampsweb",
|
||||
"source": "github",
|
||||
"upstream_repo": "gramps-project/gramps-web",
|
||||
"upstream_version": "25.11.2"
|
||||
"upstream_version": "25.12.0"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## (23-12-2025)
|
||||
- Update to latest version from abesnier/guacamole
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## 1.6.0-12 (02-10-2025)
|
||||
|
||||
@@ -102,5 +102,5 @@ schema:
|
||||
slug: guacamole
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.6.0-12
|
||||
version: ""
|
||||
video: true
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
"github_beta": false,
|
||||
"github_exclude": "pg",
|
||||
"github_tagfilter": "bullseye",
|
||||
"last_update": "25-01-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "guacamole",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "abesnier/guacamole",
|
||||
"upstream_version": "1.6.0-bullseye"
|
||||
"upstream_version": ""
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 2.4.1 (23-12-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
## 2.3.1-3 (23-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 2.3.1-2 (22-11-2025)
|
||||
|
||||
@@ -141,6 +141,6 @@ slug: immich
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.3.1-3
|
||||
version: "2.4.1"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.3.1"
|
||||
"upstream_version": "2.4.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.4.1 (23-12-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.3.1 (22-11-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -140,6 +140,6 @@ slug: immich_cuda
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.3.1"
|
||||
version: "2.4.1"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.3.1"
|
||||
"upstream_version": "2.4.1"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 2.4.1 (23-12-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
## 2.3.1-3 (23-11-2025)
|
||||
- Minor bugs fixed
|
||||
## 2.3.1-2 (22-11-2025)
|
||||
|
||||
@@ -140,6 +140,6 @@ slug: immich_noml
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: 2.3.1-3
|
||||
version: "2.4.1"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.3.1"
|
||||
"upstream_version": "2.4.1"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.4.1 (23-12-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 2.3.1 (22-11-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
|
||||
@@ -140,6 +140,6 @@ slug: immich_openvino
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
usb: true
|
||||
version: "2.3.1"
|
||||
version: "2.4.1"
|
||||
video: true
|
||||
webui: http://[HOST]:[PORT:8080]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "22-11-2025",
|
||||
"last_update": "23-12-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "2.3.1"
|
||||
"upstream_version": "2.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user