From b6d629924c579878cd9a75575cfb3cc6c4d992f5 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 7 Apr 2025 16:00:29 -0500 Subject: [PATCH] More LAN server fixes --- docker/forgejo/runner.yaml | 2 +- home/.ssh/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/forgejo/runner.yaml b/docker/forgejo/runner.yaml index 2691c298..2930b763 100644 --- a/docker/forgejo/runner.yaml +++ b/docker/forgejo/runner.yaml @@ -10,7 +10,7 @@ runner: fetch_timeout: 5s fetch_interval: 2s labels: - - 'docker:docker://git.korhonen.cc/functionalhacker/ubuntu-act:22.04' + - 'docker:docker://git.korhonen.lan/functionalhacker/ubuntu-act:22.04' cache: enabled: true diff --git a/home/.ssh/config b/home/.ssh/config index a0e49da5..9225e3e3 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -31,7 +31,7 @@ host rivendell User root host forgejo - HostName git.korhonen.cc + HostName git.korhonen.lan port 2882 user git