blob: 35839bc524c18062a8dc37d6db7a181859500969 (
plain)
1
2
3
4
5
6
7
|
- [ ] Merge torrent/docker-compose.yml into root docker-compose.yml (single compose file)
- [ ] Add mullvad check script (curl am.i.mullvad.net) inside the torrent container
- [ ] Replace dual compose files with a single torrent.sh wrapper script
- torrent.sh up [--dir /path] : check if mullvad-vpn is running, start if not, then start torrent container with download dir
- torrent.sh status : mullvad connection check + aria2p show
- torrent.sh down : stop everything
- keeps compose for container definitions, script handles orchestration and args
|