chore: backup infrastructure configurations [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-16 02:02:16 +00:00
parent 5c70d5b877
commit 7d9d95785d
25 changed files with 31 additions and 1 deletions

View File

@@ -68,7 +68,13 @@ job "gitea" {
GITEA__server__SSH_PORT = "${NOMAD_HOST_PORT_ssh}" # The port exposed on the host for SSH
GITEA__actions__ENABLED=true
#disable hardlinks on fork
GIT_CONFIG_PARAMETERS="'core.sharedRepository=false'"
GIT_CONFIG_COUNT="1"
GIT_CONFIG_KEY_0="clone.defaultCloneOptions"
GIT_CONFIG_VALUE_0="--no-hardlinks"
# Set the user Gitea runs as inside the container (important for permissions)
USER_UID = "1000"
USER_GID = "1000"