Fix : Deploy bug
This commit is contained in:
@@ -7,7 +7,7 @@ commande, les artefacts construits et publiés par Gitea Actions.
|
||||
┌──────────────────────────┐ ┌───────────────────────────────┐
|
||||
│ Gitea │ │ Machine du plan de contrôle │
|
||||
│ ├─ registre d'images ───┼───────►│ docker compose up -d │
|
||||
│ └─ paquets génériques │ │ → http://control.lan:8080 │
|
||||
│ └─ paquets génériques │ │ → http://<IP_DU_CONTROLE>:8080 │
|
||||
│ │ agent.cjs │ └───────────────┬───────────────┘
|
||||
└─────────┼────────────────┘ │ ws:// (réseau privé)
|
||||
│ install-agent.sh/.ps1 ┌──────────┴──────────┐
|
||||
@@ -144,7 +144,7 @@ persiste.
|
||||
curl -fsSL https://git.jeanbonapp.com/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.sh \
|
||||
| sudo bash -s -- \
|
||||
--registry https://git.jeanbonapp.com \
|
||||
--server ws://control.lan:8080/ws/agent \
|
||||
--server ws://<IP_DU_CONTROLE>:8080/ws/agent \
|
||||
--token <JETON_ENROLEMENT> \
|
||||
--name vm-rec-01 \
|
||||
--obs-password <MDP_OBS>
|
||||
@@ -163,7 +163,7 @@ Dans un PowerShell **administrateur**, sur le compte qui lance OBS :
|
||||
```powershell
|
||||
& ([scriptblock]::Create((irm 'https://git.jeanbonapp.com/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.ps1'))) `
|
||||
-Registry 'https://git.jeanbonapp.com' `
|
||||
-Server 'ws://control.lan:8080/ws/agent' `
|
||||
-Server 'ws://<IP_DU_CONTROLE>:8080/ws/agent' `
|
||||
-Token '<JETON_ENROLEMENT>' `
|
||||
-Name 'vm-rec-02' `
|
||||
-ObsPassword '<MDP_OBS>'
|
||||
|
||||
Reference in New Issue
Block a user