1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
Calibre-web package for YunoHost
Find a file
2018-12-16 18:04:24 +01:00
conf backup & restore script - init 2018-12-16 17:54:14 +01:00
scripts backup & restore script - init 2018-12-16 17:54:14 +01:00
src/calibreweb backup & restore script - init 2018-12-16 17:54:14 +01:00
.gitignore Initial Commit 2018-12-08 16:09:27 +01:00
.project Commit src 2018-12-12 22:36:05 +01:00
LICENSE Initial commit 2018-12-08 15:02:51 +01:00
manifest.json Correct default directory 2018-12-16 14:26:10 +01:00
README.md Update README.md 2018-12-16 18:04:24 +01:00

Calibre-web for YunoHost

Install calibreweb with YunoHost

This package allow you to install calibreweb quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

This is an implementation of Calibre-web for Yunohost.

Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.

This software is a fork of library and licensed under the GPL v3 License.

Shipped version: To be 1.0, let's say 0.9 :)

Screenshots

screenshot

Limitations

  • No LDAP support
  • access to library to be done manually after install if Calibre library was already existing, for example :
chown -R calibreweb: path/to/library
or
chmod o+rw path/to/library

Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/Krakinou/calibreweb_ynh/tree/Testing --debug
or
sudo yunohost app upgrade calibreweb -u https://github.com/Krakinou/calibreweb_ynh/tree/Testing --debug