One of the popular uses of self hosted, is having a home media server for streaming your movies and series.
I've configured services like Deluge to download the media through PIA VPN with gluetun. This part is secure. HOWEVER...
I configured JellyFin to be able to stream remotely. To avoid reduced bandwidth, will not route this service with PIA VPN.
If I configure the Jellyfin service with a reverse proxy, and enable SSL with let's encrypt (Nginx PM):
- Is the data encrypted?
- will my ISP be able to know what movies or series are being streamed?
- will the remote user be able to determine my external IP address?
- will a DNS IP lookup (or another ways) identify my IP address?
Is this a correct approach, or should I go a different path?
Any help is appreciated.