This commit is contained in:
Maurice
2025-10-04 19:07:31 +02:00
parent fbdca459c7
commit 7dc2c3d6a0
13 changed files with 224 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
chmod +x /etc/init.d/gitea.service
chmod +x /etc/init.d/gitea-runner.service
rc-update add gitea.service default
rc-update add gitea-runner.service default
# Create runner registration token secret
su -c "openssl rand -hex 24 | podman secret create gitea-runner-registration-token -" podman