-
How to setup reverse proxy for jellyfin-vueJellyfin has many reverse proxy config tutorial for different proxy server in their documents. Does jellyfin-vue uses the same setup like jellyfin-web when using reverse proxy server like Nginx? How to migrate reverse proxy setup from jellyfin-webCurrently I use nginx to forward requests to Jellyfin with https, Since jellyfin-vue by default using http protocol, I was wondering if should remain the same settings in nginx's configuration file to reverse proxy jellyfin-vue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
jellyfin-vue is only a client, you do not need to reverse proxy unless you mount jellyfin-vue as the webclient with This should allow you to serve it from nginx while keeping the original client at /web/, havent tested however
|
Beta Was this translation helpful? Give feedback.
-
Do the new docs clarify things further? Have you been able to solve your doubt? |
Beta Was this translation helpful? Give feedback.
Do the new docs clarify things further?
https://jellyfin.org/docs/general/clients/jellyfin-vue and https://github.com/jellyfin/jellyfin-vue/wiki/Deployment
Have you been able to solve your doubt?