forked from finn/tinyboard
setup-opds.sh: add -hide-dot-files flag to dir2opds to filter macOS metadata files and Syncthing folders
This commit is contained in:
@@ -156,7 +156,8 @@ dir2opds)
|
|||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--network opds-net \
|
--network opds-net \
|
||||||
-v "${BOOKS_PATH}:/books:ro" \
|
-v "${BOOKS_PATH}:/books:ro" \
|
||||||
"$OPDS_IMAGE"
|
"$OPDS_IMAGE" \
|
||||||
|
/dir2opds -dir /books -hide-dot-files
|
||||||
;;
|
;;
|
||||||
stump)
|
stump)
|
||||||
mkdir -p "${OPDS_DIR}/stump-config"
|
mkdir -p "${OPDS_DIR}/stump-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user