131 lines
3.1 KiB
JSON
131 lines
3.1 KiB
JSON
{
|
|
"version": "2.0",
|
|
"title": "Calibre-web",
|
|
"name": "calibre-web",
|
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/icon.png",
|
|
"tagline": "Web app for browsing, reading and downloading eBooks stored in a Calibre database",
|
|
"overview": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.",
|
|
"thumbnail": " https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/thumbnail.png",
|
|
"screenshots": [
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-1.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-2.png",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-3.png"
|
|
],
|
|
"category": [
|
|
"Media"
|
|
],
|
|
"developer": {
|
|
"name": "linuxserver",
|
|
"website": "https://github.com/linuxserver/docker-calibre-web",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"adaptor": {
|
|
"name": "CasaOS Team",
|
|
"website": "https://www.casaos.io",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"support": "https://discord.gg/knqAbbBbeX",
|
|
"website": "https://www.casaos.io",
|
|
"container": {
|
|
"image": "linuxserver/calibre-web:nightly-version-c0675497",
|
|
"shell": "sh",
|
|
"privileged": false,
|
|
"network_model": "bridge",
|
|
"web_ui": {
|
|
"http": "8083",
|
|
"path": "/"
|
|
},
|
|
"health_check": "",
|
|
"envs": [
|
|
{
|
|
"key": "PUID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "PGID",
|
|
"value": "1000",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "TZ",
|
|
"value": "Europe/London",
|
|
"description": "",
|
|
"configurable": "no"
|
|
},
|
|
{
|
|
"key": "DOCKER_MODS",
|
|
"value": "ghcr.io/linuxserver/mods:universal-calibre",
|
|
"description": "",
|
|
"configurable": "no"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"container": "8083",
|
|
"host": "8083",
|
|
"type": "tcp",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/config",
|
|
"host": "/DATA/AppData/$AppID/config",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
},
|
|
{
|
|
"container": "/books",
|
|
"host": "/DATA/Media/Books",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": ""
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 64,
|
|
"min_storage": 128
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": [],
|
|
"labels": [],
|
|
"host_name": "",
|
|
"cmd": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {
|
|
"before_install": [
|
|
{
|
|
"content": "UserName",
|
|
"value": "admin"
|
|
},
|
|
{
|
|
"content": "Password",
|
|
"value": "admin123"
|
|
}
|
|
]
|
|
},
|
|
"changelog": {
|
|
"latest_updates": "",
|
|
"url": ""
|
|
},
|
|
"latest_update_date": ""
|
|
} |