BookBounty Setup Guide - ajgillis04/GillisDockerDepot GitHub Wiki
BookBounty is a self-hosted book management and search application that helps you organize and search for books in your collection.
- Docker installed
- BookBounty container running in your Docker stack
- Open your browser and navigate to
http://<your-ip-address>:<port>
. - Log in with your BookBounty credentials.
- Follow the initial setup wizard to configure basic settings.
- Choose your preferred language for the BookBounty interface.
- Navigate to the
Libraries
tab. - Click
Add Library
. - Configure the library settings:
- Library Name: Give your library a meaningful name.
- Library Path: Enter the path to your book files.
- Click
Save
.
- Go to the
Indexers
tab. - Click
Add Indexer
. - Select the indexers you want to use and enter the necessary API keys or login credentials.
- Click
Save
.
- Navigate to the
Tags
tab. - Click
Add Tag
. - Configure the tag settings (e.g., genre, author).
- Click
Save
.
- Go to the
Settings
section. - Customize the settings according to your preferences (e.g., notification settings, appearance).
- Click
Save
.
- Ensure all paths and environment variables are updated in the
bookbounty.yaml
file. - Regularly backup your
config
directory to save your settings.
- Common Issues: List common issues and solutions.
- Logs: Check BookBounty logs for error messages.
- Support: Link to the BookBounty community and support resources.