Replace legacy branding with Kaizoku

This commit is contained in:
Codex
2026-08-09 13:42:51 +02:00
parent 95c9eca99f
commit fa7a922d13
15 changed files with 223 additions and 459 deletions
+9 -10
View File
@@ -1,6 +1,6 @@
# Kaizoku
Kaizoku is a local web app for searching, tracking, and downloading anime from Anikoto, AniNeko, and AnimePahe. It keeps the previous ani-cli-web style and management flows, but the downloader no longer uses `ani-cli`, `anipy-cli`, or AllManga/AllAnime.
Kaizoku is a local web app for searching, tracking, and downloading anime from Anikoto, AniNeko, and AnimePahe.
## Features
@@ -47,15 +47,14 @@ http://127.0.0.1:8421/
Useful environment variables:
- `ANI_CLI_WEB_HOST=0.0.0.0`
- `ANI_CLI_WEB_PORT=8421`
- `ANI_CLI_WEB_ALLOW_REMOTE=1`
- `ANI_CLI_WEB_AUTH_USERNAME=admin`
- `ANI_CLI_WEB_AUTH_PASSWORD=choose-a-long-random-password`
- `ANI_CLI_WEB_JOB_STDOUT=true`
- `ANI_CLI_WEB_STATE_ROOT=/path/to/state`
The `ANI_CLI_WEB_*` names are kept as compatibility aliases while the app transitions from the previous project.
- `KAIZOKU_HOST=0.0.0.0`
- `KAIZOKU_PORT=8421`
- `KAIZOKU_ALLOW_REMOTE=1`
- `KAIZOKU_AUTH_USERNAME=admin`
- `KAIZOKU_AUTH_PASSWORD=choose-a-long-random-password`
- `KAIZOKU_JOB_STDOUT=true`
- `KAIZOKU_STATE_ROOT=/path/to/state`
- `KAIZOKU_DOWNLOAD_DIR=/downloads`
## Docker