To sync port forwarding from Gluetun to qbittorrent, the GSP=Qbittorrent-Gluetun-sync-port-mod is used (https://github.com/t-anc/GSP-Qbittorent-Gluetun-sync-port-mod).
- Move
gluetun-sync-port-mod/gluetun_config.toml.exampletogluetun-sync-port-mod/gluetun_config.toml - Generate a key with
openssl rand -base64 50. - Place that key in
gluetun-sync-port-mod\gluetun_config.tomland also in.env.
the gluetun_status service uses ./gluetun-status/app.py and runs a small flask app to get status info and build a simple webpage. You can insert this as an iframe on Homarr to see your VPN status.
- Look into hard-linking when working out your media mount points. It lets you essentially sym link files from your downloader to your media storage. Keeps you from doubling up on storage. There is some config on the *arr apps you need to do to make that work.
- First run will probably be an issue. After it is up, you will need to get into the various tools and get an API key to go into
.envfile. From there you can restart everything. - My setup uses ProtonVPN. If you use something different, look up the docs on Gluetun. And you'll need to customize the gluetun monitor (
./gluetun-status/app.py).
