rockavoldy/dir2opds

By rockavoldy

Updated almost 2 years ago

Serve an OPDS based on a directory

Image
Integration & delivery
Web servers
0

1.7K

rockavoldy/dir2opds repository overview

How to run

docker run \
	-d \
	-m 256MB \
	--restart always \
	-p 8080:8080 \
	-v ./books:/books \
	--name dir2opds \
	rockavoldy/dir2opds:latest
  • Listen address exposed from the app is "0.0.0.0:8080"
  • Volume inside container that will be used to list all books is "/books", so make sure you have mapping the volume to correct path

Tag summary

Content type

Image

Digest

sha256:6828d18a3

Size

5 MB

Last updated

almost 2 years ago

docker pull rockavoldy/dir2opds