Initial commit after rewrite

This commit is contained in:
2025-02-19 16:18:51 +01:00
commit 62c75f8cc8
6 changed files with 1103 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM caddy:builder-alpine AS builder
RUN xcaddy build --with github.com/simongregorebner/gitea-pages
FROM caddy:alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy