chore: repoint all repo links to the forge (tree-wide)
Some checks failed
CI/CD Pipeline / Backend Tests & AI Verification (push) Has been cancelled
CI/CD Pipeline / Frontend Tests & Build (push) Has been cancelled
CI/CD Pipeline / Security Scanning (javascript) (push) Has been cancelled
CI/CD Pipeline / Security Scanning (python) (push) Has been cancelled
Enhanced Security Scans / CodeQL Analysis (javascript) (push) Has been cancelled
Enhanced Security Scans / CodeQL Analysis (python) (push) Has been cancelled
Enhanced Security Scans / Dependency Security Scan (push) Has been cancelled
Enhanced Security Scans / Python Security Scan (Bandit) (push) Has been cancelled
Enhanced Security Scans / Semgrep Security Scan (push) Has been cancelled
Enhanced Security Scans / Frontend Security Scan (ESLint) (push) Has been cancelled
Enhanced Security Scans / Docker Security Scan (push) Has been cancelled
Enhanced Security Scans / Secrets Detection (push) Has been cancelled
Migration Drift Check / drift (push) Has been cancelled
DB Migrations / alembic-sqlite (3.10) (push) Has been cancelled
DB Migrations / alembic-sqlite (3.11) (push) Has been cancelled
DB Migrations / alembic-sqlite (3.12) (push) Has been cancelled
DB Migrations / alembic-postgres (3.10) (push) Has been cancelled
DB Migrations / alembic-postgres (3.11) (push) Has been cancelled
DB Migrations / alembic-postgres (3.12) (push) Has been cancelled
DB Migrations / drift-check (push) Has been cancelled
Generate SBOM / Generate Software Bill of Materials (push) Has been cancelled
Security Scans / CodeQL Analysis (javascript) (push) Has been cancelled
Security Scans / CodeQL Analysis (python) (push) Has been cancelled
Security Scans / Snyk Security Scan (push) Has been cancelled
Security Scans / Dependency Vulnerability Scan (push) Has been cancelled
Security Scans / Semgrep SAST (push) Has been cancelled
Security Scans / Bandit Python Security Scan (push) Has been cancelled
Security Scans / ESLint Security Scan (push) Has been cancelled
Security Scans / Docker Security Scan (push) Has been cancelled
Security Scans / Secrets Detection (push) Has been cancelled
CI/CD Pipeline / Deploy Preview (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
Enhanced Security Scans / Security Summary (push) Has been cancelled
DB Migrations / smoke-api (push) Has been cancelled
DB Migrations / smoke-api-postgres (push) Has been cancelled
Security Scans / Security Summary (push) Has been cancelled

Finish the mirror cleanup: every github.com/TLimoges33/LifeRPG reference across
CONTRIBUTING, docs, source, and plugin manifests now points to the Church forge.
Verified clean by full leak sweep (0 hits). churchofmalware.org
This commit is contained in:
diablo 2026-06-10 02:30:16 -04:00
parent 04bb0af5d4
commit 0f665c5f15
No known key found for this signature in database
GPG Key ID: 8019DF7A5C73BB5A
6 changed files with 12 additions and 12 deletions

View File

@ -20,7 +20,7 @@ Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing.
1. **Clone the repository**: 1. **Clone the repository**:
```bash ```bash
git clone https://github.com/TLimoges33/LifeRPG.git git clone https://git.churchofmalware.org/Diablo_Rain/LifeRPG.git
cd LifeRPG/modern cd LifeRPG/modern
``` ```
@ -208,8 +208,8 @@ export const HabitCard: React.FC<HabitCardProps> = ({ habit, onComplete }) => {
## Getting Help ## Getting Help
- **Discord**: Join our [community Discord](https://discord.gg/liferpg) (placeholder) - **Discord**: Join our [community Discord](https://discord.gg/liferpg) (placeholder)
- **Issues**: Check existing [GitHub Issues](https://github.com/TLimoges33/LifeRPG/issues) - **Issues**: Check existing [GitHub Issues](https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues)
- **Discussions**: Use [GitHub Discussions](https://github.com/TLimoges33/LifeRPG/discussions) for questions - **Discussions**: Use [GitHub Discussions](https://git.churchofmalware.org/Diablo_Rain/LifeRPG/discussions) for questions
## Recognition ## Recognition

View File

@ -537,7 +537,7 @@ export function initialize(context: PluginContext): void {
For API support and questions: For API support and questions:
- **Documentation**: https://liferpg.dev/docs - **Documentation**: https://liferpg.dev/docs
- **GitHub Issues**: https://github.com/TLimoges33/LifeRPG/issues - **GitHub Issues**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues
- **Community Discord**: https://discord.gg/liferpg (placeholder) - **Community Discord**: https://discord.gg/liferpg (placeholder)
## Changelog ## Changelog

View File

@ -342,7 +342,7 @@ LifeRPG is constantly evolving. Check back regularly for:
- **Documentation**: `/docs` folder in the project - **Documentation**: `/docs` folder in the project
- **API Reference**: `/docs/API_DOCUMENTATION.md` - **API Reference**: `/docs/API_DOCUMENTATION.md`
- **GitHub**: https://github.com/TLimoges33/LifeRPG - **GitHub**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG
- **Issues**: https://github.com/TLimoges33/LifeRPG/issues - **Issues**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues
Remember: Building better habits is a journey, not a destination. Be patient with yourself, celebrate small wins, and keep moving forward. LifeRPG is here to make that journey more engaging and rewarding! Remember: Building better habits is a journey, not a destination. Be patient with yourself, celebrate small wins, and keep moving forward. LifeRPG is here to make that journey more engaging and rewarding!

View File

@ -74,7 +74,7 @@ def custom_openapi_schema(app: FastAPI):
"description": "🤖 AI-powered habit management features", "description": "🤖 AI-powered habit management features",
"externalDocs": { "externalDocs": {
"description": "AI Documentation", "description": "AI Documentation",
"url": "https://github.com/TLimoges33/LifeRPG/blob/master/PHASE_3_AI_README.md" "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG/blob/master/PHASE_3_AI_README.md"
} }
}, },
{ {
@ -337,12 +337,12 @@ def setup_api_docs(app: FastAPI):
app.terms_of_service = "https://liferpg.com/terms" app.terms_of_service = "https://liferpg.com/terms"
app.contact = { app.contact = {
"name": "LifeRPG Support", "name": "LifeRPG Support",
"url": "https://github.com/TLimoges33/LifeRPG", "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG",
"email": "support@liferpg.com" "email": "support@liferpg.com"
} }
app.license_info = { app.license_info = {
"name": "MIT License", "name": "MIT License",
"url": "https://github.com/TLimoges33/LifeRPG/blob/master/LICENSE" "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG/blob/master/LICENSE"
} }
return app return app

View File

@ -131,7 +131,7 @@ services:
- name: backend - name: backend
source_dir: /modern/backend source_dir: /modern/backend
github: github:
repo: TLimoges33/LifeRPG repo: Diablo_Rain/LifeRPG
branch: main branch: main
build_command: pip install -r requirements.txt && python setup_ai.py build_command: pip install -r requirements.txt && python setup_ai.py
run_command: uvicorn app:app --host 0.0.0.0 --port $PORT run_command: uvicorn app:app --host 0.0.0.0 --port $PORT
@ -141,7 +141,7 @@ services:
- name: frontend - name: frontend
source_dir: /modern/frontend source_dir: /modern/frontend
github: github:
repo: TLimoges33/LifeRPG repo: Diablo_Rain/LifeRPG
branch: main branch: main
build_command: npm install && npm run build build_command: npm install && npm run build
run_command: serve -s build -l $PORT run_command: serve -s build -l $PORT

View File

@ -4,7 +4,7 @@
"version": "1.0.0", "version": "1.0.0",
"author": "LifeRPG Team", "author": "LifeRPG Team",
"description": "A Pomodoro timer plugin for LifeRPG that helps you stay focused and track your work sessions.", "description": "A Pomodoro timer plugin for LifeRPG that helps you stay focused and track your work sessions.",
"homepage": "https://github.com/TLimoges33/LifeRPG", "homepage": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG",
"targetApiVersion": "1.0", "targetApiVersion": "1.0",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"permissions": [ "permissions": [