diff --git a/credentials.md b/credentials.md index 2b1381a..3fcffd2 100644 --- a/credentials.md +++ b/credentials.md @@ -173,11 +173,21 @@ - **URL:** https://git.azcomputerguru.com/ - **Web Port:** 3000 - **SSH:** ssh://git@172.16.3.20:2222 -- **User:** mike@azcomputerguru.com +- **Username:** azcomputerguru +- **Email:** mike@azcomputerguru.com +- **Password:** Gptf*77ttb123!@#-git +- **SSH Key:** claude-code (ed25519) - CONFIGURED AND WORKING +- **SSH Fingerprint:** SHA256:E+dhx8dYK+pWyqFUcAVAeJtaQEI3cOiIs7eac1w3Dnk - **API Token:** (Generate via web UI as needed) - **Repository:** azcomputerguru/ClaudeTools - **Role:** Source code version control, project sync -- **Notes:** SSH key authentication required (ed25519) +- **Docker Container:** gitea (on Jupiter server) +- **Notes:** + - Web login: azcomputerguru / Gptf*77ttb123!@#-git + - SSH access: `ssh -T -p 2222 git@172.16.3.20` (verified working 2026-01-19) + - Git remote: `ssh://git@172.16.3.20:2222/azcomputerguru/ClaudeTools.git` + - Password reset: `docker exec -u git gitea gitea admin user change-password --username azcomputerguru --password 'NEW_PASSWORD'` + - SSH key added: 2026-01-19 15:09 (claude-code) ### ClaudeTools API (Production) - **URL:** http://172.16.3.30:8001