feat: local development working

This commit is contained in:
2025-01-30 18:37:55 -05:00
parent f42f6e08a4
commit 7bde512998
22 changed files with 87 additions and 81 deletions

5
gitea/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM gitea/gitea:latest-rootless
ADD --chown=git:git config /etc/gitea
ADD --chown=git:git custom /etc/gitea-custom
ENV GITEA_CUSTOM /etc/gitea-custom