cryptpad/docker

CryptPad standalone documents only from localhost

RodBelaFarin opened this issue · 1 comments

I am running the CryptPad standalone setup.

The server is up and accessible from my local ip: 192.168.1.15:3000

When I now open any document a new tab opens telling me

This page can only be accessed via http://localhost:3000.

I would like to be able to open it from ma local IP as well.

This was fixed by adding the config.js to the container and uncommented the line.

httpAddress: '::',

Now it starts to open a document and checks the 'Build interface' and 'Load drive'. But now it is stuck at 0 % for 'Update content'