Coder Social home page Coder Social logo

booksing's Introduction

booksing

nerdy gopher

A tool to browse epubs.

Kind of inspired by https://github.com/geek1011/BookBrowser/

Installation

Download an appropriate release from the release page

DISCLAIMER

Please, please, please be careful. I'm pretty sure it shouldn't eat up your collection, but it might. If your are testing booksing, please copy your files into the import dir. Do not move them until you feel comfortable with booksing.

Features

  • Easy-to-use
  • List view
  • Automatic deletion of duplicates and unparsable epubs
  • Automatic sorting of books based on Author
  • Users meilisearch for blazing fast fuzzy search

Configuration

Set the following env vars to configure booksing:

env var default required purpose
BOOKSING_BINDADDRESS localhost:7132 The bind address, if external access is needed this should be changed to :7132
BOOKSING_BOOKDIR ./books/ The directory where books are stored after importing
BOOKSING_FAILDIR ./failed The directory where books are moved if the import fails
BOOKSING_IMPORTDIR ./import The directory where booksing will periodically look for books
BOOKSING_LOGLEVEL info determines the loglevel, supported values: error, warning, info, debug
BOOKSING_MAXSIZE 0 If set, any epub larger than this size in bytes will be automatically deleted, can be useful with limited diskspace
BOOKSING_TIMEZONE Europe/Amsterdam Timezone used for storing all time information
BOOKSING_MEILIADDRESS http://localhost:7700 Address to find meilisearch
BOOKSING_MEILISECRET "" Secret to connect to meilisearch

Example first run


$ mkdir booksing booksing/failed booksing/import booksing/db
$ cd booksing
$ wget 'https://github.com/gnur/booksing/releases/download/v9.0.5/booksing_9.0.5_linux_x86_64.tar.gz'
$ tar xzf booksing*
$ mkdir books db failed import
$ ./booksing &
$ mv ~/library/*.epub import/
# visit localhost:7132 to see the books in the interface

systemd unit file

There is an example systemd unit file available on the releases page, can also be found in includes/booksing.service

booksing's People

Contributors

gnur avatar pgaskin avatar geek1011 avatar wingysam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.