Update repository URLs to new Gitea location

- 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 <noreply@anthropic.com>
This commit is contained in:
Claude Code 2025-07-06 13:09:00 -04:00
parent 84b0fe9e93
commit 45bb95fd43
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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',