install.php: auto-detect site URL + simplified DB config + auto-configure process guardian

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Your Name
2026-05-21 05:42:55 +08:00
parent ae94101eb8
commit 55e14805de
24 changed files with 2268 additions and 182 deletions
-17
View File
@@ -1,17 +0,0 @@
name: Nexus Pre-commit Checks
on:
push:
branches: ["*"]
jobs:
quick-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install ruff
- name: Quick lint
run: ruff check server/ --select=E,F,W --diff