Jump to content

Hoanh

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Hoanh

  1. 6 hours ago, deteria said:

    How did you set up your libraries?

    I used to have that issue where I had to run mover manually since I set up the directory to the disk share.

    If you set the directory as a user mount share, it should work.

     

     

    Everything in user share. My plex worked fine before I upgraded to Unraid ver 6.7.2. My plex library is in a share using disk cache, so maybe I'll try moving them back to aray. Thank you man!

  2. On 10/20/2018 at 9:54 AM, bdosborn said:

    I've got that warning too.

    I fixed it by adding this pieces of code to my proxy web server.

    
    	 location = /.well-known/carddav {
          return 301 $scheme://$host/remote.php/dav;
        }
        location = /.well-known/caldav {
          return 301 $scheme://$host/remote.php/dav;
        }

     

  3. On 5/24/2018 at 1:11 PM, Pducharme said:

    anyone has a working config for a Nextcloud Reverse proxy with NGINX? (Lets'Encrypt Docker).  My apache docker died yesterday like everyone else that tried to restart it.  I moved all my other Reverse proxies with much effort, but the NextCloud one doesnt want.  Also, what are in your working config file of Nextcloud itselft (not just the NGINX config).

     

    Thanks  

     

    I have the same situation like you. followed this one. It works perfectly for my case.

    https://cyanlabs.net/tutorials/the-complete-unraid-reverse-proxy-duck-dns-dynamic-dns-and-letsencrypt-guide/

    And don't forget to enable nat reflection and automatic outbound

     

    "Pfsense system / advanced / nat, enable nat reflection and automatic outbound"

  4. I'm having problem upgraded nextcloud to ver 13. 

    Here my proxy setup, which is working fine in nextcloud 12.

    'trusted_domains' => 
      array (
        0 => '192.168.2.40:4444',
        1 => 'mydomain.net/cloud',
      ),
      
      'overwrite.cli.url' => 'https://hmydomain.net',
      'overwritehost' => 'mydomain.net',
      'overwriteprotocol' => 'https',
      'overwritewebroot' => '/cloud',

    But now on ver 13, my webserver does it work directing connection to nextcloud. However, web page only displays blank . 

    5ac658b79ef5d_nextcloudtroble.thumb.png.53ae60ad855c689c4fb05d2bea9e8e80.png

×
×
  • Create New...