summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-03-22 01:05:15 +0800
committerYour Name <you@example.com>2026-03-22 01:05:15 +0800
commite598e731006fabe324e98762a29336760dfb2b5a (patch)
tree650f9141f7f59541e4771205fa2ebe051d01e9e1 /TODO
parentf6cdeabe2f57b97299308e16486958ed122315b9 (diff)
Add TODO with planned improvementsHEADmain
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'TODO')
-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