2023-08-10, 08:06 AM
(This post was last modified: 2023-08-10, 08:13 AM by twinkybot. Edited 1 time in total.)
Hello, I could not find a tutorial or help on how to replace the web part of Jellyfin with the new Vue GUI.
I'd like to install this on my Server so that the call to https://subdomain.domain.com opens the new Vue App.
Is this possible for the dockerized version of Jellyfin and if so how?
EDIT: or do I have to use
with e.g. Caddy:
replacing the former part for the Jellyfin server
I'd like to install this on my Server so that the call to https://subdomain.domain.com opens the new Vue App.
Is this possible for the dockerized version of Jellyfin and if so how?
EDIT: or do I have to use
Code:
docker run -d -p 8080:80 ghcr.io/jellyfin/jellyfin-vue
with e.g. Caddy:
Code:
subdomain.domain.org {
php_fastcgi unix//run/php/php8.2-fpm.sock
reverse_proxy :8080
}
replacing the former part for the Jellyfin server
Code:
subdomain.domain.org {
php_fastcgi unix//run/php/php8.2-fpm.sock
reverse_proxy :8096
}