Sync-in, Onlyoffice, Nginx Proxy Manager #40
-
|
Hello all, I recently discovered Sync-in, and I like it 👍 I'm trying without success to view/Edit documents with Openoffice through NginxProxyMananer with my url: https://sync-in.mydomain.com Here's my configuration: I didn't install nginx, I use external url for openoffice. Sync-in server: Environment.yaml: server:
# prevent displaying Docker internal IP addresses
trustProxy: true
mysql:
url: mysql://root:mypassword@192.168.1.100:3309/sync_in
auth:
token:
access:
secret: mytokenaccess
refresh:
secret: mytokenrefresh
applications:
files:
dataPath: /app/data
onlyoffice:
enabled: true
secret: myonlyofficejwt
verifySSL: false
externalServer: http://192.168.1.100:8092Onlyoffice Nginx Proxy Manager: When I use local Syn-in url (http://192.168.1.100:8888), everything is working fine. I can edit a word document I can log, and navigate into Syn-in via https://sync-in.mydomain.com This is the onlyoffice nginx.error.log:
I think something is missing in Nginx Proxy Manager advanced configuration, I spent hours in "googleing" with no success. Can someone help me ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Here's how I solved it.
you can read all about it here in this discussion edit: the discussion isn't closed. |
Beta Was this translation helpful? Give feedback.
-
|
@lephtHanded , I followed your advices, and it's working now. |
Beta Was this translation helpful? Give feedback.
Here's how I solved it.
I'm not using NPM, (though I used to) I'm using Pangolin. It should still work out the same.
tl;dr:
you can read all about it here in this discussion
edit: the discussion isn't closed.