add gitea runner

This commit is contained in:
2025-05-21 19:07:12 +00:00
parent 80dafbbce2
commit aeeb045439
4 changed files with 106 additions and 0 deletions

11
gitea_runner/env.sh Normal file
View File

@@ -0,0 +1,11 @@
SERVICE_NAME="gitea_runner"
USER_SYSTEMD="$HOME/.config/systemd/user"
INSTALL_DIR="$HOME/.local/share/$SERVICE_NAME"
ADDITIONAL_LABLES=(
"linux"
"arm64"
"cloud"
)
CONTAINER_HOST="unix:////run/user/1000/podman/podman.sock"
GITEA_URL="https://gitea.example.com"
GITEA_TOKEN="your_gitea_token"