2023-02-28 00:15:03 +00:00
name : deluge
services :
2023-03-07 00:52:47 +00:00
deluge :
environment :
DELUGE_LOGLEVEL : error
PGID : $PGID
PUID : $PUID
TZ : $TZ
image : linuxserver/deluge:2.1.1
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : 256M
2023-03-07 00:52:47 +00:00
network_mode : bridge
ports :
- target : 8112
published : "8112"
protocol : tcp
- target : 6881
published : "6881"
protocol : tcp
- target : 6881
published : "6881"
protocol : udp
restart : unless-stopped
volumes :
- type : bind
source : /DATA/AppData/$AppID/config
target : /config
- type : bind
source : /DATA
target : /DATA
x-casaos :
2023-04-04 00:40:15 +00:00
envs :
- container : TZ
description :
2023-04-06 20:20:58 +00:00
en_us : TimeZone
zh_cn : 时区
2023-04-04 00:40:15 +00:00
- container : PUID
description :
2023-04-06 20:20:58 +00:00
en_us : Run Deluge as specified uid.
zh_cn : 以指定的 uid 运行 Deluge。
2023-04-04 00:40:15 +00:00
- container : PGID
description :
2023-04-06 20:20:58 +00:00
en_us : Run Deluge as specified gid.
zh_cn : 以指定的 gid 运行 Deluge。
2023-04-04 00:40:15 +00:00
- container : DELUGE_LOGLEVEL
description :
2023-04-06 20:20:58 +00:00
en_us : Deluge Log Level
zh_cn : Deluge 日志级别
2023-04-04 00:40:15 +00:00
index : /
port_map : "8112"
ports :
- container : "8112"
description :
2023-04-06 20:20:58 +00:00
en_us : WebUI HTTP Port
zh_cn : WebUI HTTP 端口
2023-03-09 00:45:48 +00:00
2023-04-04 00:40:15 +00:00
- container : "6881"
description :
2023-04-06 20:20:58 +00:00
en_us : Inbound torrent traffic (TCP)
zh_cn : 入站 torrent 流量( TCP)
2023-03-09 00:45:48 +00:00
2023-04-04 00:40:15 +00:00
- container : "6881"
description :
2023-04-06 20:20:58 +00:00
en_us : Inbound torrent traffic (UDP)
zh_cn : 入站 torrent 流量( UDP)
2023-04-04 00:40:15 +00:00
protocol : udp
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
volumes :
- container : /config
description :
2023-04-06 20:20:58 +00:00
en_us : Deluge config directory.
zh_cn : Deluge 配置目录。
2023-04-04 00:40:15 +00:00
- container : /DATA
description :
2023-04-06 20:20:58 +00:00
en_us : Deluge Accessible directory.
zh_cn : Deluge 可访问目录。
2023-04-04 00:40:15 +00:00
x-casaos :
architectures :
- amd64
- arm
- arm64
main : deluge
author : CasaOS Team
category : Downloader
description :
2023-04-06 20:20:58 +00:00
en_us : 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.
zh_cn : Deluge 包含 BitTorrent 客户端的常见功能, 如协议加密、DHT、本地对等发现( LSD) 、对等交换( PEX) 、UPnP、NAT-PMP、代理支持、Web 种子、全局和每个 torrent 速度限制。由于 Deluge 大量利用了 libtorrent 库,因此它具有提供的功能的详细列表。
2023-04-04 00:40:15 +00:00
developer : Deluge Team
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/icon.png
screenshot_link :
- 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
tagline :
2023-04-06 20:20:58 +00:00
en_us : A lightweight and free BitTorrent client.
zh_cn : 轻量级且免费的 BitTorrent 客户端。
2023-04-04 00:40:15 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/thumbnail.jpg
tips :
before_install :
2023-04-06 20:20:58 +00:00
en_us : |
2023-04-04 00:40:15 +00:00
Default Password : `deluge`
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
Default Accessible Path in Deluge
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
| Name | Value |
| --- | --- |
| DATA Path | `/DATA` |
| Downloads Path | `/DATA/Downloads` |
| Media Path | `/DATA/Media` |
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
The paths of other DATA subdirectories in CasaOS are also similar.
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
Please make sure you use the correct path when using Deluge.
2023-04-06 20:20:58 +00:00
zh_cn : |
2023-04-04 00:40:15 +00:00
默认密码:`deluge`
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
Deluge 中可访问的路径
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
| 名称 | 值 |
| --- | --- |
| DATA 路径 | `/DATA` |
| 下载路径 | `/DATA/Downloads` |
| 媒体路径 | `/DATA/Media` |
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
CasaOS 中其他 DATA 子目录的路径也类似。
2023-03-25 01:14:10 +00:00
2023-04-04 00:40:15 +00:00
请确保在使用 Deluge 时使用正确的路径。
title :
2023-04-06 20:20:58 +00:00
en_us : Deluge