diff --git a/.woodpecker/bugseti.yml b/.woodpecker/bugseti.yml index 5e9387c..8e8b77a 100644 --- a/.woodpecker/bugseti.yml +++ b/.woodpecker/bugseti.yml @@ -41,7 +41,7 @@ steps: settings: api_key: from_secret: forgejo_token - base_url: https://forge.lthn.ai + base_url: https://forge.lthn.io files: - bin/bugseti-linux-amd64.tar.gz - bin/bugseti-linux-amd64.tar.gz.sha256 diff --git a/cmd/core-app/CODEX_PROMPT.md b/cmd/core-app/CODEX_PROMPT.md index 7dbfbf2..a59bb2e 100644 --- a/cmd/core-app/CODEX_PROMPT.md +++ b/cmd/core-app/CODEX_PROMPT.md @@ -94,7 +94,7 @@ go build -tags nowatcher -o ../../bin/core-app . ## CRITICAL WARNINGS - **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 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. diff --git a/cmd/vanity-import/main.go b/cmd/vanity-import/main.go index c6e4022..1833f83 100644 --- a/cmd/vanity-import/main.go +++ b/cmd/vanity-import/main.go @@ -2,7 +2,7 @@ // // When a Go tool requests ?go-get=1, this server responds with HTML // containing 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 // repository web UI. @@ -22,7 +22,7 @@ var modules = map[string]string{ } const ( - forgeBase = "https://forge.lthn.ai" + forgeBase = "https://forge.lthn.io" vanityHost = "dappco.re" defaultAddr = ":8080" )