diff --git a/CLAUDE.md b/CLAUDE.md index f6dd8fc..b5bc515 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,9 +6,8 @@ - CI/CD workflows use `.gitea/workflows/` directory ## Docker Registry -- Docker registry URL: **192.168.200.200:5000** -- All HiveOps repositories use this registry for image storage -- This applies to all `.env` files, build scripts, and documentation +- **Local (dev):** `192.168.200.200:5000` — used for local builds and dev environments +- **Production:** `registry.directlx.dev` — used for all production deployments (HiveOps/HiveIQ) ## Project Memory - Every project Claude is run under must have a memory folder created at the start of the session @@ -16,6 +15,12 @@ - If the memory folder/file does not exist, create it before doing any work - Save key architectural decisions, file locations, bugs fixed, workflows, and user preferences +## Production SSH Access + +- **SSH user:** `bcosadmin` +- **SSH key:** `~/.ssh/id_ed25519_hiveiq` +- Always use: `ssh -i ~/.ssh/id_ed25519_hiveiq bcosadmin@` + ## Claude Config Repo - `~/.claude` is symlinked to `/source/directlx-claude-config` - Gitea repo: `http://192.168.200.102/directlx/directlx-claude-config.git`