summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..35839bc
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
1- [ ] Merge torrent/docker-compose.yml into root docker-compose.yml (single compose file)
2- [ ] Add mullvad check script (curl am.i.mullvad.net) inside the torrent container
3- [ ] Replace dual compose files with a single torrent.sh wrapper script
4 - torrent.sh up [--dir /path] : check if mullvad-vpn is running, start if not, then start torrent container with download dir
5 - torrent.sh status : mullvad connection check + aria2p show
6 - torrent.sh down : stop everything
7 - keeps compose for container definitions, script handles orchestration and args