Jump to content

KShips

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by KShips

  1. On 2/2/2023 at 2:21 PM, VelcroBP said:

    That is indeed the video I followed back when I originally set up cloudflare and NGINX. However I since followed their video for creating an tunnel via CF.

     

    To clarify, my setup is working currently with other containers. It has also worked previously with a different template for Nextcloud (linuxserver.io). I switched to this official container because of other problems I was having with Nextcloud.

     

    Since this has worked previously and is currently working with other containers, I think the problem is with my Nextcloud config. Given the fact that the requests are making it through CF and NGINX and hitting Nextcloud, but are getting flagged as insecure, I don't think I'm whitelisting properly since it doesn't solve the issue.

    Can you share config? I had similar issues.  Cannot remember exactly what fixed it but 'overwriteprotocol' => 'https', was one thing I had overlooked which config needed.  

  2. Started server up today and had the error 'Your flash drive is corrupted or offline. Post your diagnostics in the forum for help.'

     

    Logs attached if anyone can shed some light on what is wrong or confirm flash drive needs replacing. I've had the odd error or weird behavior for a while now although thought I had fixed it by updating plugins (maybe it just replaced corrupt files?). I can browse and download files from GUI of flash drive contents which suggests drive is online?

     

    Thanks

     

    tower-diagnostics-20220827-1054.zip

  3. On ‎08‎/‎10‎/‎2017 at 6:39 PM, matthope said:

    I've found a solution in the [email protected] archives, just add those line at the end of the VM XML config. If you're passingtrough more than one device, just make sure to select the hostdev# accordingly to your intel IGD.

     

    
    [...]  
      <qemu:commandline>
        <qemu:arg value='-set'/>
        <qemu:arg value='device.hostdev0.x-igd-opregion=on'/>
        <qemu:arg value='-set'/>
        <qemu:arg value='device.hostdev0.x-igd-gms=1'/>
      </qemu:commandline>
    </domain>

     

    Excellent, thanks for this. Just applied it and so far appears to be massive improvement.

×
×
  • Create New...