toastghost

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by toastghost

  1. It seems so simple. I am glad that Unraid works this way.
  2. I have 5 10tb arsenal sas drives in my array and I dont know which is which. I have a list of the SNs but there are lables on the front of the drives and I cant read the SNs on the drives. My plan was to take the array offline and unplug the sas connectors on them one at a time and see which one disappears. I am not sure if this will cause problems or not. Are there better ideas about how to figure this out?
  3. I am not sure where that file is. I have some progress.. I learned a lot more about routerOS and setup hairpin nat and dynamic WAN following some guides. I have cloudflare set for the domain with the domain proxied and was able to get a certificate for another host. I still have some troubling quirks. To make it work I had to set the NPM scheme for the proxy host to http instead of https. It is SSL and works but there are a few concerns. 1. Local (lan) with http://domain.name still works but external switches to https with the domain name. This seems like it is what should happen. 2. Local (lan) connection with https ip results in SSL_ERROR_RX_RECORD_TOO_LONG 3. Local lan connection with Http:// ip or domain.name both work I am not sure if this is normal or not.
  4. I changed the ports for the unraid gui and forwarded the new port, remote access is green. Still getting 502 with https. Locally I can access overseerr with http only.
  5. Double post but I fixed it mostly. I figured out the filter rules and nat for my router adding 80 to 1880 and 443 to 18443 for both tcp and udp. I had to turn off the proxy for the domain in cloudflare but I got the certificate! And it works!! I turned the proxy back on and it still works!! Mostly. The only problem is that I get a bad gateway error (502) if nginx is set to https.
  6. Honestly, I would be fine making it work with standard ports but I am out of my depth quite a bit. I have two ports forwarded, one for plex. and one for unraid management access which is 19443 to [unraid address]:443. These both work. when I try to forward other ports like 443 to 19443 and 80 to 1980 it makes my internet not work and i have to delete the forward for the 19443 to 443 and the other rules to make it work. The NGINX docker is set to 19443 for https.
  7. I'm using 6.10.3 and have no errors. Plex is working in a container and I have a variety of other dockers running just fine. I am trying to set up a reverse proxy with Nginx to be able to access overseerr. I have the domain setup on cloudflare and the cloudflare dynamic dns app working. My ISP has long leases. I am using a mikrotik rb2011 router and, as I mentioned, I was able to do the appropriate port forwarding to get plex to work great. the Nginx log says that it fails http-01 test. It does not seem to matter what I do. I was trying to use ports 1980 and 19443 with nginx and forwarding those. I followed a number of nginx youtube videos but was not able to make it work. I am convinced that I am missing something with the network that Nginx is on but I have tried all of them. On some networks I am not able to access the gui. There is a very strong possibility that my router settings are off. I tried following the same ones that work for the plex port but it did not work. This included forwarding ports 80 and 443 which basically made my network unable to access the internet. I started trying different versions of the Nginx app but i still cant get a certificate set. I am aware given this information there are only about 1,000,000 things that it could be that are tripping me up but any help would be great.