Migrate repository from GitHub to Forgejo

🔄 Repository Migration:
- Migrated from GitHub to self-hosted Forgejo server
- Updated git remote to ssh://git@192.168.1.249:2230/megaproxy/Petbot.git
- Updated README.md with correct clone URL
- Removed GitHub-specific setup files (GITHUB_AUTH_SETUP.md, setup-github.sh)
- Cleaned up temporary debugging files from database fix

🏠 New Repository Location:
- Server: 192.168.1.249:2230 (Forgejo)
- Repository: megaproxy/Petbot
- All commit history and tags preserved

 Migration Complete:
- All commits successfully pushed to Forgejo
- Version tags (v0.1, v0.2.0) migrated
- Future commits will automatically push to Forgejo server

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
megaproxy 2025-07-14 12:26:50 +01:00
parent 86b5fa998c
commit d74c6f2897
3 changed files with 2 additions and 256 deletions

View file

@ -37,8 +37,8 @@ A feature-rich IRC bot that brings Pokemon-style pet collecting and battling to
### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/petbot.git
cd petbot
git clone ssh://git@192.168.1.249:2230/megaproxy/Petbot.git
cd Petbot
```
2. Install dependencies: