From 1a50c462068734bbaa38f07050e6c2e26241150f Mon Sep 17 00:00:00 2001 From: Amir Yahaya Date: Sun, 17 May 2026 09:22:25 +0200 Subject: [PATCH] docs: scope README to manage server only --- README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a6015a6..dd8a422 100644 --- a/README.md +++ b/README.md @@ -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 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 ``` +## Flags + | Flag | Description | |------|-------------| | `--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. | | `--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 ```bash