chore: backup infrastructure configurations [skip ci]
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user