86 lines
2.9 KiB
YAML
86 lines
2.9 KiB
YAML
name: lazylibrarian
|
||
services:
|
||
lazylibrarian:
|
||
environment:
|
||
DOCKER_MODS: linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg
|
||
PGID: "1000"
|
||
PUID: "1000"
|
||
TZ: Europe/London
|
||
image: linuxserver/lazylibrarian:version-a7d5948a
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: 64M
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 5299
|
||
published: "5299"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/Downloads
|
||
target: /downloads
|
||
- type: bind
|
||
source: /path/to/data
|
||
target: /books
|
||
- type: bind
|
||
source: /DATA/AppData/lazylibrarian/config
|
||
target: /config
|
||
x-casaos:
|
||
author: CasaOS Team
|
||
category: Downloader
|
||
container:
|
||
envs:
|
||
- container: PUID
|
||
description:
|
||
en_US: ""
|
||
- container: PGID
|
||
description:
|
||
en_US: ""
|
||
- container: TZ
|
||
description:
|
||
en_US: ""
|
||
- container: DOCKER_MODS
|
||
description:
|
||
en_US: ""
|
||
port_map: "5299"
|
||
ports:
|
||
- container: "5299"
|
||
description:
|
||
en_US: ""
|
||
|
||
volumes:
|
||
- container: /downloads
|
||
description:
|
||
en_US: ""
|
||
- container: /books
|
||
description:
|
||
en_US: ""
|
||
- container: /config
|
||
description:
|
||
en_US: ""
|
||
description:
|
||
en_US: 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.
|
||
zh_CN: Lazylibrarian是一个程序,用于跟踪作者并获取所有数字阅读需求的元数据。它使用Goodreads Librarything和可选的GoogleBooks作为作者信息和书籍信息的来源。此容器基于DobyTang分支。
|
||
developer: Lazylibrarian Team
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-2.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-3.png
|
||
tagline:
|
||
en_US: eBook Auto Downloader
|
||
zh_CN: eBook自动下载器
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Lazylibrarian
|
||
zh_CN: Lazylibrarian
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: lazylibrarian
|