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.",
|
2021-12-27 10:12:56 +00:00
|
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/thumbnail.jpg",
|
2021-12-23 08:52:31 +00:00
|
|
|
"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"
|
|
|
|
],
|
2021-12-27 12:09:29 +00:00
|
|
|
"developer": {
|
|
|
|
"name": "qBittorrent",
|
|
|
|
"website": "https://www.qbittorrent.org/",
|
|
|
|
"donate_text": "",
|
|
|
|
"donate_link": ""
|
|
|
|
},
|
|
|
|
"adaptor": {
|
2021-12-23 08:52:31 +00:00
|
|
|
"name": "CasaOS Team",
|
|
|
|
"website": "https://www.casaos.io",
|
2021-12-27 12:09:29 +00:00
|
|
|
"donate_text": "",
|
2021-12-23 08:52:31 +00:00
|
|
|
"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": "/"
|
|
|
|
},
|
2021-12-23 11:50:02 +00:00
|
|
|
"health_check": "",
|
2021-12-23 08:52:31 +00:00
|
|
|
"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",
|
2021-12-27 08:08:45 +00:00
|
|
|
"host": "/DATA/AppData/$AppID/config",
|
2021-12-23 08:52:31 +00:00
|
|
|
"mode": "rw",
|
|
|
|
"allocation": "automatic",
|
|
|
|
"configurable": "no",
|
|
|
|
"description": "qBittorrent config directory."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"container": "/DATA",
|
2021-12-27 08:08:45 +00:00
|
|
|
"host": "/DATA",
|
2021-12-23 08:52:31 +00:00
|
|
|
"mode": "rw",
|
|
|
|
"allocation": "automatic",
|
|
|
|
"configurable": "advanced",
|
2021-12-23 09:02:41 +00:00
|
|
|
"description": "qBittorrent Accessible directory."
|
2021-12-23 08:52:31 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"devices": [],
|
|
|
|
"constraints": {
|
2021-12-23 11:50:02 +00:00
|
|
|
"min_memory": 256,
|
|
|
|
"min_storage": 1024
|
2021-12-23 08:52:31 +00:00
|
|
|
},
|
2021-12-23 09:33:25 +00:00
|
|
|
"restart_policy": "unless-stopped",
|
2021-12-23 08:52:31 +00:00
|
|
|
"sysctls": [],
|
|
|
|
"cap_add": {},
|
|
|
|
"labels": []
|
|
|
|
},
|
|
|
|
"abilities": {
|
|
|
|
"notification": false,
|
|
|
|
"widgets": false,
|
|
|
|
"authentication": false,
|
|
|
|
"search": false,
|
|
|
|
"upnp": false
|
|
|
|
},
|
|
|
|
"tips": {
|
2021-12-27 06:08:34 +00:00
|
|
|
"before_install": [
|
|
|
|
{
|
|
|
|
"content": "Default Account"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Username: ",
|
|
|
|
"value": "admin"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Password: ",
|
|
|
|
"value": "adminadmin"
|
2021-12-27 08:08:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Default Accessible Path in qBittorrent"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "DATA Path: ",
|
|
|
|
"value": "/DATA"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Downloads Path: ",
|
|
|
|
"value": "/DATA/Downloads"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Media Path: ",
|
|
|
|
"value": "/DATA/Media"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "The paths of other DATA subdirectories in CasaOS are also similar."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"content": "Please make sure you use the correct path when using qBittorrent."
|
2021-12-27 06:08:34 +00:00
|
|
|
}
|
|
|
|
]
|
2021-12-23 08:52:31 +00:00
|
|
|
},
|
|
|
|
"changelog": {
|
|
|
|
"latest_updates": "",
|
|
|
|
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt"
|
|
|
|
},
|
2021-12-27 08:08:45 +00:00
|
|
|
"latest_update_date": "1640592195"
|
2021-12-23 08:52:31 +00:00
|
|
|
}
|