Updater bot : plex updated to 1.43.0.10467-2b1ba6e69-ls290

This commit is contained in:
alexbelgium
2026-01-30 14:15:04 +01:00
parent ca59321bd9
commit b26008aae6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.43.0.10467-2b1ba6e69-ls290 (2026-01-30)
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
## 1.42.2.10156-f737b826c-ls289-2 (28-01-2026) ## 1.42.2.10156-f737b826c-ls289-2 (28-01-2026)
- PLEASE BACKUP - PLEASE BACKUP
- Add configurable data_location for Plex storage (default /share/plex) with migration support when the target folder is empty. - Add configurable data_location for Plex storage (default /share/plex) with migration support when the target folder is empty.

View File

@@ -175,6 +175,6 @@ slug: plex_nas
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/plex url: https://github.com/alexbelgium/hassio-addons/tree/master/plex
usb: true usb: true
version: "1.42.2.10156-f737b826c-ls289-2" version: "1.43.0.10467-2b1ba6e69-ls290"
video: true video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web" webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web"

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "2026-01-21", "last_update": "2026-01-30",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "plex", "slug": "plex",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-plex", "upstream_repo": "linuxserver/docker-plex",
"upstream_version": "1.42.2.10156-f737b826c-ls289" "upstream_version": "1.43.0.10467-2b1ba6e69-ls290"
} }