seedbox/README.md

23 lines
696 B
Markdown
Raw Normal View History

2023-04-28 08:45:40 -06:00
## Your Perfect Self-hosted Seedbox to Torrent at Home
2023-04-28 08:43:05 -06:00
2023-04-28 08:45:40 -06:00
A simply way to download Torrent Files over using a WireGuard VPN config
2023-04-28 08:43:05 -06:00
### Software Used
* rTorrent
* Flood rTorrent UI
2023-04-28 08:45:40 -06:00
* WireGuard
2023-04-28 08:43:05 -06:00
2023-04-28 08:45:40 -06:00
### Before you get started ###
Replace ```wg0.conf``` with the config from your VPN provider
2023-04-28 08:43:05 -06:00
### Starting the Container
```
docker-compose up -d
```
### Accessing the UI
Open your browser to ```http://0.0.0.0:3000```
### Configuring Flood
When you first login Flood, it will ask you to enter a ```username``` and ```password```. Then it will ask you how to connect to rTorrent. For ```rTorrent Host```, enter ```127.0.0.1```. Enter ```5000``` for ```rTorrent Port``` and click ```Create Account```.