Synology not able to open webdav after mounting cryptomator folder

Hi ,

I am using this docker image GitHub - vh13294/cryptomator-docker to mount the cryptomator folder directly on my NAS

I followed all instructions and the log also shows unlocking but i am unable to access the weddav server…when i open http://192.168.XX.XX/CryptoVault i get empty page without the folder directories…Attached log below…Can anybody please help me

Blockquote
09:14:44.261 [main] INFO o.c.frontend.webdav.WebDavServer - Binding server socket to 0.0.0.0:8187
09:14:44.318 [main] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@3e3047e6{HTTP/1.1, (http/1.1)}{0.0.0.0:8187}
09:14:44.326 [main] INFO org.eclipse.jetty.server.Server - jetty-10.0.6; built: 2021-06-29T15:28:56.259Z; git: 37e7731b4b142a882d73974ff3bec78d621bd674; jvm 17.0.1+12-39
09:14:44.449 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@4d49af10{/,null,AVAILABLE}
09:14:44.471 [main] INFO org.eclipse.jetty.server.Server - Started Server@1d119efb{STARTING}[10.0.6,sto=0] @1180ms
09:14:44.471 [main] INFO o.c.frontend.webdav.WebDavServer - WebDavServer started.
09:14:44.471 [main] INFO org.cryptomator.cli.frontend.WebDav - WebDAV server started: 0.0.0.0:8187
09:14:44.501 [main] INFO org.cryptomator.cli.CryptomatorCli - Unlocking vault “CryptoVault” located at /volume1/Cloud/pcloud/CryptoVault
09:14:44.502 [main] INFO o.c.c.p.PasswordFromPropertyStrategy - Vault ‘CryptoVault’ password from property.
09:14:58.089 [main] INFO o.e.j.s.s.DefaultSessionIdManager - Session workerName=node0
09:14:58.107 [main] INFO o.a.j.w.server.AbstractWebdavServlet - authenticate-header = Basic realm=“Jackrabbit Webdav Server”
09:14:58.109 [main] INFO o.a.j.w.server.AbstractWebdavServlet - csrf-protection = null
09:14:58.109 [main] INFO o.a.j.w.server.AbstractWebdavServlet - createAbsoluteURI = true
09:14:58.109 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@792bbc74{/CryptoVault,null,AVAILABLE}
09:14:58.110 [main] INFO o.c.f.w.s.WebDavServletController - WebDavServlet started: /CryptoVault
09:14:58.111 [main] INFO org.cryptomator.cli.CryptomatorCli - Press Ctrl+C to terminate.
Blockquote