entitybtw / pterodactyl install guide
0 curtidas
0 bifurcações
1 arquivos
Última atividade 3 months ago
| 1 | ╔══════════════════════════════════════════════════════════════════╗ |
| 2 | ║ PTERODACTYL PANEL & WINGS INSTALLATION GUIDE ║ |
| 3 | ║ Complete Step-by-Step Walkthrough ║ |
| 4 | ╚══════════════════════════════════════════════════════════════════╝ |
| 5 | |
| 6 | ┌─────────────────────────────────────────────────────────────────┐ |
| 7 | │ STEP 1: START THE INSTALLATION │ |
| 8 | └─────────────────────────────────────────────────────────────────┘ |
| 9 | |
| 10 | Run this command as root: |
entitybtw / forgejo-runner-install-script.txt
0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 month ago
forgejo runner install script
| 1 | #!/bin/bash |
| 2 | # ============================================================================= |
| 3 | # FORGEJO RUNNER - FULL SYSTEM DEPLOYMENT WITH SYSTEMD |
| 4 | # Supports both DIRECT and DOCKER modes |
| 5 | # ============================================================================= |
| 6 | |
| 7 | # --- CONFIGURATION VARIABLES --- |
| 8 | FORGEJO_URL="http://192.168.2.76:3006" # CHANGE THIS |
| 9 | REGISTRATION_TOKEN="your-registration-token" # CHANGE THIS |
| 10 | RUNNER_NAME="selfhosted-runner-01" |
Próximo
Anterior