feat: restic pass file generation

This commit is contained in:
Nicolas Meienberger
2025-10-17 13:15:24 +02:00
parent 41756e087a
commit 8af0bac63b
7 changed files with 75 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ ARG BUN_VERSION="1.3.0"
FROM oven/bun:${BUN_VERSION}-alpine AS runner_base
RUN apk add --no-cache davfs2=1.6.1-r2
RUN apk add --no-cache davfs2 restic
# ------------------------------
# DEVELOPMENT