chore: repoint all repo links to the forge (tree-wide)
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
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:
@@ -74,7 +74,7 @@ def custom_openapi_schema(app: FastAPI):
|
||||
"description": "🤖 AI-powered habit management features",
|
||||
"externalDocs": {
|
||||
"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.contact = {
|
||||
"name": "LifeRPG Support",
|
||||
"url": "https://github.com/TLimoges33/LifeRPG",
|
||||
"url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG",
|
||||
"email": "support@liferpg.com"
|
||||
}
|
||||
app.license_info = {
|
||||
"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
|
||||
|
||||
@@ -131,7 +131,7 @@ services:
|
||||
- name: backend
|
||||
source_dir: /modern/backend
|
||||
github:
|
||||
repo: TLimoges33/LifeRPG
|
||||
repo: Diablo_Rain/LifeRPG
|
||||
branch: main
|
||||
build_command: pip install -r requirements.txt && python setup_ai.py
|
||||
run_command: uvicorn app:app --host 0.0.0.0 --port $PORT
|
||||
@@ -141,7 +141,7 @@ services:
|
||||
- name: frontend
|
||||
source_dir: /modern/frontend
|
||||
github:
|
||||
repo: TLimoges33/LifeRPG
|
||||
repo: Diablo_Rain/LifeRPG
|
||||
branch: main
|
||||
build_command: npm install && npm run build
|
||||
run_command: serve -s build -l $PORT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"version": "1.0.0",
|
||||
"author": "LifeRPG Team",
|
||||
"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",
|
||||
"minAppVersion": "1.0.0",
|
||||
"permissions": [
|
||||
|
||||
Reference in New Issue
Block a user