Siwat2545

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Siwat2545

  1. what happens when you visit the url using chrome?
  2. only change to http in nginx configuration. Here's what it's doing, nextcloud make a https request to nginx, nginx forward that to document server with http. so nextcloud still see the server as https.
  3. So I umount the disks then stop mdadm then yeet the plug. Formatting went fine, running correcting parity-check right now
  4. It been 30 minutes already Here's the diagnosis Ignore the CRC error, I already tried replacing the cable, it doesn't go away. mainserver-diagnostics-20210629-0903.zip
  5. when you edit the container, what is in your ‘repository’ field?
  6. Since I only ported the official container, I do not know the inner working of these logs, I suggest that you ask here https://dev.onlyoffice.org/viewforum.php?f=4&sid=c5c0ec08795675163814c27b1f6577be
  7. What seem to be the problem, does the web ui does not show up?
  8. NVM, I confused HSTS with CORS, I don’t really know how to solve this as I do not use NGINX based reverse-proxy, but I heard that people got it working when DS have the correct certificates (in Data/certs directory)
  9. What you just post there is called the server block, can I see one for the onlyofficeds? it should have a directive "server_name onlyoffice.MYDOMAIN.com"
  10. That suggest that the certificate is not wildcarded at the sub domain level
  11. In my setup, I use one wildcard certificate that cover both nextcloud and onlyoffice install. maybe you can try that?
  12. The problem is probably with your reverse proxy, the two will refuse to talk if the certificate does not match. I don't really know how gui get change in to conf, do you happen to have an nginx server block for onlyoffice?
  13. Quick question, are your proxy pointing to http or https of onlyoffice? and are your certificate installed in onlyoffice
  14. Do it in windows https://www.howtogeek.com/240840/should-you-use-the-balanced-power-saver-or-high-performance-power-plan-on-windows/
  15. My config that used HAProxy also point to HTTP too, internal networks are typically secure, Proxy are used as an SSL Offloader. BTW, latest Documents Server seems to be stable now, version bumped to latest.
  16. The thing is I use pfSense’s HAProxy and it seems to work fine, I haven’t tried NGINX’s proxy_pass yet. So if the other image works for you, that may be your solution.
  17. Can you still access the web UI, or is the web UI is up and you can’t connect to it using nextcloud PS. I’m in the middle of a midterm exam RN, sorry for the late reply.
  18. Looked into it, outta idea, maybe a debian bug?, template is now defaulted to v6.0 for now