Jump to content

nsutherland

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by nsutherland

  1. It looks like one of the last updates to SWAG changed the behaviour so that it will only read in nginx/site-confs files if they have .conf in the filename, which broke redirection to my radarr/sonarr subdomains (I was getting the default swag homepage instead).  I looked at an old backup of my SWAG appdata folder and noticed that in the update, it had replaced my previous 'default' file with 'default.conf' and a sample file.  See the log entries below that led me to look into that:

     

    **** The following active confs have different version dates than the samples that are shipped. ****
    **** This may be due to user customization or an update to the samples. ****
    **** You should compare the following files to the samples in the same folder and update them. ****
    **** Use the link at the top of the file to view the changelog. ****
    /config/nginx/nginx.conf
    /config/nginx/ldap-server.conf
    /config/nginx/authelia-location.conf
    /config/nginx/authelia-server.conf
    /config/nginx/ssl.conf
    /config/nginx/proxy.conf
    /config/nginx/site-confs/default.conf

     

    I have a subdomain called "services" that points to my radarr/sonarr sites.  The filename to redirect to those sites was named 'services' with no filetype extension.

     

    The fix for me was simple, and just required that I rename that file to 'services.conf' so that it would read the file, and a restart of the docker to pick up the change.

  2. I'm also having the issue in which it's not graphing any data.  I've not had any issue accessing the webgui.

     

    I've tried deleting the docker and building it from scratch multiple times with no success.  I'd be happy to provide any data requested.  Here are the logs of it booting up:

     

    https://www.linuxserver.io/donations/
    -------------------------------------
    GID/UID
    -------------------------------------
    User uid: 99
    User gid: 100
    -------------------------------------

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-config: executing...
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
    ### assuming you are using an fping copy reporting in milliseconds
    Smokeping version 2.006011 successfully launched.
    Not entering multiprocess mode for just a single probe.
    FPing: probing 20 targets with step 300 s and offset 34 s.

×
×
  • Create New...