{
    "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/thumbnail.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"
    ],
    "developer": {
        "name": "qBittorrent",
        "website": "https://www.qbittorrent.org/",
        "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": "hotio/qbittorrent:latest",
        "shell": "bash",
        "privileged": false,
        "network_model": "bridge",
        "web_ui": {
            "http": "8080",
            "path": "/"
        },
        "health_check": "",
        "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": "/DATA/AppData/$AppID/config",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "no",
                "description": "qBittorrent config directory."
            },
            {
                "container": "/DATA",
                "host": "/DATA",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "advanced",
                "description": "qBittorrent Accessible directory."
            }
        ],
        "devices": [],
        "constraints": {
            "min_memory": 256,
            "min_storage": 1024
        },
        "restart_policy": "unless-stopped",
        "sysctls": [],
        "cap_add": [],
        "labels": []
    },
    "abilities": {
        "notification": false,
        "widgets": false,
        "authentication": false,
        "search": false,
        "upnp": false
    },
    "tips": {
        "before_install": [
            {
                "content": "Default Account"
            },
            {
                "content": "Username: ",
                "value": "admin"
            },
            {
                "content": "Password: ",
                "value": "adminadmin"
            },
            {
                "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."
            }
        ]
    },
    "changelog": {
        "latest_updates": "",
        "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/changelog.txt"
    },
    "latest_update_date": "1640592195"
}