2021-12-27 07:55:29 +00:00
{
"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." ,
2021-12-27 10:12:56 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/thumbnail.jpg" ,
2021-12-27 07:55:29 +00:00
"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"
] ,
2021-12-27 12:09:29 +00:00
"developer" : {
"name" : "Deluge Team" ,
"website" : "https://deluge-torrent.org/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
2021-12-27 07:55:29 +00:00
"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" : [
{
2021-12-27 10:56:21 +00:00
"content" : "Default Password: " ,
2021-12-27 07:55:29 +00:00
"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"
}