feat: add webdav support

This commit is contained in:
Nicolas Meienberger
2025-09-26 19:13:09 +02:00
parent 323312ec7b
commit bc6e6c9700
18 changed files with 523 additions and 141 deletions

View File

@@ -1,5 +1,7 @@
FROM oven/bun:1.2.20-alpine AS base
RUN apk add --no-cache davfs2
WORKDIR /app
COPY ./package.json ./bun.lock ./