Merge branch 'smittix:main' into main

This commit is contained in:
Mitch Ross
2026-02-28 16:30:56 -05:00
committed by GitHub
34 changed files with 1251 additions and 353 deletions

View File

@@ -259,10 +259,13 @@ pip install -r requirements.txt
After installation:
```bash
sudo -E venv/bin/python intercept.py
sudo ./start.sh
# Custom port
INTERCEPT_PORT=8080 sudo -E venv/bin/python intercept.py
sudo ./start.sh -p 8080
# HTTPS
sudo ./start.sh --https
```
Open **http://localhost:5050** in your browser.