fix(gitea): runner config for caching 4

This commit is contained in:
2026-08-24 11:26:54 +02:00
parent 99ff1c0c4e
commit 0d85ef73b9
3 changed files with 52 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
cache:
# Path to the shared secret file (generated on the VPS directly, outside
# git - see /root/stacks/.data/gitea/cache_secret). Must match
# external_secret_file in runner-config.yaml exactly.
external_secret_file: "/data/cache_secret"