Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SOLVED] starting new setup with fresh Docker containers

Featured Replies

I feel that I have a lot of "junk" that needs to be cleaned out and get this old system working better.  I am going to go with other versions of the Docker containers.  I will be using the linuxserver versions of the following:

Plex

Sonarr

Radarr

nzbget

 

I have removed the Docker image file and then created a new one.  Here is what that looks like:

 

image.thumb.png.0f07c1658b8eef3158c56784cd1f787f.png

 

I removed everything in /mnt/user/appdata.

I removed everything in /mnt/user/downloads.

 

Fresh diagnostics have been included.

 

I need help with the path configurations more than likely but I am going to first start with Plex and let it build the metadata overnight.

 

 

unraid-diagnostics-20200424-0009.zip

  • Author

Output from Docker after installing Plex:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -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/shows/':'/tv':'rw' -v '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

b49d0031d577115e986d96fda80a46e7f85e76c9ef66f89efa95ae388b3ab039

The command finished successfully!

  • Author

Slight correction.  I renamed the 'shows' folder to 'tv':

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -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/':'/tv':'rw' -v '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

18741a24eac04d6292c668ff33d45437e52d87e869ab7ec19b69e8e4b91dc8a7

The command finished successfully!

  • Community Expert

You still have a lot of unused config/shares .cfg files that makes it difficult to see which shares you still have. Maybe a screenshot of the User Shares page for future reference as you progress?

  • Author

Ah ok.  How can I clean those up?  Just delete them?  Don't want to bork the whole thing.  I just want my movies and tv in tact.  I bought filebot and I ran some renames on that.  Want everything up to par before I bring up nzbget and sonarr and radarr.

  • Community Expert
4 hours ago, aneelley said:

Just delete them?

Yes. Just compare the names with your current share names. If you have some with the same names but different upper/lower case, put those names in a post and I will take a closer look.

 

Even if you accidentally delete a .cfg file for a share you already have, the share will still exist because its folder exists at the top level of one or more disks. But if it doesn't have a .cfg file it will have default settings until you change them, and changing the settings for a share will create or modify the .cfg file.

  • Author

I get it but I am not sure what path the .cfg files are located.  Can you point me in the right direction?  I was looking around starting at the root directory but not seeing it.

  • Author

Ok, I think I have things like I want them and I am ready to install the PVR stuff.  Latest diags attached.  I used FileBot to move things around properly for Plex.  MY thoughts behind this was that sonarr and radarr would have less hard of a time searching the directory structure.

unraid-diagnostics-20200424-2011.zip

  • Community Expert
3 hours ago, aneelley said:

I get it but I am not sure what path the .cfg files are located.  Can you point me in the right direction?  I was looking around starting at the root directory but not seeing it.

On the flash drive, in the config/shares folder, are .cfg files named for your user shares. Each of these contains the settings for that specific user share. You have a lot of those .cfg files that no longer correspond to any of your user shares. If I open each of those in the diagnostics it will tell me whether or not it has any files, but that is a lot of trouble when you have so many of them. It makes it very difficult to get any idea what user shares you actually have.

  • Author

Gotcha.  So /boot/config/shares.  I'll go clean those up now and remove any that do not actually resemble current shares.  Thank you!  I'll submit new diags after.

  • Community Expert

From Unraid, your flash drive is at /boot. If you have your flash drive shared on the network, you will see it as flash

  • Author

It's not shared on the network.  I am just on the console and removing them.  Yeah you are right.  Lots of crap out there.

 

  • Community Expert

If you are interested in learning a bit more about what is going on under the hood, open your diagnostics. It is all text files (except one). There are logs, there are SMART reports from all attached disks, there are the results from numerous commands that give some details about your hardware, and there are .cfg files that are your settings from the webUI. Those .cfg files are taken from your flash drive.

  • Author

I did give them a look a couple of days ago.  Didn't notice the .cfg files then (lots of SMART stuff) but thank you for pointing that out.  Helped me clean them up a lot!  Ok, I have them cleaned up now and they all match the shares.  New diags attached.  I will install nzbget next if you think things look good?

unraid-diagnostics-20200424-2117.zip

  • Community Expert

Thanks, much better.

 

Since you are starting your dockers over, have you deleted the appdata for each of those old dockers? Or were you hoping to reuse that?

  • Author
2 minutes ago, trurl said:

Thanks, much better.

 

Since you are starting your dockers over, have you deleted the appdata for each of those old dockers? Or were you hoping to reuse that?

Yes, I have deleted it.

  • Community Expert

Still a little unsure about your anonymized share names. Some are showing up in the diagnostics with upper case, but your plex mappings don't seem to match that.

 

Post a screenshot of the User Shares page.

  • Author

Sure...

image.png.e59d8422a13540403eb77028f7453470.png

  • Community Expert

That doesn't agree with that last plex docker run you posted. Did you redo your plex docker since you posted that?

  • Author

Yes, I think I changed to TV Shows from shows.  That was FileBot moving things around for me.  Do you need me to post anything to confirm that?

  • Author

Installed nzbget:

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='nzbget' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '6789:6789/tcp' -v '/mnt/user/downloads/':'/downloads':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' 'linuxserver/nzbget' 

51cdaaebf3fbef41156b42743fb47eb19ae1cc1b2bd26d47dac682c031632f69

The command finished successfully!

  • Community Expert
1 hour ago, aneelley said:

Yes, I think I changed to TV Shows from shows.  That was FileBot moving things around for me.  Do you need me to post anything to confirm that?

What is your current docker run for plex?

  • Author

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -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 '':'/music':'rw' -v '':'/transcode':'rw' -v '/mnt/user/appdata/plex':'/config':'rw' 'linuxserver/plex' 

2d5f4733f7744f192dcbd05e8459febdfa330dab6359bf5bd268d66790476c9f

The command finished successfully!

  • Author

Seeing an issue now with nzbget fetching files.  It seems to be looking for a directory called /data but I am seeing error messages, "Could not create directory /data/inter/......then it lists the download (show, etc)"

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.