No description
- Python 79.4%
- HTML 12.7%
- JavaScript 5.2%
- CSS 2.2%
- Dockerfile 0.5%
|
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
|
||
|---|---|---|
| .devcontainer | ||
| .github/workflows | ||
| static | ||
| templates | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| cache.py | ||
| cors.py | ||
| Dockerfile | ||
| ip.py | ||
| limit.py | ||
| README.md | ||
| requirements.txt | ||
| serve.py | ||
| tjaf.py | ||
| tjagen.py | ||
tjaf
太鼓ウェブの曲データを管理します
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name tjaf-redis-debug \
--volume tjaf-redis-debug:/data \
--publish 6380:6379 \
redis
サーバーを起動します
CF_TURNSTILE_SITEKEY=0x4AAAAAADXwmIUiSK3hf71- CF_TURNSTILE_SECRET=0x4AAAAAADXwmI04gg-SG_r2kW6rIll06vw SONGS_DIR=~/taiko-web/public/songs REDIS_URI=redis://127.0.0.1:6380/ AI=1 fastapi dev --host 0.0.0.0