eoghan

Members
  • Posts

    9
  • Joined

  • Last visited

Report Comments posted by eoghan

  1. 28 minutes ago, Squid said:

    Then post your diagnostics

    Yes mate I'll post it later when I'm home again. I am sorely tempted to backup my server and start from scratch with the 6.10 RC and see how a fresh install goes but getting any bugs or user errors sorted would also be a plus for other members.

  2. 13 hours ago, ljm42 said:

     

     

     

    Thanks for the diagnostics, it clears up a lot.

     

    It seems there was some confusion over how to setup SSL in earlier versions. Your current setup is not correct for what you are trying to do. I honestly don't know how it even worked for you in 6.9 :) 

     

    If the server is forced to generate a redirect to itself in 6.10, the url will be:
      http[s]://[Server Name].[Local TLD]

     

    The Server Name is set on the Settings -> Identification page. It defaults to "tower".

     

    The Local TLD is set on the Settings -> Management Access page. It defaults to "local".

     

    "Use SSL/TLS" can be found on Settings -> Management Access page too. In 6.9 it defaults to "Auto" (which means "no" unless you have defined a certificate, then it means "yes"). In 6.10 it defaults to "no".

     

    So the default url to a new server is:
      http://tower.local

    This will work on most networks out of the box, with no special configuration needed to make ".local" work as the Local TLD.

     

    Your settings are:
      Server Name: Media-Server
      Local TLD: unraid.eoghan-net.com
      Use SSL/TLS: yes
    Therefore your url is:
      https://media-server.unraid.eoghan-net.com

     

    If you want the url to be:
      https://unraid.eoghan-net.com
    Then you should setup your system this way:
      Server Name: unraid
      Local TLD: eoghan-net.com
      Use SSL/TLS: yes

     

    Note: For a custom domain name to work, you need to setup your own DNS entry that points unraid.eoghan-net.com at your server's IP address. Unraid cannot manage that DNS entry for you.

     

    With "Use SSL/TLS" set to yes, the system will generate a self-signed cert for unraid.eoghan-net.com, which you can replace with your own cert if you have one.

    Absolute legend on figuring that one out I did test last night with SSL disabled and was able to get it updated however all my docker containers all failed to to come online and when checking the docker settings it stated that

     

     

    /mnt/user/system/docker/docker.img

    And 

    /mnt/user/appdata/

     

    Do not exist.

     

    • Like 1
  3. 8 minutes ago, limetech said:

     

    What URL are you referring to?  Also you should be able to to Update OS page and select to install the previous release.

    I have Unraids local tld set as unraid.eoghan-net.com and i have also set that on haproxy via pfsense so that i can access the webui without using the IP for remote management via VPN once i updated to 6.10 the domain somehow changed to media-server.unraid.eoghan-net.com

  4. 1 hour ago, Squid said:

    Copy all of the files contained within the previous folder on the flash drive back to the root and reboot

    Ill do that cheers although I would love to know why with this update that the URL that I have set in 6.9 suddenly changes in this update to something completely different to what's set.

  5. Great work on the update, However I seem to have a slight issue after updating I no longer have access to the webui every time I try to access it the URL rewrites itself e.g.

     

    If my servers IP in 192.168.1.4 it rewrites to the domain name I set within the webui with I expect however since updating it not appends the servers friendly name to the start of the domain name. My server is called on my network media-server. So unraid is now rewriting the URL from unraid.example.com to media-server.unraid.example.com.

     

     

    Is there anyway to stop it appending the media-server part?

     

    Thanks Eoghan.