Self-host with Docker ยท Yantr
deluge-autoclean
Deluge BitTorrent client with auto-cleanup of old downloads.
2
Ports
2
Notes
3
Use Cases
About
What deluge-autoclean does
A self-hosted Deluge BitTorrent client with automatic cleanup of downloads older than 30 days. A lightweight Alpine sidecar runs a daily job that removes expired files and empty directories. Features a plugin-based architecture with a web interface for managing torrents and monitoring activity.
Install Flow
How to self-host deluge-autoclean
deluge-autoclean can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what deluge-autoclean does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Download torrents.
- Auto-clean old files after 30 days.
- Self-host media downloads.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 8112 | HTTP | Web UI |
| 6881 | TCP | BitTorrent Peers |
Docker Image
linuxserver/deluge:latest
Service Name
deluge
Notes
Things to know before you deploy
- Default web UI password is 'deluge'.
- Change the default password after first login.
Related Apps
More tools you might pair with deluge-autoclean
Page generated 2026-07-27T04:28:00.415Z