Commit Graph
4 Commits
Author SHA1 Message Date
notplants d0243cf724 fix: seed app.ini into writable config volume for Gitea 1.24+
cc-ci/testme cc-ci: success
Gitea 1.24+ persists settings back to app.ini on boot (e.g. WORK_PATH).
Mounting app.ini directly as a read-only swarm config makes that write
fail (logged error, possible repo-access bugs). Mount the rendered config
as app.ini.init and seed a writable copy in the config volume instead.
2026-08-11 16:49:26 +00:00
decentral1se 036f070dc4 Don't run installs here
See https://github.com/go-gitea/gitea/issues/15661.
2021-04-29 16:12:14 +02:00
decentral1se c4154c8673 Install curl into the image as well 2021-04-29 16:05:21 +02:00
decentral1se 0f43efe952 Hack the setup script and drop paths config 2021-04-29 15:29:05 +02:00