Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/965750d733b051cf3f3cb4d98bc9394ab581b2aa
You should set ROOT_URL correctly, otherwise the web may not work correctly.
@ -200,11 +200,12 @@ Choose your method (select a tab) and copy/paste the script in the new window th
Replace `/mnt/user/data/scripts/` in the script with the path you have chosen for the Python script.
- `days_from` => Set Number of Days to stop torrents **from** for the move.
- `days_to` => Set Number of Days to stop torrents **to** for the move.
- `host` => The URL you use to access qBittorrent locally.
- `user` => Your used qBittorrent `User Name` if you have authentication enabled.
- `password` => Your used qBittorrent `Password` if you have authentication enabled.
- `--days_from` => Set Number of Days to stop torrents **from** for the move.
- `--days_to` => Set Number of Days to stop torrents **to** for the move.
- `--host` => Replace ip with your unraid server ip, replace port with your webgui port you use to access the webgui.
- `--user` => Your used qBittorrent `User Name` if you have authentication enabled.
- `--password` => Your used qBittorrent `Password` if you have authentication enabled.
- `--cache-mount` => Cache mount point in Unraid. This is used to additionally filter for only torrents that exists on the cache mount. Use this option ONLY if you follow TRaSH Guides folder structure. (For default cache drive set this to `/mnt/cache`)