From a23d6255084beb16a306c9f0d5d954de575a7a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Sun, 18 May 2025 14:24:54 +0200 Subject: [PATCH] docs(README): add screenshot, info for users without a Jellyfin server --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83050c30..af63118d 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Jellyfin Vue is an experimental, alternative browser-based web client for Jellyfin written using Vue.js. +![](https://raw.githubusercontent.com/jellyfin/jellyfin.org/refs/heads/master/blog/2023/04-03-vue_vue3/vue-homepage.png) + > [!NOTE] > Jellyfin Vue is not planned or targeted to replace [the main Jellyfin Web client](https://github.com/jellyfin/jellyfin-web), and is not feature-complete. @@ -85,7 +87,7 @@ There are no stable releases yet.* ## [Hosted instance 🌍](https://jf-vue.pages.dev/) -Built from the latest commit in the default branch. Just input your server address when prompted. +Built from the latest commit in the default branch. Just input your server address when prompted. If you don't have a Jellyfin server, try with our demo instance: `https://demo.jellyfin.org/stable` ⚠️ **This only works for Jellyfin servers that [are behind a reverse proxy and have HTTPS set up correctly](https://jellyfin.org/docs/general/networking/#running-jellyfin-behind-a-reverse-proxy)**. If your server runs over HTTP, you must host it yourself.