rebrand: argos-update.tecnotelsrl.com -> repo.argosdefense.io + license.argosdefense.io. SETUP_REPO_URL aggiornato in bootstrap.sh (variabile critica per primo install), setup_server.py template vendor_heartbeat aggiornato, README install instructions aggiornate.

This commit is contained in:
Armando Fracassi 2026-05-19 15:43:12 +02:00
parent 9779d77413
commit adcafbd13c
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ Repository pubblico contenente l'installer di prima fase e il Web Setup Wizard d
Su una macchina Ubuntu 24.04 o 26.04 LTS vergine, esegui:
```bash
curl -fsSL https://argos-update.tecnotelsrl.com/tecnotel/argos-setup/raw/branch/main/bootstrap.sh | sudo bash
curl -fsSL https://repo.argosdefense.io/tecnotel/argos-setup/raw/branch/main/bootstrap.sh | sudo bash
```
Il bootstrap scaricherà il repository e avvierà `first-setup.sh`.
@ -20,7 +20,7 @@ Se preferisci eseguire gli step separatamente:
```bash
sudo apt update && sudo apt install -y git
git clone https://argos-update.tecnotelsrl.com/tecnotel/argos-setup.git /opt/argos-setup-pkg
git clone https://repo.argosdefense.io/tecnotel/argos-setup.git /opt/argos-setup-pkg
cd /opt/argos-setup-pkg
sudo bash first-setup.sh
```
@ -60,12 +60,12 @@ Il wizard offre tre modalità per il certificato:
- Ubuntu **24.04 LTS** o **26.04 LTS** (verificato dallo script)
- Accesso root (sudo)
- Connessione internet verso `argos-update.tecnotelsrl.com`
- Connessione internet verso `repo.argosdefense.io` (Gitea: codice e aggiornamenti) e `license.argosdefense.io` (vendor heartbeat e licenze)
- Una licenza ARGOS valida emessa da Tecnotel per il `machine_id` del server
## Repository correlati
- [`tecnotel/argos`](https://argos-update.tecnotelsrl.com/tecnotel/argos) — codice runtime di ARGOS SOC (privato, accessibile solo con licenza).
- [`tecnotel/argos`](https://repo.argosdefense.io/tecnotel/argos) — codice runtime di ARGOS SOC (privato, accessibile solo con licenza).
## Versioning

View File

@ -4,10 +4,10 @@
# Tecnotel Servizi SRL — Ubuntu 24.04 / 26.04 LTS
#
# Uso tramite one-liner:
# curl -fsSL https://argos-update.tecnotelsrl.com/tecnotel/argos-setup/raw/branch/main/bootstrap.sh | sudo bash
# curl -fsSL https://repo.argosdefense.io/tecnotel/argos-setup/raw/branch/main/bootstrap.sh | sudo bash
#
# Oppure manuale (raccomandato per verifica):
# curl -fsSLo /tmp/argos-bootstrap.sh https://argos-update.tecnotelsrl.com/tecnotel/argos-setup/raw/branch/main/bootstrap.sh
# curl -fsSLo /tmp/argos-bootstrap.sh https://repo.argosdefense.io/tecnotel/argos-setup/raw/branch/main/bootstrap.sh
# less /tmp/argos-bootstrap.sh # verifica cosa fa
# sudo bash /tmp/argos-bootstrap.sh
# ══════════════════════════════════════════════════════════════════════════════
@ -45,7 +45,7 @@ echo -e "${BLUE}╚════════════════════
echo ""
# ── Variabili ────────────────────────────────────────────────────────────────
SETUP_REPO_URL="https://argos-update.tecnotelsrl.com/tecnotel/argos-setup.git"
SETUP_REPO_URL="https://repo.argosdefense.io/tecnotel/argos-setup.git"
SETUP_DIR="/opt/argos-setup-pkg"
# ── Install git se mancante ──────────────────────────────────────────────────

View File

@ -191,7 +191,7 @@ def generate_argos_json(data):
"tz": "Europe/Rome",
"vendor_heartbeat": {
"enabled": True,
"url": "https://argos-update.tecnotelsrl.com",
"url": "https://license.argosdefense.io",
"install_key": "5b1ab5c872383f686d3a25a5e123adca",
"interval_h": 6
}