CasaOS-Store/Apps/Lazylibrarian/appfile.json

130 lines
3.4 KiB
JSON
Raw Normal View History

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": [
{
"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",
"configurable": "advanced",
"description": "LazyLibrarian downloads directory"
2022-08-16 08:01:49 +00:00
},
{
"container": "/books",
"host": "/DATA/Media/Books",
2022-08-16 08:01:49 +00:00
"mode": "rw",
"allocation": "automatic",
"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",
"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": [],
"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": ""
}