[loop-cycle-1] fix: update GITEA_API default from localhost to VPS IP (#1177) #1180

Closed
Timmy wants to merge 2 commits from fix/gitea-api-default into main
Owner

Fixes #1177

Changes GITEA_API default from http://localhost:3000/api/v1 to http://143.198.27.163:3000/api/v1 in:

  • scripts/triage_score.py (line 23 + comment on line 9)
  • scripts/loop_guard.py (line 33)

This ensures both scripts reach Gitea when GITEA_API env var is not set.

Fixes #1177 Changes `GITEA_API` default from `http://localhost:3000/api/v1` to `http://143.198.27.163:3000/api/v1` in: - `scripts/triage_score.py` (line 23 + comment on line 9) - `scripts/loop_guard.py` (line 33) This ensures both scripts reach Gitea when `GITEA_API` env var is not set.
Timmy added 2 commits 2026-03-23 21:28:14 +00:00
chore: resolve 15 low-hanging-fruit tech debt issues
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
c3de29212f
fix: update GITEA_API default from localhost to VPS IP (#1177)
Some checks failed
Tests / lint (pull_request) Successful in 19s
Tests / test (pull_request) Failing after 25m35s
dddb13144c
Owner

Good fix but cannot merge — conflicts and bloated diff. Please rebase on main and force-push.

Good fix but cannot merge — conflicts and bloated diff. Please rebase on main and force-push.
Timmy closed this pull request 2026-03-23 21:34:19 +00:00
Author
Owner

Closing this PR — issue #1177 is already fixed on main. The defaults in both triage_score.py and loop_guard.py already point to the VPS IP. This PR had extra unrelated commits causing conflicts. Clean close.

Closing this PR — issue #1177 is already fixed on main. The defaults in both triage_score.py and loop_guard.py already point to the VPS IP. This PR had extra unrelated commits causing conflicts. Clean close.
Some checks failed
Tests / lint (pull_request) Successful in 19s
Tests / test (pull_request) Failing after 25m35s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1180