docs: update default registry to registry.cameleer.io and drop JWT row

Updates the documented default registry from gitea.siegeln.net/cameleer
to registry.cameleer.io/cameleer in both CLAUDE.md and README.md, and
removes the now-obsolete CAMELEER_SERVER_SECURITY_JWTSECRET row from
the auto-generated secrets table to match the prior installer change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-29 09:43:26 +02:00
parent 7bb9ef3283
commit f7a57edacc
2 changed files with 2 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ Previously, SMTP env vars (`SMTP_HOST`, `SMTP_PORT`, `SMTP_USER`, `SMTP_PASS`, `
## Registry configuration ## Registry configuration
The installer supports pulling images from a custom Docker registry via `--registry`. Default: `gitea.siegeln.net/cameleer`. The installer supports pulling images from a custom Docker registry via `--registry`. Default: `registry.cameleer.io/cameleer`.
When a registry is configured, the installer writes `*_IMAGE` env vars to `.env` (e.g. `TRAEFIK_IMAGE`, `POSTGRES_IMAGE`, `CAMELEER_IMAGE`) which override the defaults baked into the compose templates. In SaaS mode, provisioning image refs (`CAMELEER_SAAS_PROVISIONING_*IMAGE`) are also set from the registry. When a registry is configured, the installer writes `*_IMAGE` env vars to `.env` (e.g. `TRAEFIK_IMAGE`, `POSTGRES_IMAGE`, `CAMELEER_IMAGE`) which override the defaults baked into the compose templates. In SaaS mode, provisioning image refs (`CAMELEER_SAAS_PROVISIONING_*IMAGE`) are also set from the registry.

View File

@@ -135,7 +135,7 @@ The Docker socket is required for tenant provisioning (SaaS mode) — the platfo
| Setting | CLI Flag | Env Var | Config Key | Default | | Setting | CLI Flag | Env Var | Config Key | Default |
|---------|----------|---------|------------|---------| |---------|----------|---------|------------|---------|
| Registry | `--registry` | `REGISTRY` | `registry` | `gitea.siegeln.net/cameleer` | | Registry | `--registry` | `REGISTRY` | `registry` | `registry.cameleer.io/cameleer` |
| Registry username | `--registry-user` | `REGISTRY_USER` | `registry_user` | — | | Registry username | `--registry-user` | `REGISTRY_USER` | `registry_user` | — |
| Registry token | `--registry-token` | `REGISTRY_TOKEN` | `registry_token` | — | | Registry token | `--registry-token` | `REGISTRY_TOKEN` | `registry_token` | — |
| Image version | `--version` | `VERSION` | `version` | `latest` | | Image version | `--version` | `VERSION` | `version` | `latest` |
@@ -172,7 +172,6 @@ These are generated automatically and never need to be set manually:
| Secret | Env Var | Description | | Secret | Env Var | Description |
|--------|---------|-------------| |--------|---------|-------------|
| JWT signing secret | `CAMELEER_SERVER_SECURITY_JWTSECRET` | Shared secret for JWT token signing across provisioned tenant servers |
| Bootstrap token | `BOOTSTRAP_TOKEN` | Server initialization token (standalone mode only) | | Bootstrap token | `BOOTSTRAP_TOKEN` | Server initialization token (standalone mode only) |
--- ---