chore: migrate forge.lthn.ai → forge.lthn.io

Update Forgejo domain references in CI pipeline, vanity import
tool, and core-app codex prompt.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-02-13 19:13:23 +00:00
parent b779c5ece0
commit bdbfc5e59e
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ steps:
settings: settings:
api_key: api_key:
from_secret: forgejo_token from_secret: forgejo_token
base_url: https://forge.lthn.ai base_url: https://forge.lthn.io
files: files:
- bin/bugseti-linux-amd64.tar.gz - bin/bugseti-linux-amd64.tar.gz
- bin/bugseti-linux-amd64.tar.gz.sha256 - bin/bugseti-linux-amd64.tar.gz.sha256

View file

@ -94,7 +94,7 @@ go build -tags nowatcher -o ../../bin/core-app .
## CRITICAL WARNINGS ## CRITICAL WARNINGS
- **DO NOT push to GitHub** — GitHub remotes have been removed deliberately. The host-uk org is flagged. - **DO NOT push to GitHub** — GitHub remotes have been removed deliberately. The host-uk org is flagged.
- **DO NOT add GitHub as a remote** — Forge (forge.lthn.ai / git.lthn.ai) is the source of truth. - **DO NOT add GitHub as a remote** — Forge (forge.lthn.io / git.lthn.ai) is the source of truth.
- **DO NOT modify files outside `cmd/core-app/`** — This is a workspace module, keep changes scoped. - **DO NOT modify files outside `cmd/core-app/`** — This is a workspace module, keep changes scoped.
- **DO NOT remove the `-tags nowatcher` build flag** — It will fail without libwatcher-c. - **DO NOT remove the `-tags nowatcher` build flag** — It will fail without libwatcher-c.
- **DO NOT change the PHP-ZTS path** — It must be the ZTS variant, not the default Homebrew PHP. - **DO NOT change the PHP-ZTS path** — It must be the ZTS variant, not the default Homebrew PHP.

View file

@ -2,7 +2,7 @@
// //
// When a Go tool requests ?go-get=1, this server responds with HTML // When a Go tool requests ?go-get=1, this server responds with HTML
// containing <meta name="go-import"> tags that map dappco.re module // containing <meta name="go-import"> tags that map dappco.re module
// paths to their Git repositories on forge.lthn.ai. // paths to their Git repositories on forge.lthn.io.
// //
// For browser requests (no ?go-get=1), it redirects to the Forgejo // For browser requests (no ?go-get=1), it redirects to the Forgejo
// repository web UI. // repository web UI.
@ -22,7 +22,7 @@ var modules = map[string]string{
} }
const ( const (
forgeBase = "https://forge.lthn.ai" forgeBase = "https://forge.lthn.io"
vanityHost = "dappco.re" vanityHost = "dappco.re"
defaultAddr = ":8080" defaultAddr = ":8080"
) )