cleanup финал: AGENT-GUIDE SSH-команда, deploy-keycloak URL, keycloak-auth ФИО/namespaces

This commit is contained in:
2026-06-03 13:19:46 +03:00
parent f5dd0eaf15
commit b7fe03f02d
3 changed files with 13 additions and 26 deletions
+5 -10
View File
@@ -1,7 +1,7 @@
# IP Whitelist App — AI Agent Guide
> For AI coding agents (Copilot, etc.) to understand and continue development.
> Last updated: 2026-06-03 | Version: 0.5.13
> Last updated: 2026-06-03 | Version: 0.5.14
## 1. Quick Overview
@@ -206,17 +206,11 @@ node tests/tz-full-compliance.js
node tests/stress.js
```
All tests: 347+ PASS, 0 FAIL (v0.5.13)
All tests: 347+ PASS, 0 FAIL
## 11. Deployment (VM)
## 11. Deployment
```bash
# From local workspace:
rsync -az -e "ssh -i ~/.ssh/naeel_vm_id_ed25519 ..." /home/naeel/ipwhitelist-app/ naeel@5.172.178.213:~/ipwhitelist/ --exclude node_modules --exclude .git --exclude .env
# On VM:
cd ~/ipwhitelist && pm2 restart ipwhitelist --update-env
```
Deploy the app on a VM with nginx as reverse proxy. See `docs/devops-deploy.md` for details.
## 12. Common Pitfalls
@@ -253,6 +247,7 @@ See `docs/deploy-keycloak.md` for details.
| Version | Date | Key Changes |
|---------|------|-------------|
| 0.5.14 | 2026-06-03 | Token login, JWKS in mock mode, production deploy docs |
| 0.5.13 | 2026-06-03 | OIDC routes prepared, .env.example, devops-deploy guide, repo cleanup |
| 0.5.12 | 2026-06-02 | Fixed company switch bug, aggregation, validation, TZ compliance |
| 0.5.11 | 2026-06-02 | Dead code cleanup, new integration tests, /export public |