From edfd01460c0a3c79cafe9053f57e995d7aa37904 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 20 May 2026 08:12:37 +0000 Subject: [PATCH] Docs: Drop historical framing from CODEMAP cluster CLI bullet --- CODEMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEMAP.md b/CODEMAP.md index 500f737f8..1d5e5559c 100644 --- a/CODEMAP.md +++ b/CODEMAP.md @@ -242,8 +242,8 @@ Cluster Registry & Provisioner Cheatsheet - Registration returns `Secrets.ClientSecret`; the CLI persists it under config `NodeClientSecret`. - Admin responses may include `AdvertiseUrl` and `Database`; non-admin responses are redacted by default. - Cluster CLI highlights: - - `photoprism cluster register` supports `--site-url` and `--advertise-url`. Both values are always forwarded to the Portal; `SiteUrl` no longer depends on being different from the advertised URL. - - Automatic MariaDB credential rotation logic now lives in `config.ShouldAutoRotateDatabase()` and is shared by both the CLI and node bootstrap. + - `photoprism cluster register` supports `--site-url` and `--advertise-url`. Both values are always forwarded to the Portal regardless of whether they differ. + - Automatic MariaDB credential rotation logic lives in `config.ShouldAutoRotateDatabase()` and is shared by both the CLI and node bootstrap. Frequently Touched Files (by topic) - CLI wiring: `cmd/photoprism/photoprism.go`, `internal/commands/commands.go`