first commit

This commit is contained in:
2024-12-06 00:08:43 +00:00
commit 5768c9c54d
25 changed files with 728 additions and 0 deletions

9
gitea/.env.example Normal file
View File

@ -0,0 +1,9 @@
# URL of the Gitea instance (e.g. https://gitea.example.com)
GITEA_INSTANCE_URL=
# 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=