Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplewis/rglimpse
View the status of your rtorrent torrents at-a-glance on your mobile device.
https://github.com/mplewis/rglimpse
Last synced: 2 months ago
JSON representation
View the status of your rtorrent torrents at-a-glance on your mobile device.
- Host: GitHub
- URL: https://github.com/mplewis/rglimpse
- Owner: mplewis
- License: mit
- Created: 2021-09-12T03:07:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T10:31:02.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T10:08:26.194Z (7 months ago)
- Language: Vue
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# rglimpse
View the status of your [rtorrent](https://github.com/rakshasa/rtorrent) torrents at-a-glance on your mobile device.
# Usage
Start the Docker container with the following environment variables:
| Name | Required? | Default | Example | Description |
| ----------------------- | --------- | ---------------- | ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `RTORRENT_HOST` | yes | | `rtorrent.example.com` | The hostname of the rtorrent server |
| `RTORRENT_PORT` | no | `9080` | `4444` | The port of the rtorrent server |
| `RTORRENT_USERNAME` | yes | | `admin` | The username of the rtorrent RPC user |
| `RTORRENT_PASSWORD` | yes | | `swordfish` | The password of the rtorrent RPC user |
| `RTORRENT_HTTPS` | no | _HTTP_ | `true` | If set, uses HTTPS to connect to rtorrent |
| `HOST` | no | _all interfaces_ | `127.0.0.1` | The host on which the rglimpse app listens |
| `PORT` | no | `9081` | `5555` | The port of the rglimpse app |
| `MAX_CLIENTS` | no | `16` | `32` | The maximum number of workers to use when fetching detailed torrent info. Increasing this number can speed up refreshes but may stress your server. |
| `DEFAULT_INTERVAL_SECS` | no | `30` | `120` | How often to refresh torrent info, in seconds |