From 4586a0f598ab8b0734e1d12598b8e4d4389f2317 Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Mon, 20 Apr 2026 15:01:41 -0700 Subject: [PATCH] setup-opds.sh: add -hide-dot-files flag to dir2opds to filter macOS metadata files and Syncthing folders --- hub/setup-opds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub/setup-opds.sh b/hub/setup-opds.sh index 00c4c9f..22bcd61 100755 --- a/hub/setup-opds.sh +++ b/hub/setup-opds.sh @@ -156,7 +156,8 @@ dir2opds) --restart unless-stopped \ --network opds-net \ -v "${BOOKS_PATH}:/books:ro" \ - "$OPDS_IMAGE" + "$OPDS_IMAGE" \ + /dir2opds -dir /books -hide-dot-files ;; stump) mkdir -p "${OPDS_DIR}/stump-config"