2021-04-10 10:16:29 +00:00
# Lazylibrarian is a program to follow authors and grab metadata for all your
# digital reading needs. It uses a combination of Goodreads Librarything and
# optionally GoogleBooks as sources for author info and book info. This
# container is based on the DobyTang fork.
source ./.env
docker run -d \
--name= lazylibrarian \
-e PUID = ${ PUID :- 1024 } ` # for GroupID` \
-e PGID = ${ PGID :- 100 } ` # for UserID` \
2021-04-13 00:58:58 +00:00
-e TZ = ${ TZ :- Europe /Amsterdam } ` # Specify a timezone to use for example Europe/Amsterdam` \
2021-04-10 10:16:29 +00:00
-e DOCKER_MODS = linuxserver/calibre-web:calibre| linuxserver/mods:lazylibrarian-ffmpeg ` # optional` `# Allows additional functionality to be added, e.g. the Calibredb import program (optional, more info below)` \
-p 5299:5299 ` # The port for the LazyLibrarian webinterface` \
-v ${ BASEDIR :- /volume1/docker } /lazylibrarian/config:/config ` # LazyLibrarian config` \
-v ${ BASEDIR :- /volume1/docker } /lazylibrarian/downloads:/downloads ` # Download location` \
-v ${ BASEDIR :- /volume1/docker } /lazylibrarian/books:/books ` # Books location` \
--restart unless-stopped \
ghcr.io/linuxserver/lazylibrarian