Files
linux-install-helper/gitea_runner/env.sh
2025-05-21 19:07:12 +00:00

11 lines
296 B
Bash

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"