No description
Find a file
yuuki 06f69d0b4c
Some checks are pending
Build and Push Docker Image to GHCR / build-and-push (push) Waiting to run
ランキングのフォーマット更新
2025-10-23 12:11:12 +09:00
.devcontainer Dockerの環境を整備 2025-10-06 12:50:43 +09:00
.github/workflows Dockerの環境を整備 2025-10-06 12:50:43 +09:00
static 細かい調整 2025-10-20 18:37:09 +09:00
templates ランキングのフォーマット更新 2025-10-23 12:11:12 +09:00
.dockerignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
.gitignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
app.py ユーザーランキングの追加 2025-10-23 12:01:16 +09:00
cache.py 最適化 2025-10-13 07:28:30 +09:00
cors.py 最適化 2025-10-13 07:28:30 +09:00
Dockerfile LegacyKeyValueFormatなおす 2025-10-12 23:45:27 +09:00
limit.py 最適化 2025-10-13 07:28:30 +09:00
README.md ランキングを実装してみる 2025-10-23 11:10:32 +09:00
requirements.txt pur 2025-10-13 00:26:19 +09:00
serve.py 最適化 2025-10-13 07:28:30 +09:00
tjaf.py ミスってね 2025-10-07 01:12:56 +09:00

tjaf

太鼓ウェブのデータを管理します

デバッグの開始

依存関係をインストールします

pip install -r requirements.txt

データベースを起動します

docker run --detach \
  --name tjaf-redis-debug \
  --volume tjaf-redis-debug:/data \
  --publish 4001:6379 \
  redis

サーバーを起動します

SONGS_DIR=~/taiko-web/public/songs MONGO_URI=mongodb://127.0.0.1:1001/ REDIS_URI=redis://127.0.0.1:4001/ fastapi dev --host 0.0.0.0 --port 4000

デプロイ

今すぐデプロイ!