mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-07-13 20:37:40 +00:00
12 lines
443 B
Bash
12 lines
443 B
Bash
# URL of the Gitea instance
|
|
GITEA_INSTANCE_URL=http://gitea:3000
|
|
# Domain advertised in SSH clone URLs (e.g. gitea.aykhans.me)
|
|
GITEA_SSH_DOMAIN=
|
|
# How to get the token: https://docs.gitea.com/usage/actions/act-runner#obtain-a-registration-token
|
|
GITEA_RUNNER_REGISTRATION_TOKEN=
|
|
# UID and GID of the user that should run the runner (e.g. USER_UID=1000, USER_GID=1000)
|
|
USER_UID=
|
|
USER_GID=
|
|
# Name of the runner (e.g. runner-1)
|
|
GITEA_RUNNER_NAME=
|