Coder Social home page Coder Social logo

lekos555 / jellyfin-vue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jellyfin/jellyfin-vue

0.0 0.0 0.0 23.6 MB

A modern web client for Jellyfin based on Vue

Home Page: https://jellyfin.org

License: GNU General Public License v3.0

JavaScript 1.14% Rust 0.05% TypeScript 34.04% HTML 0.09% Vue 63.01% Dockerfile 0.37% SCSS 1.31%

jellyfin-vue's Introduction

Jellyfin Vue

Part of the Jellyfin Project


Logo Banner

Docker Pulls GHCR images
GPL 3.0 License Current Release Commitizen friendly
Donate Feature Requests Chat on Matrix Join our Subreddit

This is an experimental web client for Jellyfin based on Vue.js. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start.

View demo

Build Process

Dependencies

  • Node.js LTS >=16.13.1 <17.0.0
  • npm >=8.1.2 (included in Node.js)
  • Jellyfin Server >=10.7.0

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/jellyfin/jellyfin-vue.git
    cd jellyfin-vue
  2. Install the build dependencies in the project directory.

    npm install
  3. Run the web client with Nuxt as a server for local development.

    npm start
    
    # Run with the following env variable if you get an error such as this:
    # Error: error:0308010C:digital envelope routines::unsupported
    # It's _probably_ due to a conflict between recent OpenSSL versions and Node 16-17
    NODE_OPTIONS=--openssl-legacy-provider npm start

    The client will be available at http://127.0.0.1:3000 by default.

    Build for production

    When you're ready to deploy the client, you must build the client specifically production:

    npm run build

    Build output will be available under the src/dist folder.

Other build features

Running a production build

Instead of a development version, you can run a server with a production-ready build of the client directly with Nuxt, so you can verify in advance how the client will work in a production environment:

npm run prod

Although the build of the client is production-ready, Nuxt's own HTTP server should never be exposed directly to the internet and a proper hosting tool like Nginx should always be used instead.

Running Docker Container

You can run the Docker container with the following command, replacing 8080 with the port of your choice:

docker run -d -p 8080:80 ghcr.io/jellyfin/jellyfin-vue

You can check Packages (recommended) or DockerHub for all the tagged images.

Contributing

We provide a devcontainer to help you setup your environment.

The project also contains recommended extensions for Visual Studio Code, which will help you with syntax style and development.

Finally, we try to follow the ConventionalCommits Guidelines when writing commit messages.

For more information about how to contribute to this project, see CONTRIBUTING.md

jellyfin-vue's People

Contributors

heyhippari avatar ferferga avatar dependabot[bot] avatar camc314 avatar thibaultnocchi avatar wwwesten avatar dependabot-preview[bot] avatar oatavandi avatar renovate-bot avatar weblate avatar kucharczykl avatar hoanghuy309 avatar alfhou avatar moritzleick avatar djcand avatar larvitar avatar doc-code-hub avatar shadowghost avatar nyanmisaka avatar tschwery avatar dkanada avatar danieladov avatar extarys avatar alanazar avatar fhyoga avatar wolonggl avatar nextlooper42 avatar 4d1m avatar renovate[bot] avatar bond-009 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.