My Valve Index is my Beatsaber machine. Half Life Alyx is great, too.
Zeku
joined 2 years ago
Traefik. Once you set it up (which granted can take a few hours if you're new) its as easy as adding 4 lines of code to your compose file to add a new service. I started with NPM but I don't regret switching to Traefik at all.
I heard caddy is cool, too.
Thanks for the post, I didn't know about that at all.
Privacy Guides are recommending IVPN: Link
I think I will be switching there. Any experiences with their service?
If you happen to use gluetun (great project btw) you can use the environment property
VPN_PORT_FORWARDING=on
and a volume mapping to/tmp/gluetun/forwarded_port
to obtain the port number from the container. Then with the bittorrent-port-forward-file container (Link) you can automatically set the port from the file to qbittorrent.I use this with ProtonVPN and it works like a charm.
Here the relevant parts of my docker compose file:
The file containing the port number sits at
./port-forwarding/forwarded_port
on the host (you may need to create the empty file before first usage).See gluetun wiki here: Link