Files
stacks/gitea
valknar 79f0c1a293 fix(gitea): cache-server needs external_secret, not external_secret_file
The cache-server subcommand only checks the literal external_secret
field at startup and errors out if just external_secret_file is set
(unlike the daemon, which handles _file fine). Move its config out of
git entirely - it now has to hold the actual secret value - generated
straight into .data on the VPS instead.
2026-08-24 11:39:06 +02:00
..