mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
forgejo: add fs rules for the CI
This commit is contained in:
parent
0505ec375b
commit
24b5686a26
1 changed files with 3 additions and 0 deletions
|
|
@ -156,6 +156,9 @@ in
|
|||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/gitea-runner 0755 gitea-runner gitea-runner -"
|
||||
"d /var/lib/gitea-runner/central 0755 gitea-runner gitea-runner -"
|
||||
# Allow gitea-runner (in group users) to write to the blog repo's .git dir.
|
||||
"d /home/thegeneralist/blog 2770 thegeneralist users -"
|
||||
"Z /home/thegeneralist/blog/.git - thegeneralist users -"
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 2222 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue