From 5f2442aceedfbe3295094adcb4a40608f47934d0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:10:51 +0200 Subject: [PATCH] Update 99-run.sh --- filebrowser_quantum/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser_quantum/rootfs/etc/cont-init.d/99-run.sh b/filebrowser_quantum/rootfs/etc/cont-init.d/99-run.sh index ae30f6a58b..bfea218c9f 100755 --- a/filebrowser_quantum/rootfs/etc/cont-init.d/99-run.sh +++ b/filebrowser_quantum/rootfs/etc/cont-init.d/99-run.sh @@ -78,7 +78,7 @@ bashio::log.info "Updating FileBrowser config..." bashio::log.info "... set server" yq e -i ".server.port = 8080" "$FILEBROWSER_CONFIG" yq e -i ".server.listen = \"0.0.0.0\"" "$FILEBROWSER_CONFIG" -yq e -i ".server.database = \"/config/filebrowser_quantum.db\"" "$FILEBROWSER_CONFIG" +yq e -i ".server.database = \"/config/database.db\"" "$FILEBROWSER_CONFIG" yq e -i ".server.cacheDir = \"/cache\"" "$FILEBROWSER_CONFIG" yq e -i ".server.path = \"/\"" "$FILEBROWSER_CONFIG"