0.0
No release in over 3 years
Low commit activity in last 3 years
An ebook library manager, with one-way kindle syncing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2
~> 1.6
~> 0.2.0
~> 1.2
 Project Readme

alexandria

A webapp for managing your ebook library.

First of all you will need the ebook-convert tool from Calibre on your $PATH, as this is used for converting between .mobi and .epub. Then, install with go get and see the options with alexandria --help. The url set for me should define links for IndieAuth.

$ go get alexandria
$ mkdir some-books-dir
$ alexandria \
    --db ./some-db-path \
    --books ./some-books-dir \
    --me https://john.example.com/ \
    --secret "$(head -c64 /dev/urandom | openssl base64)"
...