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:
directlx 2026-03-27 06:55:02 -04:00
parent 0076e9c91f
commit 4d11590be4
1 changed files with 8 additions and 3 deletions

View File

@ -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@<IP>`
## Claude Config Repo
- `~/.claude` is symlinked to `/source/directlx-claude-config`
- Gitea repo: `http://192.168.200.102/directlx/directlx-claude-config.git`