add gitea runner
This commit is contained in:
11
gitea_runner/env.sh
Normal file
11
gitea_runner/env.sh
Normal 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"
|
||||
Reference in New Issue
Block a user