relate: 4479674f --RELATED_TO--> f4683542

This commit is contained in:
Cal Corum 2026-02-26 23:48:31 -06:00
parent ec1e62029d
commit 578491e5fa
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: 4cb3054a-c8d4-4eb5-bc5e-bdae9732b7cc
type: RELATED_TO
from_id: 4479674f-16de-4cfb-afc1-73042d4ab8db
from_title: "Fix: Gitea SSH remote (git@git.manticorum.com) resolves to Pi-hole instead of Gitea LXC"
to_id: f4683542-eb76-4397-9e84-673c86a05904
to_title: "Gitea Actions runner offline - must use internal URL not public domain"
strength: 0.75
created: "2026-02-27T05:48:31.928716+00:00"
updated: "2026-02-27T05:48:31.928716+00:00"
---
Both involve Gitea connectivity issues on the homelab — internal URL vs public domain routing

View File

@ -6,13 +6,18 @@ tags: [gitea, ssh, dns, networking, fix, pihole, homelab, dotfiles]
importance: 0.65
confidence: 0.8
created: "2026-02-27T05:48:03.833429+00:00"
updated: "2026-02-27T05:48:21.730677+00:00"
updated: "2026-02-27T05:48:31.928716+00:00"
relations:
- target: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: b1d439b6-456f-4271-bd16-0d612564e7f4
- target: f4683542-eb76-4397-9e84-673c86a05904
type: RELATED_TO
direction: outgoing
strength: 0.75
edge_id: 4cb3054a-c8d4-4eb5-bc5e-bdae9732b7cc
---
# Gitea SSH Remote Resolves to Pi-hole

View File

@ -6,7 +6,7 @@ tags: [gitea, ci-cd, actions, runner, troubleshooting, docker, reverse-proxy, 40
importance: 0.9
confidence: 0.8
created: "2026-02-05T19:24:11.871715+00:00"
updated: "2026-02-18T19:57:25.899469+00:00"
updated: "2026-02-27T05:48:31.928716+00:00"
relations:
- target: 53328fc9-796a-47b7-81ae-fc57c9b3a202
type: BUILDS_ON
@ -18,6 +18,11 @@ relations:
direction: incoming
strength: 0.8
context: "This auth fix extends the original runner setup - runner must use internal URL for registration, but action clones still go through ROOT_URL causing host mismatch"
- target: 4479674f-16de-4cfb-afc1-73042d4ab8db
type: RELATED_TO
direction: incoming
strength: 0.75
edge_id: 4cb3054a-c8d4-4eb5-bc5e-bdae9732b7cc
---
Problem: Gitea Actions runner showing as 'Offline' in admin UI, jobs stuck in 'Waiting' status with no steps executing. Runner container shows '403 Forbidden' errors when trying to fetch tasks.