From 45bb95fd4369fa8349a77b82bafbd18dfdb9098b Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sun, 6 Jul 2025 13:09:00 -0400 Subject: [PATCH] Update repository URLs to new Gitea location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update all git clone commands to use git.deco.sh/deco/ice - Update API documentation contact URL to Gitea repository - Change from github.com/derekslenk/ice to git.deco.sh/deco/ice - Rebuild TypeScript to update compiled swagger.js All documentation and scripts now point to the correct Gitea repository. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 +- docs/deployment-quickstart.md | 2 +- docs/deployment.md | 4 ++-- src/swagger.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08f969a..bf853b6 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ See `docs/deployment-quickstart.md` for a simplified deployment guide. 2. **Deploy your application:** ```bash - sudo git clone https://github.com/deco/ice.git /opt/icewatch + sudo git clone https://git.deco.sh/deco/ice.git /opt/icewatch cd /opt/icewatch sudo chown -R $USER:$USER /opt/icewatch npm install # This automatically builds CSS via postinstall diff --git a/docs/deployment-quickstart.md b/docs/deployment-quickstart.md index 2c8cce8..3e903e2 100644 --- a/docs/deployment-quickstart.md +++ b/docs/deployment-quickstart.md @@ -13,7 +13,7 @@ This is a simplified deployment guide for quickly setting up the Great Lakes Ice ```bash # Clone the repository -sudo git clone https://github.com/deco/ice.git /opt/icewatch +sudo git clone https://git.deco.sh/deco/ice.git /opt/icewatch cd /opt/icewatch # Set temporary ownership for build diff --git a/docs/deployment.md b/docs/deployment.md index bc1d8ae..768f116 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -20,7 +20,7 @@ This guide covers both automated and manual deployment options for the Great Lak 2. **Clone and setup the application:** ```bash - sudo git clone https://github.com/deco/ice.git /opt/icewatch + sudo git clone https://git.deco.sh/deco/ice.git /opt/icewatch cd /opt/icewatch sudo chown -R $USER:$USER /opt/icewatch npm install # This automatically builds CSS via postinstall @@ -120,7 +120,7 @@ sudo useradd --system --gid icewatch --create-home --home-dir /opt/icewatch --sh ```bash # Clone repository -sudo git clone https://github.com/deco/ice.git /opt/icewatch +sudo git clone https://git.deco.sh/deco/ice.git /opt/icewatch cd /opt/icewatch # Set temporary ownership for installation diff --git a/src/swagger.ts b/src/swagger.ts index 67279db..fce3c2e 100644 --- a/src/swagger.ts +++ b/src/swagger.ts @@ -21,7 +21,7 @@ const options: swaggerJsdoc.Options = { `, contact: { name: 'Great Lakes Ice Report', - url: 'https://github.com/deco/ice' + url: 'https://git.deco.sh/deco/ice' }, license: { name: 'MIT',