chiefo

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by chiefo

  1. 3 hours ago, cpshoemake said:

    Open appdata/letsencrypt/nginx/site-confs/default. Uncomment (delete leading #) lines 5-10. That tells nginx to redirect http traffic to https.

    Just in case you have a different version of the file, these are the relevant lines:

    
    server {
    	listen 80;
    	listen [::]:80;
    	server_name _;
    	return 301 https://$host$request_uri;
    }

     

    My Man! Appreciate the help, worked like a charm.

  2. Great guide! I believe I have everything working correctly but I'm running into one issue. Not sure if its a letsencrypt/ngix issue or my domain. If i hit sonarr.example.com or http://sonarr.example.com the site refuses to load. Hitting https://sonarr.example.com loads perfectly. I know the setup is only supposed to work with https, but shouldn't the reverse proxy force the browser to https even if the user only puts in http? Or is there another layer of software required for that?

     

     

    Thanks!

  3. Not sure if its related, but two nights ago I updated from one of the 6.5.1 rc to stable 6.5.1. I also started up a a new vm (the only vm I use). Today I came home and my server was crashed. Gui wouldn't pull up, console on server was unresponsive. No diagnostics

     

    After it came up, server ran for ~3 hours. Dockers are not responding. Tried the gui and it got stuck on a spinning page. Attempt to shutdown from the console, dockers shut down, diagnostics were pulled, console gets stuck on stopping emhttpd. I had to force reboot it after 20 minutes.

     

     

    Attached are diagnostics.

    Amd bulldozer 8150

    990fx Sabertooth

    Anything else missing that would be useful?

     

     

    ~Chief

    alpha-diagnostics-20180503-2059.zip

  4. 7 hours ago, SavellM said:

    @mkyb14

    FYI InfluxDB doesnt work correctly on 6.5.1.

     

    Its installed and started, but I cannot access it by the browser, and Grafana cant add it as a DB as it cannot reach it either.

    Unless im missing something but I cant get it to work out of the box.

     

    I just installed 6.5.1 last night and then installed all three. Pretty quick assumption that it doesn't work on 6.5.1. Any errors in the influx logs? Whats your network settings look like for your dockers?