Auto saved by Logseq
This commit is contained in:
parent
153727610c
commit
6845feced1
1 changed files with 6 additions and 0 deletions
|
@ -10,8 +10,14 @@
|
||||||
- Per installare il runner sulla macchina che dovrà eseguire le azioni
|
- Per installare il runner sulla macchina che dovrà eseguire le azioni
|
||||||
-
|
-
|
||||||
- ```bash` export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
- ```bash` export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
||||||
|
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
||||||
wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64
|
wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64
|
||||||
chmod +x forgejo-runner
|
chmod +x forgejo-runner
|
||||||
|
wget -O forgejo-runner.asc https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64.asc
|
||||||
|
gpg --keyserver keys.openpgp.org --recv EB114F5E6C0DC2BCDD183550A4B61A2DC5923710
|
||||||
|
gpg --verify forgejo-runner.asc forgejo-runner
|
||||||
|
Good signature from "Forgejo <contact@forgejo.org>"
|
||||||
|
aka "Forgejo Releases <release@forgejo.org>"
|
||||||
```
|
```
|
||||||
- Configurazione #homelab
|
- Configurazione #homelab
|
||||||
- `docker-compose.yml` implementato per poter funzionare con #traefik
|
- `docker-compose.yml` implementato per poter funzionare con #traefik
|
||||||
|
|
Loading…
Reference in a new issue