feat: add subscription auto-sync, node pools, docker deployment docs

This commit is contained in:
root
2026-03-31 06:59:40 +08:00
commit de558019bf
16 changed files with 70598 additions and 0 deletions

11
start.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
if [ ! -d venv ]; then
python3 -m venv venv
fi
source venv/bin/activate
pip install -r requirements.txt
python main.py