docs: clarify docker registries and add production SSH access details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0076e9c91f
commit
4d11590be4
11
CLAUDE.md
11
CLAUDE.md
|
|
@ -6,9 +6,8 @@
|
||||||
- CI/CD workflows use `.gitea/workflows/` directory
|
- CI/CD workflows use `.gitea/workflows/` directory
|
||||||
|
|
||||||
## Docker Registry
|
## Docker Registry
|
||||||
- Docker registry URL: **192.168.200.200:5000**
|
- **Local (dev):** `192.168.200.200:5000` — used for local builds and dev environments
|
||||||
- All HiveOps repositories use this registry for image storage
|
- **Production:** `registry.directlx.dev` — used for all production deployments (HiveOps/HiveIQ)
|
||||||
- This applies to all `.env` files, build scripts, and documentation
|
|
||||||
|
|
||||||
## Project Memory
|
## Project Memory
|
||||||
- Every project Claude is run under must have a memory folder created at the start of the session
|
- 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
|
- 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
|
- 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@<IP>`
|
||||||
|
|
||||||
## Claude Config Repo
|
## Claude Config Repo
|
||||||
- `~/.claude` is symlinked to `/source/directlx-claude-config`
|
- `~/.claude` is symlinked to `/source/directlx-claude-config`
|
||||||
- Gitea repo: `http://192.168.200.102/directlx/directlx-claude-config.git`
|
- Gitea repo: `http://192.168.200.102/directlx/directlx-claude-config.git`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue