Enabling IP address of remote server #37
-
|
What configuration files need amending in the OpenRelik default installation when using the install.sh script, please? I access a virtualised environment using a VPN and would like to continue doing so whilst testing out OpenRelik. So far I have found references to localhost in config.env and settings.toml that I have amended to the private IP for the server. There are also references to 127.0.0.1 within docker-compose.yml. Would these need amending too? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Some questions to understand the issue better:
|
Beta Was this translation helpful? Give feedback.
-
|
The relevant URLs to adjust are:
We would really advice you to put a (e.g. nginx) reverse proxy in front of your setup. If not make sure you are using a VPN setup to keep your services secure. A setup multiple people use with Tailscale is described here https://openrelik.org/guides/tailscale/ |
Beta Was this translation helpful? Give feedback.
-
|
Hey I did the same kinda of setup with Tailscale but using a cloudflare tunnel. I can access the api using my domain however when accessing the relik URL i get a blank page with :
I indeed changed the listening domain in the settings.toml. |
Beta Was this translation helpful? Give feedback.
Many thanks for that @hacktobeer. This method worked with the following command:
ssh -L 8710:localhost:8710 -L 8711:localhost:8711 {user-name}@{open-relik-IP} -N
This enabled me to open a browser on my machine and to connect to OpenRelik UI instance using localhost:8711