From 0e18e7e930619c7ae14aa76d4d2f5ec22b9fad69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 15:40:15 +0200 Subject: [PATCH] fix path archive --- bootstrap.sh | 2 ++ compose.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index cc4450c..ac1c770 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -155,6 +155,8 @@ mkdir -p \ /opt/server/freshrss \ /opt/server/filebrowser/database +sudo chown -R 1000:1000 /opt/server/filebrowser # somehow filebrowser cant acces it + echo echo "Configure rclone now." rclone config diff --git a/compose.yml b/compose.yml index 8002019..67a19c0 100644 --- a/compose.yml +++ b/compose.yml @@ -65,7 +65,7 @@ services: volumes: # Your yt-dlp downloads - - /mnt/kdrive/YouTube:/srv + - /mnt/kdrive/Autre/Archive/Videos:/srv # FileBrowser database/config - /opt/server/filebrowser/database:/database