wortzinator

Members
  • Posts

    9
  • Joined

  • Last visited

wortzinator's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hello, I have had an UNRAID server for a few years now and was recently gifted an old Poweredge R710. It was free and has substantially more cores and RAM than my old server, just an old gaming rig converted into a server. My original goal was to use the R710 for VM's, game server hosting, and general thing of that nature that would benefit from the higher RAM capacity, and to leave my old server still running my PLEX, Sonarr/Radarr, bitwarden, and everything else that I have been using so I didn't have to worry about transferring files or anything. Now that I have had some time to play with the new server and experiment with a couple of things, I'm noticing that it's not as straight forward as I had thought it was going to be. So here is a list of the questions I have so far and was wondering if anyone would be able to lend a hand or point me in the proper direction to figure out where I should start: I have a domain that I am using for all of my services on my old server. - Can I use the same domain for both servers? (I feel like that's an ignorance issue on my part) - Since I can't port forward the same ports on both server IP's, ie. 80/443 for NGINXProxyManager, do I need to bite the bullet and just move everything that requires NGINXProxyManager to my new server? Is there a way to have NGINXProxyManger running on both machines without conflict? - I was thinking of moving my PLEX server to my R710 and leave the library on my old server, 1) is there any issues with doing that, and 2) if so, what is the best way to accomplish that? Right now I have my media share set to secure on my old server, Do I need to add a user to my new server that has access to that share? My other thought is to just use my R710 as my main server and use my old server just as a file storage machine for the time being until I can upgrade the HDD in the R710, I need to get an HBA so I can use drives larger than 2T. Would this be the "easier" way to deal with these "issues" I'm having? If so, I still would like some assistance with the file sharing between the 2 servers. Right now that is all I have come across, but I will be sure to add any questions as I have them. Thanks in advance for any help.
  2. I just downloaded the CA Appdata Backup / Restore v2 plugin so I could do a backup of my appdata before updating all of my dockers that needed updated. After I ran the backup it said completed and I had a pop up saying that all my needed updates were installed. This is where I am having issues. I go over to my Docker tab and all of my Dockers have a ? on their icons. The links on their names to take them to "edit" does nothing. and the only options when clicking on their icon is Console, Start, Restart, Pause, Stop, Log, or Remove. I have tried doing a restore from the file that was created but nothing changed. I ssen a couple comments out restarting the server, I did and no change, to go to the apps tab and and get the binaries from the the containers. I am not entirly sure what this entails but I have nothing in my previously installed dockers and if I try and install a Docker that I already had it installs like a new Docker but with valuses that I just set. No the values of my dockers from before the backup. I tried to then restore after adding a Docker back that I had and the values in the settings are the same from the new install. As a test to see if the dockers still function, because they are still saying that they are running, I requested media from Overseerr. The request got sent to Radarr, then to SabnzbdVPN. SabnzbdVPN recieves the request and processes it. Then Radarr unpacks it and moves it to my Plex folder. Then it finishes with a notification to my phone saying that the job completed. Radarr and Sonarr both return errors of indexers unavailable do to failures/Missing root folder/Unable to comunicate with Deluge. Sorry for the long winded explanation, TL;DR My dockers don't seem to be working after backup. Progams seem to work fine but I can't access their edit function. This may just be a set that I am missing, if so any help would be great. Thanks
  3. Sorry it’s a bit later, but that all worked amazingly. After it took a min to figure out the indexers but, everything is working without a hitch. Thank you for all the help.
  4. Awesome! I will try this fix when I either have a break at work or once I get home. And in the VPN Q&A you mentioned removing all ports. Do you mean literally all the Host ports called out? For example if I wanted to move my binhex-sonarr over I would delete Host port 1 and 2? But then would I only have to map over the Host port 1 being 8989 which I have as 8787 (I’m seeing consistencies now that I’m starting to understand this). Do I do anything with Host port 2: Container port:9897?
  5. Okay, so as long as I’m tracking correctly; in your picture above if I set my WebUI of that specific container to 1234 then in the Host I would set that to 1234 but then the Container would be 8080 because that is the default port of that specified container?
  6. Apologies for the amount of ignorance here but, I’m new to anything unraid/docker that isn’t just click start to deploy and then it works. Are you saying that I can’t change the WebUI port on the container I am trying to rout to the VPN container? Or are you saying that I should not add a new port in delugevpn? I think I may have been unclear, I added the new port called sab in the delugevpn container along with adding 8989 to VPN_INPUT_PORT.
  7. My Bitwarden was set to 8080 before installing sabnzbd so I remapped it to 8989 but, yes. I had 8989 on VPN_INPUT_PORTS and also added a new port called sab with host/container port set to 8989.
  8. Do you set the application to localhost before you remove all of the ports from the docker template? I am not able to enter the WebUI in order to enter this value once I remove the ports even after adding the WebUI ports to the correct spots in the Deluge template.
  9. My apologies if this is an issue that has been dealt with but, scanning back through the past few pages I haven’t come across a solution. However it is similar to many issues. I set up delugevpn per spaceinvaderone’s video on How to route any docker container through a VPN. I am trying to route my binhex-sabnzbd through deluge. I followed his steps and I can `curl ifconfig.io` to see that binhex-sabnzbd is in fact routing through the VPN properly. Now I can’t see the WebUI. I came across the Q&A and tried to follow Q25-27 and set up the containers according. But I still have no luck. My first question is what do you mean to set the VPN container to localhost instead of Lan IP? How is that accomplished? I have deluge set to Bridge. If I set it to host it returns an error about the extra parameters not being allowed. Network is 192.168.4.0/24 Server is I have deleted the port:8989 (had to change from 8080 due to conflicts) from my binhex-sabnzbd container and added --net=container:binhex-delugevpn and made the network None. In deluge I have privoxy Yes, I added 8989 to VPN_INPUT_PORTS and added a port variable at the end for 8989. When I try and access <server-ip>:8989 with another pc on the network I get a 503 splash screen. Says the privoxy on (172.17.xx.xx) port 8118 enabled. Then it says the connection could not be established. I feel like this is going to be a simple settings issue. Thank you for any help. EDIT: The error 503 was because I proxied my internet browser with deluge. The current issue is that the WebUI does not display. It returns ERR_CONNECTION_REFUSED.