From 693789138d3b3f4546d940ffdb509868f797e3fd Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 11 Dec 2025 17:41:32 -0500 Subject: [PATCH] Move API credentials to secrets.md (gitignored) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created secrets.md for Zabbix/Gitea tokens and DB creds - Updated CLAUDE.md to reference secrets.md - Added secrets.md to .gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ CLAUDE.md | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a5776b..26884be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Secrets +secrets.md + # Logs logs/ *.log diff --git a/CLAUDE.md b/CLAUDE.md index 47397a6..39f1102 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -170,16 +170,15 @@ PCs are in the machines table, identified by: ### Zabbix API -- **URL:** `http://10.48.130.113:8080/api_jsonrpc.php` -- **Token:** `9e60b0544ec77131d94825eaa2f3f1645335539361fd33644aeb8326697aa48d` - **Config File:** `includes/zabbix.asp` - **Used For:** Printer supply levels, host monitoring +- **Credentials:** See `secrets.md` ### Gitea (Version Control) - **URL:** `http://localhost:3000` -- **API Token:** `920b6601a4481be582a513cd6ba489a30e0dba20` - **Repo:** `cproudlock/shopdb` +- **Credentials:** See `secrets.md` ## Testing