Migrate .github to .gitea, add pages workflow and nginx stack

This commit is contained in:
2026-08-19 22:07:51 +02:00
parent ebf861e083
commit 21db45f0b0
10 changed files with 48 additions and 381 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
caddy:
image: caddy:latest
ports:
- "443:443"
volumes:
- /volume1/docker/gitea-docs:/usr/share/caddy:ro
restart: always