fix #5: added DISABLE_WEBDAV flag
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 20s
Container Publish / build-image (amd64) (push) Successful in 3m21s
Container Publish / update docker manifest (push) Successful in 53s

This commit is contained in:
2025-07-31 20:16:35 +02:00
parent 0f78f4cebc
commit 2da562ffcb
3 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/sh
if [ ${DISABLE_WEBDAV} -eq 1 ] ; then
exit 0
fi
echo "# Configuring webdav"
cat > /etc/nginx/http.d/webdav.conf <<EOF