All Projects → Patrick-Vogt → bookery

Patrick-Vogt / bookery

Licence: MIT License
Manage all your ebooks and send them to your reader

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to bookery

Calibre
The official source code repository for the calibre ebook manager
Stars: ✭ 11,221 (+31960%)
Mutual labels:  ebook, epub, kindle, ebook-manager, ebooks
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+5.71%)
Mutual labels:  ebook, epub, kindle, ebooks
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+26948.57%)
Mutual labels:  ebook, epub, reader, kindle
Asciidoctor Epub3
📘 Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3 & KF8/MOBI
Stars: ✭ 166 (+374.29%)
Mutual labels:  ebook, epub, kindle, ebooks
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+8294.29%)
Mutual labels:  ebook, epub, reader
eBookDesignChecklist
A progressive web app to help you design eBooks
Stars: ✭ 15 (-57.14%)
Mutual labels:  ebook, epub, kindle
Lector
Qt based ebook reader
Stars: ✭ 1,218 (+3380%)
Mutual labels:  ebook, epub, reader
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+17365.71%)
Mutual labels:  ebook, epub, reader
Calibre Web
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
Stars: ✭ 5,616 (+15945.71%)
Mutual labels:  ebook, epub, ebook-manager
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+9817.14%)
Mutual labels:  ebook, epub, kindle
Blitz
An eBook Framework (CSS + template)
Stars: ✭ 179 (+411.43%)
Mutual labels:  ebook, epub, kindle
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+591.43%)
Mutual labels:  ebook, epub, ebooks
Save As Ebook
Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension
Stars: ✭ 959 (+2640%)
Mutual labels:  ebook, epub, ebooks
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (+531.43%)
Mutual labels:  ebook, epub, kindle
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+48.57%)
Mutual labels:  ebook, epub, reader
eBookReaderNX
A Nintendo Switch eBook Reader
Stars: ✭ 15 (-57.14%)
Mutual labels:  ebook, epub, reader
kthoom
Comic Book Reader in the Browser
Stars: ✭ 97 (+177.14%)
Mutual labels:  ebook, epub, ebooks
Epub Press Clients
📦 Clients for building books with EpubPress.
Stars: ✭ 370 (+957.14%)
Mutual labels:  ebook, epub, kindle
Kepubify
Fast, standalone EPUB to KEPUB converter CLI app / library (and a few other utilities).
Stars: ✭ 225 (+542.86%)
Mutual labels:  ebook, epub, ebooks
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (+22.86%)
Mutual labels:  ebook, epub, kindle

Bookery V2

GitHub issues GitHub forks GitHub stars GitHub license

Based on Vue + Laravel

alt text alt text

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!

Changelog

01.01.2021

  • Update to Laravel 8
  • Update Dependencies
  • Fixed changes that came with buefy >0.9X

Installation

Make sure, you have following installed:

  1. Apache / NginX
  2. MySQL / MariaDB
  3. PHP 7.3+ & ZIP-Module

Install the requirements and setup in the following order:

  1. composer install

  2. rename .env.example to .env

  3. php artisan key:generate

  4. php artisan jwt:secret

  5. php artisan storage:link

  6. Setup your DB-Access in .env file

  7. Setup Emailaccount in .env

  8. php artisan migrate

  9. npm install

  10. npm run production

  11. Configure Webserver or use artisan serve

  12. Open /register and register your account

  13. Login to your account - Done

Usage

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.

Does it work with my Amazon Kindle?

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.

Missing Feature?

Feel free to contribute or suggest new features!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].