Remake Repository

This commit is contained in:
arch3rPro
2025-06-30 23:37:03 +08:00
parent d593e04bd7
commit e98d0faf79
420 changed files with 55489 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Transmission
Transmission is an open-source, high-performance BT/PT downloader with web interface support.
## Features
- High-performance BT/PT downloading, supports torrents and magnet links
- Web UI management (default port 9091)
- Multi-platform and multi-architecture support
- Automatic downloading, RSS, and watch directory support
- Lightweight and low resource usage
## Usage
1. After deployment, access `http://your-server-ip:9091` for the web UI
2. Add torrent or magnet links to start downloading
3. Download directory: `./downloads`
4. Watch directory: `./watch`
## Links
- [Official Website](https://transmissionbt.com/)
- [GitHub Project](https://github.com/transmission/transmission)
- [Official Documentation](https://github.com/transmission/transmission/wiki)
- [Docker Hub](https://hub.docker.com/r/linuxserver/transmission)