module
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Apr 21, 2022
License: MIT
Opens a new window with license information.
README
¶
fb2lib

This is a server for indexing and searching fb2-books at zip archives.
Quick start:
-
Put your archives with books into library folder
-
Create index:
docker run --rm -t --entrypoint=indexer \
-v $(pwd)/index:/var/index \
-v $(pwd)/logs:/var/logs \
-v $(pwd)/library:/var/library \
egnd/fb2lib -workers=4 -batchsize=300
- Create
docker-compose.yml:
version: "3.8"
services:
app:
image: egnd/fb2lib
ports:
- 8080:8080
volumes:
- ./index:/var/index:rw
- ./library:/var/library:rw
- Run server with:
docker-compose up
- Server is available at http://localhost:8080
Hints:
Directories
¶
Click to show internal directories.
Click to hide internal directories.