rename battleflow to encounterflow

This commit is contained in:
2025-11-20 16:55:03 +01:00
parent 722e9ccbd3
commit f1325f31e0
35 changed files with 22 additions and 22 deletions

View File

@@ -5,16 +5,16 @@ Refactored project layout (same features, cleaner code).
## Install & Run
```bash
pip install -e .
battleflow --host 0.0.0.0 --port 5050 --token YOURSECRET
encounterflow --host 0.0.0.0 --port 5050 --token YOURSECRET
```
Open:
- Admin: `http://HOST:PORT/admin?token=YOURSECRET`
- Board: `http://HOST:PORT/board?token=YOURSECRET`
## Data directories
Default data folder is `battleflow_data/`. If an older `initrack_data/` exists and `battleflow_data/` isn't present, it will be reused automatically (migration-by-reuse).
Default data folder is `encounterflow_data/`. If an older `initrack_data/` exists and `encounterflow_data/` isn't present, it will be reused automatically (migration-by-reuse).
```
battleflow_data/
encounterflow_data/
avatars/
icons/
state.json