docs: scope README to manage server only

This commit is contained in:
Amir Yahaya 2026-05-17 09:22:25 +02:00
parent bd67e55625
commit 1a50c46206

View file

@ -1,8 +1,8 @@
# Triton Installers # Triton Manage Server Installer
Production installers for Triton server components. Container-based (Docker or Podman), idempotent — safe to re-run. Production installer for the Triton Manage Server. Container-based (Docker or Podman), idempotent — safe to re-run.
## Manage Server ## Install
```bash ```bash
curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/manage-server/install.sh | sudo bash -s -- \ curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/manage-server/install.sh | sudo bash -s -- \
@ -11,6 +11,8 @@ curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/
--gateway-hostname manage.customer.com --gateway-hostname manage.customer.com
``` ```
## Flags
| Flag | Description | | Flag | Description |
|------|-------------| |------|-------------|
| `--license-server-pubkey` | Ed25519 public key (64 hex chars). **Required.** | | `--license-server-pubkey` | Ed25519 public key (64 hex chars). **Required.** |
@ -21,20 +23,6 @@ curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/
| `--image` | Pin a specific image tag. | | `--image` | Pin a specific image tag. |
| `--no-tls` | Skip TLS check (dev only). | | `--no-tls` | Skip TLS check (dev only). |
## License Server
```bash
curl -fsSL https://raw.githubusercontent.com/primatekuntech/triton-install/main/license-server/install.sh | sudo bash -s -- \
--admin-email admin@yourcompany.com
```
| Flag | Description |
|------|-------------|
| `--admin-email` | Initial superadmin email. |
| `--public-url` | Public URL of the license server. |
| `--image` | Pin a specific image tag. |
| `--no-tls` | Skip TLS check (dev only). |
## Other commands ## Other commands
```bash ```bash