Jump to content

Glenn

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by Glenn

  1. Hi, i have letsencrypt running, server ready.  When i click on webui under docker i get redirected to my subdomain, but it times out. I get this: 

    image.thumb.png.1cf8e4934a2f4b650c40980d5c56cc16.png

     

    my nextcloud config is:

     

     

    <?php
    $CONFIG = array (
      'instanceid' => 'oc2r526nrw27',
      'passwordsalt' => 'jahrU20+WU1udvy0TZpnKPrZhRnNC2',
      'secret' => 'l4iHAz1Fz0pCfZ44QhzzqGwy9gbpKrc8DEsz2uxjZer/+85E',
      'trusted_domains' => 
      array (
        0 => '192.168.7.60:444',
        1 => 'xxx.duckdns.org',
      ),
      'datadirectory' => '/data',
      'dbtype' => 'mysql',
      'version' => '14.0.0.19',
      'trusted_proxies' => ['letsencrypt'],
      'overwrite.cli.url' => 'https://xxx.duckdns.org',
      'overwritehost' => 'xxx.duckdns.org',
      'overwriteprotocol' => 'https',
      'dbname' => 'nextcloud',
      'dbhost' => '192.168.7.60',
      'dbport' => '',
      'dbtableprefix' => 'oc_',
      'mysql.utf8mb4' => true,
      'dbuser' => 'glenn',
      'dbpassword' => 'Titan001',
      'installed' => true,
    );

     

     

    my letsencrypt nextcloud.subdomain.conf file looks like this:

     

     

    # make sure that your dns has a cname set for nextcloud
    # assuming this container is called "letsencrypt", edit your nextcloud container's config
    # located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
    #  'trusted_proxies' => ['letsencrypt'],
    #  'overwrite.cli.url' => 'https://nextcloud.your-domain.com/',
    #  'overwritehost' => 'nextcloud.your-domain.com',
    #  'overwriteprotocol' => 'https',
    #
    # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this:
    #  array (
    #    0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it.
    #    1 => 'nextcloud.your-domain.com',
    #  ),

    server {
        listen 443 ssl;

        server_name nextcloud.*;

        include /config/nginx/ssl.conf;

        client_max_body_size 0;

        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_nextcloud nextcloud;
            proxy_max_temp_file_size 2048m;
            proxy_pass https://$upstream_nextcloud:443;
        }
    }
     

  2. 5 hours ago, ijuarez said:

     

    very odd it looks like your containers do not  have the host ip 192.168.7.60, also is there a reason why you chose to have most of your containers in host mode instead of bridge mode.

     

    Care to share your network settings page.

    I haven't really learned the ins and outs of the modes yet, so I just went off of what the guides i was using had. 

     

     

    image.thumb.png.75e0d8f637633c137eb79b2f9e803ce0.png

    image.thumb.png.1c634866cc21cbba6ffbb289eeec28b3.png

     

    image.thumb.png.71f8226402fceda5ba294ff7b1f8cf30.png

  3. 2 hours ago, ijuarez said:

    No, that's is just letting you the LE container is working, you need to access your server via it's new port 192.168.7.60: XXX

    Sent from my BND-L34 using Tapatalk
     

    I can access the server by putting :8080 at the end of my ip. But I can’t access the dockers. That’s the message I get when I click webui on any of my dockers except plex 

     

  4. if i login through microsoft edge i see an error 401 authorization required and below that it says nginx. trying to login through chrome just brings me back to the login screen for my credentials

     

  5. for some reason after rebooting my  server i cannot login. i have never had problems before. i can still see all of my folders through the network but i cant acces the gui login even though i DO put in the correct username and password.  WTF??????? please help

  6. I was using my spare system running windows with Plex and locally sharing folders (with issues). 

    I sure am glad I decided to back up my stuff and then switch to unraid. I would have never known that drive was failing/failed. 

     

    Also  I guess that disk was my problem because now parity is syncing quite nicely now. It’s at 11 hours rather than 100 DAYS. Lol. 

     

    Thanks to all who contributed.  I guess now I can go from trial to purchasing. 

  7. did you look at the last diag report i posted? 

    it says : 00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller [8086:1c02] (rev 05)
        Subsystem: ASUSTeK Computer Inc. P8 series motherboard [1043:844d]
        Kernel driver in use: ahci
        Kernel modules: ahci

     

    is that not right?

     

×
×
  • Create New...