Manage all your ebooks locally and send it to your reader! Install Bookery on your NAS (i.e. Synology) and drop all your epubs into the upload field. Bookery will extract the needed metadata (author, title, cover) and organize the needed folder structure. You can easily search all your books and send them with 2 clicks directly on your reader! - Works with Amazon Kindle!
- Update to Laravel 8
- Update Dependencies
- Fixed changes that came with buefy >0.9X
Make sure, you have following installed:
- Apache / NginX
- MySQL / MariaDB
- PHP 7.3+ & ZIP-Module
Install the requirements and setup in the following order:
-
composer install
-
rename .env.example to .env
-
php artisan key:generate
-
php artisan jwt:secret
-
php artisan storage:link
-
Setup your DB-Access in .env file
-
Setup Emailaccount in .env
-
php artisan migrate
-
npm install
-
npm run production
-
Configure Webserver or use artisan serve
-
Open /register and register your account
-
Login to your account - Done
Once you're logged-in, just drop your .epub-files in the Uploader. Bookery will upload and extract the files to save the metadata to the database.
Yes! Just enter your Kindle Mail-Address during registration and Bookery will send it it to your Kindle. No need to convert files, if you send the book als a .png-File. Amazon will do the converting for you.
Feel free to contribute or suggest new features!