From ced2a7d3858b580677840a66341ded46cca75be8 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 20 Feb 2026 00:35:25 -0600 Subject: [PATCH] store: CT 302 Gitea token expired - commit 2b6e59a is local-only --- ...red-commit-2b6e59a-is-local-only-8a81e6.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 graph/problems/ct-302-gitea-token-expired-commit-2b6e59a-is-local-only-8a81e6.md diff --git a/graph/problems/ct-302-gitea-token-expired-commit-2b6e59a-is-local-only-8a81e6.md b/graph/problems/ct-302-gitea-token-expired-commit-2b6e59a-is-local-only-8a81e6.md new file mode 100644 index 00000000000..eca5e4c99a8 --- /dev/null +++ b/graph/problems/ct-302-gitea-token-expired-commit-2b6e59a-is-local-only-8a81e6.md @@ -0,0 +1,33 @@ +--- +id: 8a81e6d6-f0b8-4f47-8a97-001c41951053 +type: problem +title: "CT 302 Gitea token expired - commit 2b6e59a is local-only" +tags: [gitea, claude-runner, authentication, token, homelab, pending] +importance: 0.6 +confidence: 0.8 +created: "2026-02-20T06:35:25.080716+00:00" +updated: "2026-02-20T06:35:25.080716+00:00" +--- + +# Gitea Access Token Expired on CT 302 + +## Problem +The embedded Gitea access token in the git remote URL on CT 302 (`/root/.claude`) has expired. + +`git push origin main` returns **403 Forbidden**. + +The remote URL contains token `0315053c5ddd229481bd1b5c3d47c7bb690c6fa7` which no longer works. + +## Impact +Commit `2b6e59a` (health check enhancements: HTTP probes, Docker health detection, warning accumulator) is **local-only** on CT 302 and has not been pushed to `cal/claude-runner-monitoring` on Gitea. + +## Fix Required +1. Generate a new personal access token in Gitea (git.manticorum.com) +2. Update the remote URL on CT 302: + ``` + git remote set-url origin https://@git.manticorum.com/cal/claude-runner-monitoring.git + ``` +3. Push the pending commit: `git push origin main` + +## Location +CT 302: `10.10.0.148`, repo at `/root/.claude/` (or similar path)