From 3e432d662ebb29afe23b7532932a3876c82a8ea4 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 15 Dec 2025 15:13:33 +0100 Subject: [PATCH] docs: add infrastructure access instructions to AGENTS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- AGENTS.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index d2fcdc5..7d077be 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -27,7 +27,17 @@ This document contains instructions and documentation references for AI assistan * **git.schweitz.net**: Access via `http://localhost:3002` (direct Gitea) to bypass Authentik SSO * Example: `curl http://localhost:3002/jpmschweitzer/library-desk/raw/branch/main/README.md` * Public repos are readable without authentication - * Related repos: `library-desk`, `scheduler` + * Related repos: `library-desk`, `scheduler`, `core-api`, `portainer-core` + +### 🐳 Deployment & Infrastructure +* **Full stack documentation**: Available in the `portainer-core` repo + * Access: `curl http://localhost:3002/jpmschweitzer/portainer-core/raw/branch/main/CONTAINERS.md` + * Contains: All service ports, URLs, Redis DB allocations, external domains +* **Tatlock deployment**: + * LAN: `http://192.168.86.149:8000` + * External: `tatlock.schweitz.net` (behind Authentik SSO) + * Redis DBs: 1 (memory), 6 (benchmarks) +* **Health check**: `curl http://192.168.86.149:8000/health` ### 🛡️ Git Discipline * **NEVER commit to `main` or `master` directly.** Always create a feature branch: `feature/your-feature-name` or `fix/issue-description`.