CasaOS-Store/Apps/qBittorrent/appfile.json

117 lines
3.6 KiB
JSON
Raw Normal View History

2021-12-23 08:52:31 +00:00
{
"version": "2.0",
"title": "qBittorrent",
"name": "qbittorrent",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/icon.png",
"tagline": "Free BitTorrent downloader",
"overview": "The qBittorrent project aims to provide an open-source software alternative to µTorrent.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/thumbnaill.jpg",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-2.jpg"
],
"category": [
"Downloader"
],
"author": {
"name": "CasaOS Team",
"role": "Adaptor",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "hotio/qbittorrent:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "8080",
"path": "/"
},
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "PUID",
"value": "$PUID",
"configurable": "no",
"description": "Run qBittorrent as specified uid."
},
{
"key": "PGID",
"value": "$PGID",
"configurable": "no",
"description": "Run qBittorrent as specified gid."
},
{
"key": "UMASK",
"value": "002",
"configurable": "no",
"description": "Run qBittorrent as specified UMASK."
}
],
"ports": [
{
"container": "8080",
"host": "8080",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
}
],
"volumes": [
{
"container": "/config",
"host": "$AppData/$AppName/config",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "qBittorrent config directory."
},
{
"container": "/DATA",
"host": "$DATA",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "qBittorrent managed directory."
}
],
"devices": [],
"constraints": {
"min_memory": "256",
"min_storage": "1024"
},
"restart_policy": "always",
"sysctls": [],
"cap_add": {},
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "adminadmin"
}
},
"changelog": {
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt"
},
"latest_update_date": "1640249508"
}