AntoineR

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by AntoineR

  1. Hi! Might be a dumb question, but how do you upgrade to 5.11? In the docker documentation I only see it going up to 5.9 or latest, do you simply change the name of the repository to linuxserver/unifi-controller:5.11 ? Also, will doing only this and reloading the docker container be sufficient to update the controller, or is there more to do too afterwards? I'm a huge newbie to docker and unifi so sorry again if these are stupid questions! Thanks!
  2. Turns out the issue was due to a pop-up blocker keeping the login page from showing up at launch of the webUI, dumb mistake, but an easy fix, thanks anyways!
  3. I'm allowing myself to give a quick bump, I'm guessing that the issues I have where Plex's web UI gets stopped at a blank page is an error caused on the Plex side of things, and not on the Docker side of things, as in the log file it says "Starting Plex Media Server. done." ? Any help is appreciated, thanks!
  4. Sorry for my mistake! Here it is : root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' --cpuset-cpus='9,11,13,25,27,29' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VERSION'='docker' -e 'NVIDIA_VISIBLE_DEVICES'='' -e 'TCP_PORT_32400'='32400' -e 'TCP_PORT_3005'='3005' -e 'TCP_PORT_8324'='8324' -e 'TCP_PORT_32469'='32469' -e 'UDP_PORT_1900'='1900' -e 'UDP_PORT_32410'='32410' -e 'UDP_PORT_32412'='32412' -e 'UDP_PORT_32413'='32413' -e 'UDP_PORT_32414'='32414' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/Movies/':'/movies':'rw' -v '/mnt/user/TV Shows/':'/tv':'rw' -v '/mnt/user/Musique/':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/Anime/':'/anime':'rw' -v '/mnt/user/appdata/plex/':'/config':'rw' 'linuxserver/plex' 509b5dead9fef8b90d3a7afdfb86d0959e1967ade32f6b0d9c5be72f4ef7843b The last two lines of my log file are : Starting Plex Media Server. [services.d] done.
  5. Hi! I was hoping I could get some help on setup, I've setup the Plex docker container with the different librairies, the logs seem normal, but when I connect to the WebUI, I just get an empty page with the Plex logo at the center, and nothing else, when it's loading I get more of the "normal" Plex UI with the different bars of the menu appearing for +/- 1s., then it all just disappears and stays on the "Plex" logo, would this be an issue with Plex as is, or rather an issue with the container? I tried using the plexinc docker container and had the same behavior, if that can help! Thanks a bunch!