Deprecate repos.saiden.dev hostname — replaced by git.saiden.dev #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The hostname repos.saiden.dev is deprecated. The Gitea instance is now accessed via git.saiden.dev. All references (SSH remotes, web links, documentation, agent configs) should be updated accordingly.
Investigation:
repos.saiden.devreferences across all hostsSearched: All 3 hosts (junkpile, fuji, sin) —
/home/madcat, system configs, git remotes, tea config, package manager configs, cloudflared, Coolify/Docker, systemd.Already migrated (clean)
git.saiden.dev✅.npmrc(junkpile, sin) — registry points togit.saiden.dev✅.gitconfig— no refs ✅.ssh/config— no refs ✅git.saiden.dev✅app.ini—DOMAIN,SSH_DOMAIN,ROOT_URLall set togit.saiden.dev✅Needs fixing — Config files (active)
~/.gemrchttps://repos.saiden.dev/api/packages/madcat-os/rubygems~/.config/uv/uv.tomlhttps://repos.saiden.dev/api/packages/madcat-os/pypi/simple/~/.pypirchttps://repos.saiden.dev/api/packages/madcat-os/pypi~/.config/tea/config.ymlhttps://repos.saiden.dev(junkpile is fine, sin is stale)Needs fixing — Source code
opencode-plugin/src/tools/whoami.tsrepos.saiden.devNeeds fixing — Infrastructure
~/.cloudflared/config.ymlrepos.saiden.dev→ localhost:80. File header says "remotely managed via CF API" — may be informational only, but should be verified against the live CF tunnel config.SERVICE_FQDN_GITEA=repos.saiden.dev,COOLIFY_FQDN=repos.saiden.dev,COOLIFY_URL=http://repos.saiden.dev, plus traefik routing ruleHost(repos.saiden.dev). This is the Coolify project FQDN — needs updating in Coolify dashboard.Not actionable (logs/cache/history)
.npm/_logs/— old npm debug logs referencing the registry (will age out).bun/install/cache/— cached build of opencode-plugin (will refresh on next install).bash_historyon sin — historical commandsSummary
7 actionable items across 3 categories: 4 dotfile configs, 1 source code file (opencode-plugin), 2 infra items (cloudflared + Coolify). The Coolify FQDN (#7) is the most impactful — it controls how the reverse proxy routes to Gitea.