|
1 | 1 | --- |
2 | 2 | title: aMuTorrent |
3 | | -description: Unified web interface for aMule, rTorrent, and qBittorrent with real-time updates |
| 3 | +description: Unified web interface for aMule, rTorrent, qBittorrent, Deluge, and Transmission with real-time updates |
4 | 4 | template: splash |
5 | 5 | hero: |
6 | | - tagline: A modern, unified web interface for managing aMule, rTorrent, and qBittorrent downloads with real-time updates, category management, and integrations with Sonarr, Radarr, and Prowlarr. |
| 6 | + tagline: A modern, unified web interface for managing aMule, rTorrent, qBittorrent, Deluge, and Transmission downloads with real-time updates, category management, and integrations with Sonarr, Radarr, and Prowlarr. |
7 | 7 | image: |
8 | 8 | file: ../../assets/logo.png |
9 | 9 | actions: |
@@ -48,23 +48,23 @@ import Carousel from '../../components/Carousel.astro'; |
48 | 48 |
|
49 | 49 | <CardGrid> |
50 | 50 | <Card title="Multi-Client Support" icon="puzzle"> |
51 | | - Manage aMule (ED2K), rTorrent, and qBittorrent from a single interface. View unified download queues, shared files, and upload activity. |
| 51 | + Manage aMule (ED2K), rTorrent, qBittorrent, Deluge, and Transmission from a single interface. Run multiple instances of each client simultaneously. |
| 52 | + </Card> |
| 53 | + <Card title="User Management" icon="open-book"> |
| 54 | + Multi-user authentication with capability-based permissions. Control who can add, edit, or delete downloads. Trusted proxy SSO support. |
52 | 55 | </Card> |
53 | 56 | <Card title="Real-Time Updates" icon="rocket"> |
54 | 57 | WebSocket-powered live updates for download progress, speeds, and peer information. No page refreshes needed. |
55 | 58 | </Card> |
56 | 59 | <Card title="Category Management" icon="list-format"> |
57 | | - Organize downloads with categories. Automatic path assignment and category-based file organization. |
| 60 | + Organize downloads with categories. Automatic path assignment and category-based file organization across all clients. |
58 | 61 | </Card> |
59 | 62 | <Card title="Arr Integration" icon="setting"> |
60 | 63 | Native integration with Sonarr, Radarr, and Prowlarr. Search for content and auto-trigger missing episode/movie searches. |
61 | 64 | </Card> |
62 | 65 | <Card title="Push Notifications" icon="approve-check"> |
63 | 66 | Get notified via Discord, Telegram, Slack, Pushover, ntfy, and 80+ other services using Apprise integration. |
64 | 67 | </Card> |
65 | | - <Card title="GeoIP Mapping" icon="star"> |
66 | | - Visualize peer locations with MaxMind GeoIP integration. See where your downloads are coming from. |
67 | | - </Card> |
68 | 68 | </CardGrid> |
69 | 69 |
|
70 | 70 | <div class="carousel-container carousel-mobile" id="mobile-carousel"> |
|
0 commit comments