• 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 Support Guides, Walkthroughs & Tutorials Replace Web with VUE for Docker Jellyfin

     
    • 0 Vote(s) - 0 Average

    Replace Web with VUE for Docker Jellyfin

    twinkybot
    Offline

    Junior Member

    Posts: 7
    Threads: 3
    Joined: 2023 Aug
    Reputation: 0
    #3
    2023-08-16, 12:30 PM
    Okay now I think I understood more.
    My CaddyFile looks like this

    Code:
    jellyfin.domain.com {
            php_fastcgi unix//run/php/php8.2-fpm.sock
            reverse_proxy :8096
    }

    jellyfin-vue.domain.com {
            reverse_proxy :8097
    }

    Now my jellyfin-vue.yml like this:
    Code:
    version: "3.8"
    services:
      jf-vue:
        image: jellyfin/jellyfin-vue:unstable
        container_name: "jellyfin-vue-client"
        ports:
          - "8097:8097"
        restart: unless-stopped
        environment:
          - DEFAULT_SERVERS=https://jellyfin.domain.com

    But I am not getting Vue served. Do I have to put something else into the YML file?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Replace Web with VUE for Docker Jellyfin - by twinkybot - 2023-08-10, 08:06 AM
    RE: Replace Web with VUE for Docker Jellyfin - by yodatak - 2023-08-12, 12:34 PM
    RE: Replace Web with VUE for Docker Jellyfin - by twinkybot - 2023-08-16, 12:30 PM
    RE: Replace Web with VUE for Docker Jellyfin - by twinkybot - 2023-08-17, 11:38 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