• 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 General Questions Bind mounts on Ubuntu & Docker?

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Bind mounts on Ubuntu & Docker?

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #21
    2025-01-19, 03:41 AM (This post was last modified: 2025-01-19, 03:44 AM by theguymadmax. Edited 1 time in total.)
    I think that is the issue you have to share the drive with docker desktop when you set up bind mounts. See this post: https://forums.docker.com/t/mounts-denie...s/142364/3
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #22
    2025-01-19, 03:46 AM (This post was last modified: 2025-01-19, 03:48 AM by 4r5hw45twh. Edited 1 time in total.)
    (2025-01-19, 03:31 AM)theguymadmax Wrote: I run docker not docker desktop, so I don't think I've run into this issue.

    Found the issue. So, I already did do what you just linked but it apparently actually didn't save like it appeared to.

    So now, is there a way to remove the annoying pass key thing that Docker wants me to enter everytime it starts up when I boot the server PC? On Windows or anything else I've used with Docker, I just sign into Docker Desktop and I'm good to go. For some reason, when it installed on Ubuntu, it made me make some passkey/GPG thing or something and enter it anytime I open it for the first time. Not practical if restarting server remotely or something

    Oh, and so now, how do I access Jellyfin since I got the docker-compose to work?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #23
    2025-01-19, 03:54 AM
    ' Wrote:So now, is there a way to remove the annoying pass key thing that Docker wants me to enter everytime it starts up when I boot the server PC? On Windows or anything else I've used with Docker, I just sign into Docker Desktop and I'm good to go. For some reason, when it installed on Ubuntu, it made me make some passkey/GPG thing or something and enter it anytime I open it for the first time. Not practical if restarting server remotely or something
    I don't know what that is. 

    ' Wrote:Oh, and so now, how do I access Jellyfin since I got the docker-compose to work?
    http://localhost:8096
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #24
    2025-01-19, 03:57 AM (This post was last modified: 2025-01-19, 04:03 AM by 4r5hw45twh. Edited 3 times in total.)
    (2025-01-19, 03:54 AM)theguymadmax Wrote: http://localhost:8096

    I tried that but nothing available. On Windows, it would show a port number on Docker, which I could simply click and it would take me to the localhost page but I don't see a port number on Ubuntu Docker, so I don't think it's actually running yet?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #25
    2025-01-19, 03:59 AM
    I installed Docker Desktop once but encountered some issues, so I uninstalled it and switched to the regular Docker installation instead.
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #26
    2025-01-19, 04:04 AM (This post was last modified: 2025-01-19, 04:04 AM by 4r5hw45twh. Edited 3 times in total.)
    (2025-01-19, 03:59 AM)theguymadmax Wrote: I installed Docker Desktop once but encountered some issues, so I uninstalled it and switched to the regular Docker installation instead.

    On this page, I don't see a config file anywhere on my PC... https://jellyfin.org/docs/general/client...fig#docker

    And oh, ok, hmm. Docker Engine you mean here? https://docs.docker.com/engine/install/u...repository
    If so, I guess I could fully uninstall Docker Desktop and try that out for the first time? Didn't realize it was separate stuff, haha
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #27
    2025-01-19, 04:09 AM
    Yes, I just use the docker engine and I use portainer.
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #28
    2025-01-19, 04:14 AM
    (2025-01-19, 04:09 AM)theguymadmax Wrote: Yes, I just use the docker engine and I use portainer.

    Actually, I just realized that link I just posted above (this one: https://docs.docker.com/engine/install/u...repository) is where it had me install the keyring/GPG thing in the first place. Can I simply skip step 1 then?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,112
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #29
    2025-01-19, 04:21 AM
    If it's already added and you didn't remove it, there's no need to add it again. Even if you did, it wouldn't cause any issues.
    4r5hw45twh
    Offline

    Member

    Posts: 132
    Threads: 31
    Joined: 2024 Mar
    Reputation: 0
    #30
    2025-01-19, 04:22 AM (This post was last modified: 2025-01-19, 04:29 AM by 4r5hw45twh. Edited 2 times in total.)
    (2025-01-19, 04:09 AM)theguymadmax Wrote: Yes, I just use the docker engine and I use portainer.

    Update: Just uninstalled Docker Desktop and got regular Docker. I now have Jellyfin running! Question now: So, on Windows, for custom photo banners for my categories (TV shows, movies, etc), I would simply go on JF and browse for the photo in my Pictures folder. How can I do this on Ubuntu? Like, what's the equivalent? Do I need to bind a photos album or anything like that?

    And then my main question too: I backed up my Windows JF server before wiping the OS and getting Ubuntu. Are there certain files I can transfer to my Ubuntu JF installation so that all the metadata and data in general stays how it was? And user accounts, etc
    Pages (4): « Previous 1 2 3 4 Next »

    « 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