• 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 Troubleshooting Issue with Jellyfin Plugins and Folder Display in Docker Containe

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Issue with Jellyfin Plugins and Folder Display in Docker Containe

    Issue with Jellyfin Plugins and Folder Display in Docker Containe
    3216
    Offline

    Junior Member

    Posts: 19
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    #11
    2024-04-25, 10:27 PM
    You’re mounting the same folder as both /config and /cache within your docker compose. Move the cache to a separate folder.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-04-25, 10:33 PM
    That's a good catch. Completely missed that. The cache cleanup job is likely blowing away your plugins and possibly other data.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ElGustago
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Mar
    Reputation: 0
    Country:Germany
    #13
    2024-04-29, 10:07 AM
    (2024-04-25, 10:23 PM)TheDreadPirate Wrote: Just looked over your docker compose again.  It is NOT required that you create a separate volume just for plugins, they would go in /config.

    Thank you for the hint. 
    I did it this way due to the issue, just to temporarily move the folder elsewhere for testing purposes. I forgot to change it back.

    I deleted Jellyfin and reran the Docker Compose file without the plugin path. 
    Unfortunately, the same problem occurred again. 
    After restarting, the plugins disappear. 
    I have to reinstall them, restart the container, and then it works until the next server restart.

    Is this behavior possibly normal? 
    I don't encounter any issues with other Docker containers.

    Thanks for your help.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-04-29, 11:27 AM
    Definitely not normal. I have several test instances of Jellyfin in Docker and do not have to do this.

    Try giving your config and cache folders their own directory. I'm wondering if the cache cleanup job is clearing out the plugins.

    Here is my docker compose for reference.

    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:unstable
        container_name: jellyfin-unstable
        user: 105:104  # Jellyfin user for deb install
        group_add:
          - "993" # Intel render group
        network_mode: 'host'
        volumes:
          - ./jellyfin-data/config:/config
          - ./jellyfin-data/cache:/cache
          - /media:/media:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        #environment:
        #  - JELLYFIN_PublishedServerUrl=http://example.com
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        extra_hosts:
          - "host.docker.internal:host-gateway"

    The way you currently have it setup the config sub folders and cache subfolders are mixed together.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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