i’m trying to setup audiobookshelf on my truenas box and i have it installed, but i when i try to show where my audiobooks are i can not find the smb share setup on the same box. what am I doing wrong?

  • macniel
    link
    fedilink
    English
    31 month ago

    How did you set it up? As a docker container or directly under your OS?

      • macniel
        link
        fedilink
        English
        3
        edit-2
        1 month ago

        Have you bind your audiobook directory to the containers /audiobook directory?

        What format are your audiobooks?

        Have you tried uploading one via the GUI?

        Perhaps it’s a permission issue (e.g. add the user that runs audiobookshelf to the shares group)

        • @[email protected]M
          link
          fedilink
          English
          21 month ago

          This seems the correct advice. If the container is on the same host as the data, there’s no need to access the data via Samba. In fact, it’s likely the container doesn’t contain the samba client needed for such connectivity.

          Assuming TrueNAS allows the containers to see local data, a bind mount is the way to go.