mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Merge branch 'master' into master
This commit is contained in:
1
.github/paths-filter.yml
vendored
1
.github/paths-filter.yml
vendored
@@ -50,6 +50,7 @@ jellyseerr: jellyseerr/config.* # Image : yes
|
||||
joal: joal/config.* # Image : yes
|
||||
joplin: joplin/config.* # Image : yes
|
||||
kometa: kometa/config.* # Image : yes
|
||||
librespeed: librespeed/config.* # Image : yes
|
||||
lidarr: lidarr/config.* # Image : yes
|
||||
linkwarden: linkwarden/config.* # Image : yes
|
||||
mealie: mealie/config.* # Image : yes
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.9.0.51 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
|
||||
## 4.9.0.50 (26-04-2025)
|
||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||
- WARNING : migration of config to addon_config instead of homeassistant config folder. Allows automatic backups. The location of the database however is not changed.
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="4.9.0.50"
|
||||
ARG BUILD_UPSTREAM="4.9.0.51"
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
|
||||
@@ -128,6 +128,6 @@
|
||||
"slug": "emby_nas",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||
"version": "4.9.0.50",
|
||||
"version": "4.9.0.51",
|
||||
"video": true
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "emby",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-emby",
|
||||
"upstream_version": "4.9.0.50"
|
||||
"upstream_version": "4.9.0.51"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 3.15.38 (03-05-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
## 3.15.37 (26-04-2025)
|
||||
- Update to latest version from wiserain/flexget
|
||||
|
||||
|
||||
@@ -101,6 +101,6 @@
|
||||
"slug": "flexget",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "3.15.37",
|
||||
"version": "3.15.38",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dockerhub_list_size": "10",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "flexget",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "wiserain/flexget",
|
||||
"upstream_version": "3.15.37"
|
||||
"upstream_version": "3.15.38"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 1.132.3 (03-05-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
## 1.132.1-2 (27-04-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"usb": true,
|
||||
"version": "1.132.1-2",
|
||||
"version": "1.132.3",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "1.132.1"
|
||||
"upstream_version": "1.132.3"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
|
||||
## 1.132.3 (03-05-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
## 1.132.1-2 (27-04-2025)
|
||||
- Minor bugs fixed
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"usb": true,
|
||||
"version": "1.132.1-2",
|
||||
"version": "1.132.3",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "1.132.1"
|
||||
"upstream_version": "1.132.3"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.132.3 (03-05-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
|
||||
## 1.132.1 (26-04-2025)
|
||||
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
|
||||
## 1.131.3-3 (05-04-2025)
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"usb": true,
|
||||
"version": "1.132.1-2",
|
||||
"version": "1.132.3",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_beta": "false",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "immich",
|
||||
"source": "github",
|
||||
"upstream_repo": "imagegenius/docker-immich",
|
||||
"upstream_version": "1.132.1"
|
||||
"upstream_version": "1.132.3"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 0.22.1846 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
## 0.22.1823 (26-04-2025)
|
||||
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
|
||||
|
||||
|
||||
@@ -111,6 +111,6 @@
|
||||
"slug": "jackett_nas",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||
"version": "0.22.1823",
|
||||
"version": "0.22.1846",
|
||||
"webui": "http://[HOST]:[PORT:9117]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "jackett",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-jackett",
|
||||
"upstream_version": "0.22.1823"
|
||||
"upstream_version": "0.22.1846"
|
||||
}
|
||||
|
||||
@@ -114,5 +114,5 @@
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "5.4.1a",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8096]"
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 2.11.2.4629 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases)
|
||||
|
||||
## 2.10.3.4602 (29-03-2025)
|
||||
- Update to latest version from linuxserver/docker-lidarr (changelog : https://github.com/linuxserver/docker-lidarr/releases)
|
||||
|
||||
|
||||
@@ -109,6 +109,6 @@
|
||||
"slug": "lidarr_nas",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/README.md",
|
||||
"version": "2.10.3.4602",
|
||||
"version": "2.11.2.4629",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8686]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "29-03-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "lidarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-lidarr",
|
||||
"upstream_version": "2.10.3.4602"
|
||||
"upstream_version": "2.11.2.4629"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## v24.8-ls195 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
## v24.8-ls193 (26-04-2025)
|
||||
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
|
||||
|
||||
|
||||
@@ -112,5 +112,5 @@
|
||||
"slug": "nzbget",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "v24.8-ls193"
|
||||
"version": "v24.8-ls195"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "nzbget",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-nzbget",
|
||||
"upstream_version": "v24.8-ls193"
|
||||
"upstream_version": "v24.8-ls195"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## ubuntu-2025-04-26 (2025-04-26)
|
||||
- Update to latest version from photoprism/photoprism
|
||||
|
||||
## ubuntu-2025-04-25 (2025-04-25)
|
||||
- Update to latest version from photoprism/photoprism
|
||||
|
||||
|
||||
@@ -136,6 +136,6 @@
|
||||
"slug": "photoprism",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "ubuntu-2025-04-25",
|
||||
"version": "ubuntu-2025-04-26",
|
||||
"video": true
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"dockerhub_by_date": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "2025-04-25",
|
||||
"last_update": "2025-04-26",
|
||||
"paused": false,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "photoprism",
|
||||
"source": "dockerhub",
|
||||
"upstream_repo": "photoprism/photoprism",
|
||||
"upstream_version": "ubuntu-2025-04-25"
|
||||
"upstream_version": "ubuntu-2025-04-26"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 1.41.6.9685-d301f511a-ls264 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
## 1.41.6.9685-d301f511a-ls263 (26-04-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
|
||||
"usb": true,
|
||||
"version": "1.41.6.9685-d301f511a-ls263",
|
||||
"version": "1.41.6.9685-d301f511a-ls264",
|
||||
"video": true,
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "plex",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-plex",
|
||||
"upstream_version": "1.41.6.9685-d301f511a-ls263"
|
||||
"upstream_version": "1.41.6.9685-d301f511a-ls264"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## nightly-1.36.0.5044-ls197 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
## nightly-1.35.0.5024-ls196 (26-04-2025)
|
||||
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
|
||||
|
||||
|
||||
@@ -109,6 +109,6 @@
|
||||
"slug": "prowlarr",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "nightly-1.35.0.5024-ls196",
|
||||
"version": "nightly-1.36.0.5044-ls197",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9696]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"github_beta": "true",
|
||||
"github_fulltag": "true",
|
||||
"last_update": "26-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "prowlarr",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-prowlarr",
|
||||
"upstream_version": "nightly-1.35.0.5024-ls196"
|
||||
"upstream_version": "nightly-1.36.0.5044-ls197"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
|
||||
## 4.99.4 (03-05-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
## 4.99.3 (19-04-2025)
|
||||
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
|
||||
|
||||
|
||||
@@ -106,6 +106,6 @@
|
||||
"slug": "code-server",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
||||
"version": "4.99.3",
|
||||
"version": "4.99.4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8443]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"last_update": "19-04-2025",
|
||||
"last_update": "03-05-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "code-server",
|
||||
"source": "github",
|
||||
"upstream_repo": "linuxserver/docker-code-server",
|
||||
"upstream_version": "4.99.3"
|
||||
"upstream_version": "4.99.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user