Go to file
Sinuhe Tellez c09464abc7 update .gitignore 2021-05-06 00:38:14 -04:00
.github/workflows increase the number of os and arch to build in the release 2021-05-06 00:20:31 -04:00
opds organization: just create a opds package 2018-03-03 15:31:42 -05:00
.gitignore update .gitignore 2021-05-06 00:38:14 -04:00
.goreleaser.yml adding goarm 6 to gorelease 2021-05-06 00:33:57 -04:00
CHANGELOG.md updating changelog 2020-05-30 13:04:16 -04:00
LICENSE Initial commit 2017-03-03 21:05:37 -05:00
README.md readme: update overview 2021-05-05 22:20:30 -04:00
go.mod update go.mod 2020-01-19 22:05:41 -05:00
go.sum start using go modules 2019-03-09 20:58:13 -05:00
main.go we dont need filepath package 2020-05-30 12:45:33 -04:00

README.md

dir2opds - serve books from a directory

dir2opds inspects the given folder and serve an OPDS 1.1 compliant server.

Overview

There are good options to serve books using OPDS. Calibre is good for that but if your server is headless, install Calibre doesn't seem to be the best option.

That is why calibre2opds exists, but if you have too many books and you don't want to create a Calibre library dir2opds could help you to have an OPDS server from a directory with one condition:

  • A folder should have only folders or only files.

change log

Installation

go get -u github.com/dubyte/dir2opds

Usage

dir2opds -dir ./books -port 8080

Tested on:

  • Moon+ reader

More information

binary release