From e598e731006fabe324e98762a29336760dfb2b5a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Mar 2026 01:05:15 +0800 Subject: Add TODO with planned improvements Co-Authored-By: Claude Opus 4.6 (1M context) --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..35839bc --- /dev/null +++ b/TODO @@ -0,0 +1,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 -- cgit