Skip Navigation

Posts
161
Comments
1,122
Joined
2 yr. ago

  • Because I have a really cool library and it should all be kept in a centralised place

  • What exactly doesn't work?

  • Just Mount it normally

     
        
    sudo apt-get install nfs-common
    sudo mkdir /nfs
    sudo mount -o rw,soft,intr,nfsvers=3 192.168.0.2:/mnt/Public /nfs
    
      
  • So often I see people asking questions and I know that if they were using Firefox and uBlock, they wouldn't have the problems they're having

  • People should use Firefox and uBlock Origin

  • Are you optimistic about the Jellyfin epub library support?

  • It's worth pointing out that Ubooquity is dead in terms of development.

  • NeverWas.jpg

    It's assinine that these companies keep investing in ideas that A/ Rely on video and B/ Rely on the majority of their content creators contributing their content for free.

    The only thing that Twitch was ever going to do was drive traffic elsewhere. Hence why Amazon bought them. But they failed to get good at being Twitch. It still sucks in terms of performance and there's no subsidiary platform for Twitch clips. Also didn't they chase off most of their adult content creators?

    So they're basically trying to be profitable off of traditional advertising? Ha!

  • Thank you so much.

    One more question, do I have to point it directly at the directory I want or can I point it at one above? Reason being, I have a film directory which I will point Jellyfin to too.

  • I don't understand this entitlement. The members of this community nor any other community are obligated to entertain you or engage you on your terms. As you said, you're a casual visitor who happened upon the community from All and happened to disagree with that was being said... So what? If you want the cars are awesome and cities should be built around them community, go build it. Attention seeking for what?!?

  • So this is my preferred method, but I found the blog post really confusing. Subsequently, it failed.

     
        
      navidrome:
        container_name: navidrome
        image: deluan/navidrome:latest
        ports:
          - "4533:4533"
        environment:
          ND_SCANSCHEDULE: 1h
          ND_LOGLEVEL: info
        volumes:
          - "/opt/navidrome/data:/data"
          - "/nfs/Shared Music:/music:ro"
          - type: volume
          - source: nfs
          - target: /nfs
          - volume:
            nocopy: true
      volumes:
        nfs:
          driver: local
          driver_opts:
            type: nfs
            o: "addr=XXX.XXX.XXX.XXX,nolock,soft,rw"
            device: ":/mnt/HD/Public"
    
      

    What am I doing wrong?

  • Scroll down to the bottom and do the random collection.

  • Glad to see the federation bug finally fixed