feat: better logo (#3)

Adds better logo.

- Re-added back local development.

Reviewed-on: #3
Co-authored-by: M. V. Hutz <git@maximhutz.me>
Co-committed-by: M. V. Hutz <git@maximhutz.me>
This commit is contained in:
2025-10-02 02:30:04 +00:00
committed by Maxim Hutz
parent 23120b9559
commit a936f760f5
14 changed files with 624 additions and 5 deletions

13
gitea/Dockerfile.dev Normal file
View File

@@ -0,0 +1,13 @@
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
RUN rm /etc/gitea/app.ini
RUN mv /etc/gitea/dev.app.ini /etc/gitea/app.ini
WORKDIR /etc/gitea-custom
RUN gitea cert --host localhost --ca