• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Web Development Is vue still something?

     
    • 1 Vote(s) - 5 Average

    Is vue still something?

    Curious about the vue version
    Delath
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    Country:Italy
    #5
    2024-02-26, 07:58 PM
    (2024-01-11, 12:11 PM)ferferga Wrote: Hello Vue maintainer here. It's stated in the README: https://github.com/jellyfin/jellyfin-vue...container-

    If there's something that do you think that could be worded better please let me know.

    All accessibility improvements there are welcome!

    Hi,
    First of all thanks for the work that has been done.
    I've been trying to get jellyfin without the base web client and with vue running in docker, i've come up with the following docker compose
    Code:
    version: '3.5'
    services:
      backend:
        image: jellyfin/jellyfin
        container_name: jellyfin-backend
        user: 999:1001
        network_mode: 'host'
        restart: 'unless-stopped'
        environment:
          - JELLYFIN_NOWEBCONTENT=true
        extra_hosts:
          - "host.docker.internal:host-gateway"
      frontend: # User does not need to be set because already specified in the Dockerfile
        image: jellyfin/jellyfin-vue:unstable
        container_name: jellyfin-frontend
        ports:
          - "8080:80"
        restart: 'unless-stopped'
    seems to work, but base jellyfin frontend is still accessible at port 8096 even with the JELLYFIN_NOWEBCONTENT=true specified..
    And jellyfin-vue doesn't have a proper setup wizard so i can't create the first user, not only that but even if i create the user on the default web client if i try to log in jellyfin-vue with that user it perma-loads.
    Can you share a working setup with the jellyfin server too for docker?
    Thanks!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Is vue still something? - by 34626 - 2024-01-04, 08:19 PM
    RE: Is vue still something? - by mcarlton00 - 2024-01-04, 08:48 PM
    RE: Is vue still something? - by 34626 - 2024-01-05, 04:43 PM
    RE: Is vue still something? - by ferferga - 2024-01-11, 12:11 PM
    RE: Is vue still something? - by Delath - 2024-02-26, 07:58 PM
    RE: Is vue still something? - by 34626 - 2024-08-11, 11:30 AM
    RE: Is vue still something? - by ferferga - 2024-08-12, 09:11 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode