From dfc00e176d5a57b179dc21ea75b830ac7f753195 Mon Sep 17 00:00:00 2001 From: Eliz Date: Sat, 3 May 2025 20:35:36 +0000 Subject: [PATCH] bump filebrowser version --- filebrowser/build.json | 6 +++--- filebrowser/config.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/filebrowser/build.json b/filebrowser/build.json index f8babb065..16ba80aa5 100644 --- a/filebrowser/build.json +++ b/filebrowser/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "hurlenko/filebrowser:v2.23.0", - "amd64": "hurlenko/filebrowser:v2.23.0", - "armv7": "hurlenko/filebrowser:v2.23.0" + "aarch64": "hurlenko/filebrowser:v2.32.0", + "amd64": "hurlenko/filebrowser:v2.32.0", + "armv7": "hurlenko/filebrowser:v2.32.0" }, "codenotary": { "signer": "alexandrep.github@gmail.com" diff --git a/filebrowser/config.json b/filebrowser/config.json index efdbe1bc8..b1fb08a70 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -78,9 +78,9 @@ "PGID": "0", "PUID": "0" }, - "image": "ghcr.io/alexbelgium/filebrowser-{arch}", "ingress": true, "ingress_stream": true, + "ingress_port": 8080, "map": [ "addon_config:rw", "media:rw", @@ -127,5 +127,5 @@ "slug": "filebrowser", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.23.0_14" + "version": "2.23.0_15" }