1.2 KiB
1.2 KiB
| id | type | title | tags | importance | confidence | created | updated | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8a81e6d6-f0b8-4f47-8a97-001c41951053 | problem | CT 302 Gitea token expired - commit 2b6e59a is local-only |
|
0.6 | 0.8 | 2026-02-20T06:35:25.080716+00:00 | 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
- Generate a new personal access token in Gitea (git.manticorum.com)
- Update the remote URL on CT 302:
git remote set-url origin https://<new-token>@git.manticorum.com/cal/claude-runner-monitoring.git - Push the pending commit:
git push origin main
Location
CT 302: 10.10.0.148, repo at /root/.claude/ (or similar path)