Everything posted by Siwat2545
-
[support] Siwat's Docker Repository
what happens when you visit the url using chrome?
-
[support] Siwat's Docker Repository
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.
-
[support] Siwat's Docker Repository
try proxy_pass to http instead of https
-
[support] Siwat's Docker Repository
when you edit the container, what is in your ‘repository’ field?
-
[support] Siwat's Docker Repository
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
-
[support] Siwat's Docker Repository
What seem to be the problem, does the web ui does not show up?
-
[support] Siwat's Docker Repository
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)
-
[support] Siwat's Docker Repository
- [support] Siwat's Docker Repository
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"- [support] Siwat's Docker Repository
That suggest that the certificate is not wildcarded at the sub domain level- [support] Siwat's Docker Repository
In my setup, I use one wildcard certificate that cover both nextcloud and onlyoffice install. maybe you can try that?- [support] Siwat's Docker Repository
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?- [support] Siwat's Docker Repository
What are your proxy configuration?- [support] Siwat's Docker Repository
Quick question, are your proxy pointing to http or https of onlyoffice? and are your certificate installed in onlyoffice- [support] Siwat's Docker Repository
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.- [support] Siwat's Docker Repository
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.- [support] Siwat's Docker Repository
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.- [support] Siwat's Docker Repository
- [support] Siwat's Docker Repository
Which version of the docker are you on?- [support] Siwat's Docker Repository
I’ll update it tomorrow- [support] Siwat's Docker Repository
Looked into it, outta idea, maybe a debian bug?, template is now defaulted to v6.0 for now- [support] Siwat's Docker Repository
Updated! 🙂- [support] Siwat's Docker Repository
My server broke so yeaaaa it’s gonna take a while.- [support] Siwat's Docker Repository
Interesting I’ll look into this when I’m free.- [support] Siwat's Docker Repository
What’s at 192.168.1.202 and 192.168.1.112? - [support] Siwat's Docker Repository