It is a synology NAS and all forum posts and tutorials say to install container managerand set up docker. Well tough luck because my model doesn’t seem to be compatible with container manager.

Ok, I install the the server in a pc running linux mint, now when I try to create a library I can’t point where the files are.

  • quediuspayu@lemmy.dbzer0.comOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    21 days ago

    Let’s see, it returned three lines:

    oriol       2759  0.0  0.0   3580  1280 ?        S    10:21   0:00 bwrap --args 38 -- jellyfin.sh
    oriol       2768  0.1  1.9 275074792 323812 ?    Sl   10:21   0:09 jellyfin
    oriol      11618  0.0  0.0  11804  2304 pts/0    S+   12:01   0:00 grep --color=auto jellyfin
    
    • Pup Biru@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      20 days ago

      looks like jellyfin is running as the user “oriol”. does that sound right?

      assuming you have your files mounted somewhere locally that jellyfin can access, their file permissions will need to allow access to that user

        • Pup Biru@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          20 days ago

          if you want it to be permanent you’ll probably want to mount via /etc/fstab (this is the list of things that are mounted every boot, so it’ll persist after a reboot)

          that said, i’d guess it’ll be in /mnt