This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
1.3.0
NOTE: Update your Nginx config if deployed
SEE WIKI Page: https://github.com/boypt/simple-torrent/wiki/ReverseProxy#nginx
Add:
- Config option:
AllowRuntimeConfigure
(default: true) - Config option:
MaxConcurrentTask
(default: 0, unlimited) - Config option:
SeedTime
(default: 0, unlimited) - Realtime data can be transfered over Eventstream (original) or Websocket, the lighting bolt button at right top to swith on/off.
- Move torrents to
.trashTorrent
dir on deleting a task, instead of actually removal DoneCmd
environment variable addCLD_FILENUM
, file number count of the task- Listening Host aceepts unix sockets(
--host=unix:/run/cld.socks
) fix #110 - Enable Mmap storage on 64bit machines, could reduce IO pressure.
Removed:
- removed PendingBoot mechanism.
Modified:
DoneCMD
process output logs in realtime- Download section refresh manually
- Optimized UI loading process
- reverted jsonpatch lib which caused high cpu usage.
- Config option:
TrackerListURL
change toTrackerList
, allowing specifying trackers locally.