moosedookie

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by moosedookie

  1. Updating to v6.12.1 fixed it for me. Everything is working as intended now. 😁 Thank you so much for working through this with me and finding a solution so quickly!
  2. root@MOOSE-SERVER:~# cat /etc/nginx/conf.d/servers.conf # # Listen on local socket for nchan publishers # server { listen unix:/var/run/nginx.socket default_server; location ~ /pub/(.*)$ { nchan_publisher; nchan_channel_id "$1"; nchan_message_buffer_length $arg_buffer_length; } location ~ /nchan_stub_status$ { nchan_stub_status; } } # # Always accept http requests from localhost # ex: http://localhost # ex: http://127.0.0.1 # ex: http://[::1] # server { listen 127.0.0.1:80; # lo listen 127.0.0.1:14443; # lo listen [::1]:80; # lo listen [::1]:14443; # lo # include /etc/nginx/conf.d/locations.conf; } # # Redirect http requests to https # ex: http://tower.local -> https://lan-ip.hash.myunraid.net # ex: http://192.168.1.100 -> https://lan-ip.hash.myunraid.net # server { listen 10.253.0.1:80 default_server; # wg0 return 302 https://10-253-0-1.hash.myunraid.net:14443$request_uri; } # # Redirect http requests to https # ex: http://[::ffff:192.168.1.100] -> https://lan-ip.hash.myunraid.net # # # Return 404 (Not Found) as default ssl action, using self-signed cert # server { listen 10.253.0.1:14443 ssl http2 default_server; # wg0 # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/MOOSE-SERVER_unraid_bundle.pem; # # OCSP stapling ssl_stapling off; ssl_stapling_verify off; return 404; } # # Port settings for https using CA-signed cert # ex: https://lan-ip.hash.myunraid.net # ex: https://hash.unraid.net # server { listen 10.253.0.1:14443 ssl http2; # wg0 server_name 192-168-33-134.hash.myunraid.net 2600-6c40-2d7f-7cc0-215-17ff-fee8-934c.hash.myunraid.net [wanip].hash.myunraid.net 2600-6c40-2d7f-7cc0-215-17ff-fee8-934c.hash.myunraid.net 10-253-0-1.hash.myunraid.net; # Ok to use concatenated pem files; nginx will do the right thing. ssl_certificate /boot/config/ssl/certs/certificate_bundle.pem; ssl_certificate_key /boot/config/ssl/certs/certificate_bundle.pem; ssl_trusted_certificate /boot/config/ssl/certs/certificate_bundle.pem; # # OCSP stapling ssl_stapling on; ssl_stapling_verify on; # location ~ /wsproxy/14443/ { return 403; } include /etc/nginx/conf.d/locations.conf; }
  3. I put a clean install on a new flash drive and booted up but I am still having the same issue... No connection.
  4. Thanks for the quick reply! When I first tried to boot into GUI safe mode I was just getting a black screen with a flashing cursor in the top left corner. I uninstalled the nvidia driver and rebooted to GUI safe mode and was able to login but I am still having the same issue...
  5. Hello, I recently upgraded from v6.11.5 to v6.12.0 and am now unable to connect to the webUI from other systems. If I boot unraid in GUI mode it can access the UI from the unraid server but not from other systems. I get "This site can't be reached" "ERR_CONNECTION_REFUSED" in chrome and just get "Unable to connect" in Firefox. I decided to use the unraid connect port check to see if it can connect but get "The Unraid server is unreachable from outside your network.". I've also noticed that I am no longer able to access anything over SMB anymore since the update. I'm not sure what is going on, any help would be appreciated. Thanks. moose-server-diagnostics-20230616-0016.zip
  6. Awesome, thanks for the quick fix. I figured you wouldn't need it but offered just in case. Thanks again, I appreciate your hard work!
  7. I was having this same issue. I deleted the myservers.cfg and now I'm back in business. Thanks! If you need a copy of myservers.cfg pre deletion I can send it to you.
  8. +1 I would really love this feature also. I'm new to unRAID but have been loving it so far.