diff --git a/www/public/robots.txt b/www/public/robots.txt index 2cfe3e3..11c3ac2 100644 --- a/www/public/robots.txt +++ b/www/public/robots.txt @@ -1,7 +1,7 @@ # Robots.txt for Gitea Mirror User-agent: * Allow: / -Sitemap: https://gitea-mirror.com/sitemap.xml +Sitemap: https://gitea-mirror.raylabs.io/sitemap.xml # Crawl-delay for responsible crawling User-agent: * diff --git a/www/public/sitemap.xml b/www/public/sitemap.xml index fbe0e33..e7ee30c 100644 --- a/www/public/sitemap.xml +++ b/www/public/sitemap.xml @@ -1,7 +1,7 @@ - https://gitea-mirror.com/ + https://gitea-mirror.raylabs.io/ 2025-01-08 weekly 1.0 diff --git a/www/src/layouts/UseCaseIndexLayout.astro b/www/src/layouts/UseCaseIndexLayout.astro index 9a7722c..392323e 100644 --- a/www/src/layouts/UseCaseIndexLayout.astro +++ b/www/src/layouts/UseCaseIndexLayout.astro @@ -7,7 +7,7 @@ const { content: { title = 'Use Case', description = 'Explore how Gitea Mirror helps engineering teams stay resilient.', - canonical = 'https://gitea-mirror.com/use-cases', + canonical = 'https://gitea-mirror.raylabs.io/use-cases', } } = Astro.props; --- diff --git a/www/src/layouts/UseCaseLayout.astro b/www/src/layouts/UseCaseLayout.astro index 75ddd81..b004b64 100644 --- a/www/src/layouts/UseCaseLayout.astro +++ b/www/src/layouts/UseCaseLayout.astro @@ -7,7 +7,7 @@ const { content: { title = 'Use Case', description = 'Explore how Gitea Mirror helps engineering teams stay resilient.', - canonical = 'https://gitea-mirror.com/use-cases', + canonical = 'https://gitea-mirror.raylabs.io/use-cases', } } = Astro.props; --- diff --git a/www/src/pages/comparison/github-backup-tools.mdx b/www/src/pages/comparison/github-backup-tools.mdx index b3793c9..c41496a 100644 --- a/www/src/pages/comparison/github-backup-tools.mdx +++ b/www/src/pages/comparison/github-backup-tools.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "GitHub Backup Tools Compared: Self-Hosted vs Cloud Solutions" description: "Compare Gitea Mirror with BackHub, Rewind, GitHub Enterprise Backup, and manual scripts. Choose the best GitHub backup solution for your needs." -canonical: "https://gitea-mirror.com/comparison/github-backup-tools/" +canonical: "https://gitea-mirror.raylabs.io/comparison/github-backup-tools/" --- # GitHub Backup Tools Compared: Finding the Right Solution diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index c65f4db..d6e3228 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -12,7 +12,7 @@ import FAQ from "../components/FAQ.astro"; import Footer from "../components/Footer.astro"; import { PromoBanner } from "../components/PromoBanner"; -const siteUrl = "https://gitea-mirror.com"; +const siteUrl = "https://gitea-mirror.raylabs.io"; const title = "GitHub Backup Tool | Self-Hosted Repository Backup to Gitea"; const description = "Automatically backup GitHub repos to your own Gitea server. Preserve issues, PRs, releases & wiki. Self-hosted, Docker-ready. Free alternative to cloud backup services."; diff --git a/www/src/pages/use-cases/backup-github-repositories.mdx b/www/src/pages/use-cases/backup-github-repositories.mdx index f0d191b..11821ec 100644 --- a/www/src/pages/use-cases/backup-github-repositories.mdx +++ b/www/src/pages/use-cases/backup-github-repositories.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Backup GitHub Repositories with Gitea Mirror" description: "Run a homelab-friendly playbook to mirror GitHub into self-hosted Gitea with automated schedules, health checks, and restore drills." -canonical: "https://gitea-mirror.com/use-cases/backup-github-repositories/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/backup-github-repositories/" --- # Backup GitHub Repositories with Gitea Mirror diff --git a/www/src/pages/use-cases/deploy-with-helm-chart.mdx b/www/src/pages/use-cases/deploy-with-helm-chart.mdx index 2b4862f..a143a8b 100644 --- a/www/src/pages/use-cases/deploy-with-helm-chart.mdx +++ b/www/src/pages/use-cases/deploy-with-helm-chart.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Deploy Gitea Mirror with the Helm Chart" description: "Install the Gitea Mirror backup service on Kubernetes with the official Helm chart, including secrets, persistence, and upgrade workflow." -canonical: "https://gitea-mirror.com/use-cases/deploy-with-helm-chart/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/deploy-with-helm-chart/" --- # Deploy Gitea Mirror with the Helm Chart diff --git a/www/src/pages/use-cases/github-backup-automation.mdx b/www/src/pages/use-cases/github-backup-automation.mdx index f4ba8cf..451a70e 100644 --- a/www/src/pages/use-cases/github-backup-automation.mdx +++ b/www/src/pages/use-cases/github-backup-automation.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Automate GitHub Backups" description: "Replace fragile cron scripts with scheduled mirrors, health checks, and logging that keep GitHub backups trustworthy." -canonical: "https://gitea-mirror.com/use-cases/github-backup-automation/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/github-backup-automation/" --- # Automate GitHub Backups diff --git a/www/src/pages/use-cases/index.mdx b/www/src/pages/use-cases/index.mdx index dc16fc0..cb0fe43 100644 --- a/www/src/pages/use-cases/index.mdx +++ b/www/src/pages/use-cases/index.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseIndexLayout.astro title: "Gitea Mirror Use Cases" description: "Homelab-friendly playbooks that keep GitHub repos mirrored inside Gitea without promising enterprise guarantees." -canonical: "https://gitea-mirror.com/use-cases/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/" --- import { ArrowRight, ShieldAlert, Sparkles, Home } from 'lucide-react'; diff --git a/www/src/pages/use-cases/preserve-github-history.mdx b/www/src/pages/use-cases/preserve-github-history.mdx index 1a92c6c..d6730cc 100644 --- a/www/src/pages/use-cases/preserve-github-history.mdx +++ b/www/src/pages/use-cases/preserve-github-history.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Preserve GitHub History Forever" description: "Archive commits, issues, releases, and LFS assets into Gitea so hobby projects survive account removals or repo deletions." -canonical: "https://gitea-mirror.com/use-cases/preserve-github-history/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/preserve-github-history/" --- # Preserve GitHub History Forever diff --git a/www/src/pages/use-cases/proxmox-lxc-homelab.mdx b/www/src/pages/use-cases/proxmox-lxc-homelab.mdx index c93b017..c24eefe 100644 --- a/www/src/pages/use-cases/proxmox-lxc-homelab.mdx +++ b/www/src/pages/use-cases/proxmox-lxc-homelab.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Self-Hosted GitHub Backup on Proxmox LXC | Gitea Mirror Homelab Setup" description: "Deploy a dedicated GitHub backup appliance in your Proxmox homelab using the one-line LXC installer. Automatic syncing, snapshot-ready, homelab-optimized." -canonical: "https://gitea-mirror.com/use-cases/proxmox-lxc-homelab/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/proxmox-lxc-homelab/" --- # Self-Hosted GitHub Backup on Proxmox LXC diff --git a/www/src/pages/use-cases/starred-repos-collection.mdx b/www/src/pages/use-cases/starred-repos-collection.mdx index 50c256d..6c54bee 100644 --- a/www/src/pages/use-cases/starred-repos-collection.mdx +++ b/www/src/pages/use-cases/starred-repos-collection.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Build a Starred Repo Collection" description: "Mirror your starred GitHub projects into a dedicated Gitea library so favorites remain available offline." -canonical: "https://gitea-mirror.com/use-cases/starred-repos-collection/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/starred-repos-collection/" --- # Build a Starred Repo Collection diff --git a/www/src/pages/use-cases/sync-github-to-self-hosted-gitea.mdx b/www/src/pages/use-cases/sync-github-to-self-hosted-gitea.mdx index 0a14516..af905c3 100644 --- a/www/src/pages/use-cases/sync-github-to-self-hosted-gitea.mdx +++ b/www/src/pages/use-cases/sync-github-to-self-hosted-gitea.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Sync GitHub to Your Self-Hosted Gitea" description: "Keep a homelab Gitea instance continuously updated with GitHub by using Gitea Mirror's discovery, scheduling, and metadata sync." -canonical: "https://gitea-mirror.com/use-cases/sync-github-to-self-hosted-gitea/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/sync-github-to-self-hosted-gitea/" --- # Sync GitHub to Your Self-Hosted Gitea diff --git a/www/src/pages/use-cases/vendor-lock-in-prevention.mdx b/www/src/pages/use-cases/vendor-lock-in-prevention.mdx index a7ab1bf..dba32ac 100644 --- a/www/src/pages/use-cases/vendor-lock-in-prevention.mdx +++ b/www/src/pages/use-cases/vendor-lock-in-prevention.mdx @@ -2,7 +2,7 @@ layout: ../../layouts/UseCaseLayout.astro title: "Stay Ready to Leave GitHub" description: "Use Gitea Mirror to keep an always-current fallback so policy or pricing changes at GitHub never stall your projects." -canonical: "https://gitea-mirror.com/use-cases/vendor-lock-in-prevention/" +canonical: "https://gitea-mirror.raylabs.io/use-cases/vendor-lock-in-prevention/" --- # Stay Ready to Leave GitHub