github zerx-lab/FluxDown server-v0.2.5-rc.6
FluxDown Server v0.2.5-rc.6

pre-releaseone month ago

0.2.5-rc.6 - 2026-07-31

🚀 新功能

  • 新增 BT 做种功能:下载完成后可继续做种,支持按总分享率、做种后分享率、做种时长、不活跃时长四项条件组合(且/或)判定是否达标,达标后可自动停止做种、删除任务或删除任务和文件;新增「任务完成后自动做种」开关(默认开启,可随时切换且实时生效)。
  • BT 做种支持上传限速:可分别为单个任务和整个下载队列设置独立的上传速度上限,并可设置最大同时做种任务数,超出上限的任务会自动排队,等待名额释放后继续做种。
  • 任务列表与详情面板新增上传速度、分享率与做种时长展示,做种时长在暂停或重启后不再丢失,可跨会话持续累计。
  • 支持为单个任务单独设置做种限制,可选择跟随全局设置、不限制或自定义(总分享率/做种后分享率/做种时长/不活跃时长)。
  • 支持重命名任务文件:Web 控制台新增右键重命名菜单与重命名对话框,重命名会同步迁移正在下载中的临时文件与 DASH 相关文件。
  • 新增 BT 重复种子检测:尝试添加已存在的种子时会提示对应的已有任务,不再显示为添加失败。

🐛 问题修复

  • 修复 Web 控制台通过局域网 IP 或非 HTTPS 明文地址访问时,登录失败、复制按钮无法使用的问题(常见于 NAS/Docker 部署场景)。
  • 修复部分下载链接经过重定向后文件名后缀被错误替换的问题,例如 GitHub 归档 zip/tar.gz 下载文件名异常。

0.2.5-rc.6 - 2026-07-31

🚀 Features

  • Added BT seeding: torrents can keep seeding after download completes, with configurable stop conditions (total share ratio, post-completion share ratio, seeding time, inactivity time, combinable with AND/OR); once met, seeding can auto-stop, or the task (optionally with its files) can be auto-deleted. Added an "auto-seed after completion" switch (on by default, takes effect immediately).
  • BT seeding now supports upload speed limits, configurable per task and for the whole queue, plus a maximum concurrent seeding tasks limit — tasks beyond the limit are automatically queued and resume once a slot frees up.
  • Task list and detail views now show upload speed, share ratio, and seeding time; seeding time no longer resets after a pause or restart and accumulates across sessions.
  • Per-task seeding limit overrides are now supported, letting a task follow the global setting, have no limit, or use custom values for total share ratio, post-completion share ratio, seeding time, and inactivity time.
  • Added task file renaming: the Web console now has a right-click rename menu and rename dialog; renaming also migrates in-progress temporary files and related DASH files.
  • Added BT duplicate torrent detection: adding a torrent that's already managed now surfaces the existing task instead of failing silently.

🐛 Bug Fixes

  • Fixed login and copy-button failures in the Web console when accessed over a LAN IP or plain HTTP (common in NAS/Docker deployments).
  • Fixed download filenames getting the wrong extension after certain redirects, e.g. GitHub archive zip/tar.gz downloads.

📦 直接下载运行(免 Docker)

平台 资产
Windows x64 / ARM64 FluxDown-Server-0.2.5-rc.6-windows-{x64,arm64}.zip
macOS Intel / Apple Silicon FluxDown-Server-0.2.5-rc.6-macos-{x64,arm64}.tar.gz
Linux x64 / ARM64(musl 静态链接,任意发行版可用) FluxDown-Server-0.2.5-rc.6-linux-{x64,arm64}.tar.gz
OpenWrt 软路由(x86_64 / aarch64 各子架构) fluxdown-server_0.2.5-rc.6_<arch>.ipk + luci-app-fluxdown_0.2.5-rc.6_all.ipk
QNAP NAS(QTS x86_64 / ARM64) FluxDown-Server-0.2.5-rc.6-qnap-{x64,arm64}.qpkg
群晖 NAS(DSM 7 / DSM 6,x86_64 / ARM64) FluxDown-Server-0.2.5-rc.6-synology-{dsm7,dsm6}-{x64,arm64}.spk

解压后直接运行 fluxdown-server(Windows 为 fluxdown-server.exe),浏览器访问 http://127.0.0.1:17800
首次启动会在终端打印管理 token,务必保存。文件校验见 SHA256SUMS.txt

OpenWrtopkg install fluxdown-server_*.ipk luci-app-fluxdown_*.ipk,LuCI「服务 → FluxDown」页管理,Web 界面在 http://路由器IP:17800。二进制含完整 Web UI(约 20MB+),需 overlay 空间充足的软路由设备。
QNAP:App Center → 手动安装 .qpkg(需在设置中允许安装未经验证的应用),装完点应用图标直达 Web 界面。
群晖:套件中心 → 手动安装 .spk(需在「设置 → 信任来源」允许任何发行者)。DSM 7.x 装 dsm7 包(以套件专属用户运行),DSM 6.x 装 dsm6 包;Intel/AMD 机型选 x64,ARM 机型(rtd1296/rtd1619b 等)选 arm64。装完在套件中心点「打开」直达 Web 界面(端口 17800)。

🐳 Docker(linux/amd64 · linux/arm64)

docker pull ghcr.io/zerx-lab/fluxdown-server:0.2.5-rc.6
docker run -d -p 17800:17800 -v fluxdown-data:/data \
  ghcr.io/zerx-lab/fluxdown-server:0.2.5-rc.6

Compose 部署见仓库 docker/docker-compose.yml。首次启动会在容器日志打印管理 token。

Don't miss a new FluxDown release

NewReleases is sending notifications on new releases.