← すべてのガイド
Kavita
A fast, feature-rich server for reading and organizing comics, manga, and ebooks from your own library across all your devices.
このガイドは上記リンク先にあるKavita公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Pull and run the Kavita container
Kavita publishes images to Docker Hub, GHCR, and LinuxServer.io; this is the DockerHub-based example.
docker run --name kavita -p 5000:5000 \ -v /your/manga/directory:/manga \ -v /your/storage/directory/kavita:/kavita/config \ --restart unless-stopped \ -e TZ=Your/Timezone \ -d jvmilazz0/kavita:latest2Complete the setup wizard
Open the web UI and follow the on-screen wizard to create your admin account and point Kavita at your library folders.
open http://localhost:5000