Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Set Up Docker for your LAN

gio-del edited this page Feb 4, 2023 · 2 revisions

If you want the project to be accessible in your LAN, let'say IP: 192.168.X.Y, you need to change the constant.js file

Change the IP from localhost (127.0.0.1) to your server address in the LAN

Now build and start the container as described in the installation guide.

After the starting of the container the web app should be accessible in your LAN.

The problem is that the context is insecure and thus the login/registration process will not work

You can fix that in Google Chrome by going to "chrome://flags", search for "Insecure origins treated as secure", enable the flag and write in the field your LAN address as described below

Now everything should work fine.

Clone this wiki locally