{
    "version": "2.0",
    "title": "Deluge",
    "name": "deluge",
    "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/icon.png",
    "tagline": "A lightweight and free BitTorrent client.",
    "overview": "Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. As Deluge heavily utilises the ​libtorrent library it has a comprehensive list of the ​features provided.",
    "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/thumbnail.jpg",
    "screenshots": [
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-1.jpg",
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-2.jpg",
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-3.jpg",
        "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-4.jpg"
    ],
    "category": [
        "Downloader"
    ],
    "developer": {
        "name": "Deluge Team",
        "website": "https://deluge-torrent.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": "linuxserver/deluge:latest",
        "shell": "bash",
        "privileged": false,
        "network_model": "bridge",
        "web_ui": {
            "http": "8112",
            "path": "/"
        },
        "health_check": "",
        "envs": [
            {
                "key": "TZ",
                "value": "$TZ",
                "configurable": "no",
                "description": "TimeZone"
            },
            {
                "key": "PUID",
                "value": "$PUID",
                "configurable": "no",
                "description": "Run Deluge as specified uid."
            },
            {
                "key": "PGID",
                "value": "$PGID",
                "configurable": "no",
                "description": "Run Deluge as specified gid."
            },
            {
                "key": "DELUGE_LOGLEVEL",
                "value": "error",
                "configurable": "no",
                "description": "Deluge Log Level "
            }
        ],
        "ports": [
            {
                "container": "8112",
                "host": "8112",
                "type": "tcp",
                "allocation": "preferred",
                "configurable": "advanced",
                "description": "WebUI HTTP Port"
            },
            {
                "container": "6881",
                "host": "6881",
                "type": "tcp",
                "allocation": "preferred",
                "configurable": "advanced",
                "description": "Inbound torrent traffic (TCP)"
            },
            {
                "container": "6881",
                "host": "6881",
                "type": "udp",
                "allocation": "preferred",
                "configurable": "advanced",
                "description": "Inbound torrent traffic (UDP)"
            }
        ],
        "volumes": [
            {
                "container": "/config",
                "host": "/DATA/AppData/$AppID/config",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "no",
                "description": "Deluge config directory."
            },
            {
                "container": "/DATA",
                "host": "/DATA",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "advanced",
                "description": "Deluge 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 Password: ",
                "value": "deluge"
            },
            {
                "content": ""
            },
            {
                "content": "Default Accessible Path in Deluge"
            },
            {
                "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 Deluge."
            }
        ]
    },
    "changelog": {
        "latest_updates": "",
        "url": ""
    },
    "latest_update_date": "1640250092"
}