Beiträge von shawnhalu

    Hi guys, happy new year. i am so sorry to bother.


    i have tried everything i could in my knowledge. i cannot create new folder in the network drive that i map to windows.


    i have put

    docker,root,sambashare,ssh,sudo,users to my user

    read/write to user

    read/write/execute to root/user


    i am not sure if i miss out anything

    You could try putting a claim token in the PLEX_CLAIM= variable and redeploy the container. see:


    https://www.plex.tv/claim/


    Is the server logged in with your user credentials? See the icon with a letter in it in the upper right corner of the screen and click on the down arrow and sign in if needed.

    i have tried this. but it doesn't seem to work.


    btw it is PLEX_CLAIM= claim_ or PLEX_CLAIM=claim_

    do I need a space after = ?

    Code
    docker: Let Docker handle the Plex Version, we keep our Dockerhub Endpoint up to date with the latest public builds. This is the same as leaving this setting out of your create command.
    
    latest: will update plex to the latest version available that you are entitled to.
    
    public: will update plexpass users to the latest public version, useful for plexpass users that don't want to be on the bleeding edge but still want the latest public updates.
    
    <specific-version>: will select a specific version (eg 0.9.12.4.1192-9a47d21) of plex to install, note you cannot use this to access plexpass versions if you do not have plexpass.

    latest... I assume from the description.. that means you need to be a plexpass member. Are you a plexpass member?

    You might also try redeploying the stack and see if it updates (and if it does, in the future consider watchtower to keep containers up to date automatically)


    I'd also agree w/ gderf on using 998 as your PUID. Stop watching DBtech videos.

    yes I am plexpass member for long time. i use to be on qnap. but it is spoiled. so I am building my own now. haha


    oh ok. but what should I use?

    Post the docker-compose file you used.


    Are the machine Plex is running on and the machine you are using to connect to it on the same network?

    version: "2.1"

    services:

    plex:

    image: ghcr.io/linuxserver/plex:latest #check at https://hub.docker.com/r/linuxserver/plex for available tags if needed

    container_name: plex

    network_mode: host

    environment:

    - PUID=998 #insert correct PUID

    - PGID=100 #insert correct PGID

    - PLEX_CLAIM= #optional, see https://hub.docker.com/r/linuxserver/plex for details

    - UMASK=022 #optional, see https://hub.docker.com/r/linuxserver/plex for details

    - VERSION=latest #see https://hub.docker.com/r/linuxserver/plex for details

    volumes:

    - /srv/dev-disk-by-uuid-97b70c21-d99e-47fd-9424-1dda54bf7763/docker_drive/plex_config:/config #adjust /srv/dev-disk-by-label-disk1 (mounted 'exec')

    - /srv/mergerfs/data_drive/data_drive/dramas:/dramas #adjust according your setup; add more volumes if needed

    - /srv/mergerfs/data_drive/data_drive/movies:/movies #adjust according your setup; add more volumes if needed

    - /srv/mergerfs/data_drive/data_drive/music:/music #adjust according your setup; add more volumes if needed

    - /srv/mergerfs/data_drive/data_drive/musicvideos:/musicvideos #adjust according your setup; add more volumes if needed

    - /srv/mergerfs/data_drive/data_drive/photos:/photos #adjust according your setup; add more volumes if needed

    restart: unless-stopped



    yes it is on the same network

    Hi i have recently installed plex thru docker-compose following the step from the guide here.


    i cannot seem to claim the server.


    i have tried

    reinstalling over again the plex.

    restarting of docker & portainer
    restarting of the whole nas
    changing the DNS to 8.8.8.8 in OMV network interface & also my computer


    the only thing I have not/unable is the hosts file which I do not know where is it.

    I am still unable to claim the server. am I missing out anything.

    thanks for all the info. i would check it one by one. :)

    oh so it doesn't matter? coz I got so confused when scheduling tasks. coz I see the device name keep changing with the parity & data device name. ( the drive path uuid itself doesn't change right?)

    yes I am using hba to connect all the drive. it is a dell hba bought from "the art of server"