setup-opds.sh: add -hide-dot-files flag to dir2opds to filter macOS metadata files and Syncthing folders

This commit is contained in:
Justin Oros
2026-04-20 15:01:41 -07:00
parent 2999c464fa
commit 4586a0f598

View File

@@ -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"