Package Details: elibsrv 20170325-1

Git Clone URL: https://aur.archlinux.org/elibsrv.git (read-only, click to copy)
Package Base: elibsrv
Description: a light OPDS library server for EPUB and PDF ebooks
Upstream URL: http://elibsrv.sourceforge.net/
Keywords: ebooks elibsrv opds
Licenses: GPL
Submitter: captn3m0
Maintainer: captn3m0
Last Packager: captn3m0
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-01 20:28 (UTC)
Last Updated: 2017-10-01 22:11 (UTC)

Latest Comments

m040601 commented on 2025-05-23 21:00 (UTC)

Upstream URL: http://elibsrv.sourceforge.net/

Should be changed to https,

$ curl -IL http://elibsrv.sourceforge.net/

HTTP/1.1 301 Moved Permanently
Location: https://elibsrv.sourceforge.net/

eliran commented on 2024-09-30 17:33 (UTC)

This package can also be run using nginx and php-fpm servers packages. Take care to enable autoloading of the 'exif', 'sqlite3' and 'gd' extensions in php.ini

eliran commented on 2024-09-30 16:00 (UTC) (edited on 2024-09-30 16:01 (UTC) by eliran)

To the PKGBUILD maintainer:

The touch command for "$pkgdir/var/lib/elibsrv.db" in the PKGBUILD seems unnecessary especially when the default directory (dbfile) in the configuration file is set to /var/lib/elibsrv/elibsrv.db via sed in the PKGBUILD. The backend creates a non-existent database path automatically. Please remove or modify it to suit.

captn3m0 commented on 2017-10-01 20:30 (UTC)

This installs the `elibsrv` binary, as well as the frontend component in the /usr/share/webapps/elibsrv, which you'll need to serve with your webserver. See https://wiki.archlinux.org/index.php/PhpMyAdmin for some ideas.