first commit

This commit is contained in:
ascet-tomsk
2026-01-11 00:49:37 +07:00
commit f62d6e7fc0
23 changed files with 337 additions and 0 deletions

15
7.1-setup.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# 7.1 Регистрация act_runner
# Остановите службу перед регистрацией
sudo systemctl stop act_runner
# Выполните регистрацию (замените ВАШ_ТОКЕН на реальный токен)
sudo -u act_runner /usr/local/bin/act_runner register \
--config /etc/act_runner/config.yaml \
--instance http://localhost:3000 \
--token ВАШ_ТОКЕН \
--name "Ubuntu 24.04 Runner" \
--labels "ubuntu-24.04:host,linux:host,self-hosted,linux-amd64" \
--no-interactive