CasaOS-Store/Apps/Calibre-web/appfile.json

131 lines
3.1 KiB
JSON
Raw Normal View History

2022-04-06 06:35:34 +00:00
{
"version": "2.0",
"title": "Calibre-web",
2022-04-06 07:59:48 +00:00
"name": "calibre-web",
2022-04-08 07:28:05 +00:00
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/icon.jpeg",
2022-04-06 06:35:34 +00:00
"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.",
2022-04-06 09:08:51 +00:00
"thumbnail": " https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/thumbnail.png",
2022-04-06 06:35:34 +00:00
"screenshots": [
2022-04-06 09:08:51 +00:00
"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"
2022-04-06 06:35:34 +00:00
],
"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": "lscr.io/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": "linuxserver/calibre-web: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": [],
2022-04-06 07:59:48 +00:00
"cap_add": {},
2022-04-06 06:35:34 +00:00
"labels": [],
"host_name": "",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": [
{
"content": "UserName",
"value": "admin"
},
{
"content": "Password",
2022-04-11 07:08:12 +00:00
"value": "admin123"
2022-04-06 06:35:34 +00:00
}
]
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}