Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jellyfin/jellyfin-vue

A modern web client for Jellyfin based on Vue
https://github.com/jellyfin/jellyfin-vue

client hacktoberfest jellyfin vite vue vuejs

Last synced: 20 days ago
JSON representation

A modern web client for Jellyfin based on Vue

Awesome Lists containing this project

README

        

Jellyfin Vue


Part of the Jellyfin Project

---


Logo Banner

Docker Pulls


GHCR images


GPL 3.0 License





Current Release


Conventional Commits


Donate


Feature Requests


Chat on Matrix


Join our Subreddit


Code coverage


Maintainability Rating


Reliability Rating


Vulnerabilities


Code Smells


Technical debt


Quality gate


Duplicated lines


Bugs


Security


Total lines

---

Jellyfin Vue is an experimental, alternative browser-based web client for Jellyfin written using Vue.js.

> [!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.

# Usage instructions for end users ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ

*The following instructions will get you up and running quickly with
bleeding-edge builds from the current `master` branch.
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.

โš ๏ธ **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.

Hosted by Cloudflare Pages.

## Host it yourself ๐Ÿ’ฝ

Check [our wiki page](https://github.com/jellyfin/jellyfin-vue/wiki/Deployment) for the most up to date information.

You can check [GitHub Packages (GHCR)](https://github.com/jellyfin/jellyfin-vue/pkgs/container/jellyfin-vue) (recommended) or [DockerHub](https://hub.docker.com/r/jellyfin/jellyfin-vue) for all the tagged images.

## Privacy disclaimer ๐Ÿ•ต๐Ÿป

Jellyfin Vue is just a GUI *(Graphical User Interface)* for a Jellyfin server. It only establishes connection to the Jellyfin server that you point it to, **nothing else**.

Read more

- **Local instances** _Examples: Our Windows/Mac/Linux application, a local web server, etc_: All the necessary assets for the frontend to work
are available locally (in your device) or bundled into the underlying environment (Tauri, Electron, etc) where it is running.
No assets need to be fetched remotely.
- **Remote instances** _Examples: Our hosted instance, an admin hosting Jellyfin Vue and sharing the URL
(which is in a different domain from the Jellyfin Server), etc_: This probably comprises most cases.
Here, all the frontend assets are not locally available, but somewhere else. When you access the remotely hosted frontend
(normally using a web browser like Firefox or Microsoft Edge),
all the frontend assets are loaded/cached into your device. Once the load has finished,
**the connection will exclusively be between your device and the Jellyfin server(s)** ยนยฒ. Whoever is serving the frontend
is never in the middle. ยณ

ยน _Assuming that the hosted version has not been altered (by adding trackers, beacons...) in any way from the sources provided in this repository
and you trust the person/people behind it to not have done so_.

ยฒ _Some features that need access to remote resources that are not controlled by you and/or the person hosting Jellyfin Vue might be added in the future
(such as Google Cast support for Chromecasts). These will be always **opt in** and toggleable through [our configuration](https://github.com/jellyfin/jellyfin-vue/wiki/Configuration)_

ยณ _We assume standard networks here, no special configurations or policies that your ISP/Workplace/University/etc might apply._

[Jellyfin Web](https://github.com/jellyfin/jellyfin-web) (our main frontend) works in a similar way:
It connects by default to the Jellyfin server that is running alongside,
but it's also capable to connect to other Jellyfin servers [like can be tested in our demo](https://demo.jellyfin.org/) and [the hosted instance](https://jellyfin-web.pages.dev/).
By inspecting the network requests, you will find that only connections to fetch its own assets are made to the server distributing the client, but connections to your own Jellyfin server will not go through it.

The same principel applies to Jellyfin Vue. Note that Jellyfin Web can also be hosted standalone, just like Jellyfin Vue.

- _Relevant links_: [Community standards](https://jellyfin.org/docs/general/community-standards) and [Social Contract](https://github.com/jellyfin/jellyfin-meta/blob/master/policies-and-procedures/jellyfin-social-contract.md)

# Usage instructions for developers ๐Ÿ› 

See [development setup](https://github.com/jellyfin/jellyfin-vue/wiki/Contributing#development-setup) from our *Contributing* guides.

# Contributing ๐Ÿค

See [Contributing](https://github.com/jellyfin/jellyfin-vue/wiki/Contributing) guide.