2022-08-16 08:01:49 +00:00
{
"version" : "2.0" ,
"title" : "Lazylibrarian" ,
"name" : "Lazylibrarian" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/icon.png" ,
"tagline" : "eBook Auto Downloader" ,
"overview" : "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." ,
2022-08-18 02:19:18 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/thumbnail.png" ,
2022-08-16 08:01:49 +00:00
"screenshots" : [
"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"
] ,
2022-08-17 08:14:51 +00:00
"category" : [
"Downloader"
] ,
2022-08-16 08:01:49 +00:00
"developer" : {
"name" : "Lazylibrarian Team" ,
"website" : "" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
"name" : "asaOS Team" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "" ,
"website" : "" ,
"container" : {
2022-08-18 02:08:32 +00:00
"image" : "linuxserver/lazylibrarian:latest" ,
2022-08-16 08:01:49 +00:00
"shell" : "sh" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "5299" ,
"path" : ""
} ,
"health_check" : "" ,
"envs" : [
2023-12-05 01:22:59 +00:00
{
"key" : "TZ" ,
"value" : "$TZ" ,
"configurable" : "no" ,
"description" : "TimeZone"
} ,
{
"key" : "PUID" ,
"value" : "$PUID" ,
"configurable" : "no" ,
"description" : "Run LazyLibrarian as specified uid."
} ,
{
"key" : "PGID" ,
"value" : "$PGID" ,
"configurable" : "no" ,
"description" : "Run LazyLibrarian as specified gid."
} ,
2022-08-16 08:01:49 +00:00
{
"key" : "DOCKER_MODS" ,
"value" : "linuxserver/calibre-web:calibre|linuxserver/mods:lazylibrarian-ffmpeg" ,
"description" : "" ,
"configurable" : "no"
}
] ,
"ports" : [
{
"container" : "5299" ,
"host" : "5299" ,
"type" : "tcp" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : ""
}
] ,
"volumes" : [
{
"container" : "/downloads" ,
"host" : "/DATA/Downloads" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
2023-12-05 01:22:59 +00:00
"configurable" : "advanced" ,
"description" : "LazyLibrarian downloads directory"
2022-08-16 08:01:49 +00:00
} ,
{
"container" : "/books" ,
2023-12-05 01:22:59 +00:00
"host" : "/DATA/Media/Books" ,
2022-08-16 08:01:49 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
2023-12-05 01:22:59 +00:00
"configurable" : "advanced" ,
"description" : "LazyLibrarian Books directory"
2022-08-16 08:01:49 +00:00
} ,
{
"container" : "/config" ,
"host" : "/DATA/AppData/lazylibrarian/config" ,
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
2023-12-05 01:22:59 +00:00
"description" : "LazyLibrarian Config directory"
2022-08-16 08:01:49 +00:00
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 128
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2022-08-16 08:01:49 +00:00
"labels" : [ ] ,
"host_name" : "Lazylibrarian" ,
"cmd" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : {
"before_install" : [ ]
} ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : ""
}