Jump to content

Nano

Members
  • Posts

    116
  • Joined

  • Last visited

Posts posted by Nano

  1. On 8/26/2020 at 11:23 PM, Sycotix said:

    Yeah mate I provided all my config files in the Git with the guide. I replaced my personal details with placeholders so you can see what needs to be changed. Check the top of the Git and you should find all the files and in the guide I've written what the placeholders are. 

     

    Be mindful that the setup with letsencrypt is a tad different. In saying that it should be a bit easier since letsencrypt has most of the config in the sample confs folder in LE. 

     

    Also I have everything on a seperate network on Unraid so that it's not running on host which I would recommend. 

    Screenshot_20200827-082537.png

    Hey, I actually got Authelia working with a much simplier guide, it did not require any other dockers, If you turn on SQ lite in authelia it can all be done within the docker itself. Much much easier for people to follow.

     

    storage
      local
        path configdb.sqlite3

     

    I'm sure your much smarter than me and can tell me why this is not as good as your guide but who knows.

  2. Hi All, 

     

    If i currently have 

     

    4TB Parity 

    + 4TB Array

    +4TB Array 

     

    8TB Total

     

    If i have an additional 4TB Drive, what are negatives of adding to the array vs the duel Parity.

     

    If i add it to Parity i only have 8TB Usable space right? If i add it to the array i have 12TB. but if more than one disk fails i lose the whole array correct?

     

    Aslong as i have a backup, what would you guys do?

     

     

  3. On 8/23/2020 at 10:31 PM, Sycotix said:

    Have you checked whether this port is already being used? 

     

    Also for some more information, are you trying to access a page that you've protected with Authelia or just trying Authelia itself? 

    Have you read my guide here https://github.com/ibracorp/authelia?

    So the port is not being used, if i put it in host mode i can reach the Login Page, i am trying to use it with Letsencrypt. If i put in the password which i encrypted it does not say wrong password but simply refreshes the page. 

     

    Is there anyway you can share your Config file filled out so i can compare.

  4. 2020-06-05 10:05:04,837 DEBG 'start-script' stdout output:
    [debug] Having issues resolving name 'www.google.com', sleeping before retry...

    2020-06-05 10:05:04,986 DEBG 'start-script' stdout output:
    [debug] Having issues resolving name 'www.google.com', sleeping before retry...

    2020-06-05 10:05:06,510 DEBG 'start-script' stdout output:
    [debug] Having issues resolving name 'www.google.com', sleeping before retry...

    2020-06-05 10:05:06,510 DEBG 'start-script' stdout output:
    [debug] Having issues resolving name 'www.google.com', sleeping before retry...

    2020-06-05 10:05:09,892 DEBG 'start-script' stdout output:
    Fri Jun 5 10:05:09 2020 Bad compression stub decompression header byte: 42

     

     

    Getting this on latest version, Broken :(

  5. 15 hours ago, aptalca said:

    Comment out the main location block in the default site config

    Hi I did this but then it just redirected directly to a subdomain. 

     

    I did as follow's in "Site Confs" Defaults


    # main server block
    #server {
    #    listen 443 ssl http2 default_server;
    #    listen [::]:443 ssl http2 default_server;
    #
    #    root /config/www;
    #    index index.html index.htm index.php;
    #}

    server {

     

    I pasted the server { at the bottom after commenting out as otherwise letencrypt log would just whine

  6. It works fine but i notice this in Logs.

     

     

    nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html)
    nginx: [error] lua_load_resty_core failed to load the resty.core module from https://github.com/openresty/lua-resty-core; ensure you are using an OpenResty release from https://openresty.org/en/download.html (rc: 2, reason: module 'resty.core' not found:

     

    Is this something to worry about / future update? 

     

     

     

    Sorry ill change my question, I guess its harmless which is cool, It just doesn't fix my OCD !

  7. I have added an additional PCIE Network card and enabled it. I want to map one docker to it and im going to put it on a seperate VLAN.

     

    How should i go about this, can anyone either point me to video or let me know the steps.

×
×
  • Create New...