Notice: Upcoming Domain Migration for Our Gitea Instance
Please be advised that we have scheduled a domain migration programme for our Gitea instance to improve our brand identity and optimise service delivery.
Old Domain: git.onixbyte.com
New Domain: onixbyte.dev
Scheduled Date: Friday, 19 June 2026, 02:00 a.m. to 03:00 a.m.
What you need to do:
Following the migration, the old domain will automatically redirect to the new one via a permanent 301 redirect. However, to ensure uninterrupted access and avoid reliance on the redirection layer, please update your local Git remote URLs at your earliest convenience after the scheduled date.
- SSH Remote Update:
git remote set-url origin git@onixbyte.dev:username/repo.git
- HTTPS Remote Update:
git remote set-url origin https://onixbyte.dev/username/repo.git
Thank you for your continued support and cooperation during this transition.
公告:Gitea 实例域名更换计划
为了进一步提升品牌辨识度并优化服务体验,我们计划对现有的 Gitea 实例进行域名迁移。
原域名: git.onixbyte.com
新域名: onixbyte.dev
计划执行日期: 2026年6月19日(星期五)凌晨 02:00-03:00
您需要做什么:
迁移完成后,原域名将通过 301 永久重定向自动跳转至新域名。尽管如此,为了确保后续访问的稳定性并减少对重定向层的依赖,请您在计划执行后,尽早更新您本地仓库的远程连接地址(Remote URL)。
- SSH 变更命令:
git remote set-url origin git@onixbyte.dev:username/repo.git
- HTTPS 变更命令:
git remote set-url origin https://onixbyte.dev/username/repo.git
感谢您在此过渡期间的理解、支持与配合。