web EPUB reader using EPUB.js, Bootstrap, and Calibre.
|
7 months ago | |
---|---|---|
css | 7 months ago | |
db | 2 years ago | |
img | 2 years ago | |
js | 7 months ago | |
lib | 7 months ago | |
sessions | 1 year ago | |
themes | 7 months ago | |
.gitignore | 7 months ago | |
COPYING | 1 year ago | |
README.md | 11 months ago | |
backend.php | 7 months ago | |
config.php-dist | 1 year ago | |
db.php | 1 year ago | |
index.php | 7 months ago | |
login.php | 7 months ago | |
logout.php | 1 year ago | |
manifest.json | 2 years ago | |
offline.html | 11 months ago | |
read.html | 7 months ago | |
schema.sql | 1 year ago | |
sessions.php | 1 year ago | |
useradm.php | 10 months ago | |
worker.js | 7 months ago |
web EPUB reader using EPUB.js, Bootstrap, and Calibre.
See here: https://git.tt-rss.org/fox/the-epube/wiki/Home
Initialize scratch.db
sqlite3 db/scratch.db < schema.sql
Ensure both scratch.db
and its containing folder (i.e. db/
) are writable by the
application, normally this means chown-ing them as www-data
or whatever user your httpd is running under.
chown www-data db/ db/scratch.db
Copy config.php-dist
to config.php
and edit path to Calibre, etc.
Setup users via useradm.php (command line)
When upgrading from an older Git snapshot which used HTTP Authentication:
GNU GPL version 3.