Access nocodb from another computer [Mar 20]

:raising_hand_man: moosec asked

I have been trying to get the NocoDB installed is there a way to access it from another computer? I keep getting a badgateway error

:raising_hand_man: wkw replied

it depends on how you deploy it n the server settings.

:raising_hand_man: moosec replied

I deployed using the script for docker compose from the website

:raising_hand_man: wkw replied

so is it running on your local machine

:raising_hand_man: moosec replied

No it is running on a VM on a proxmox server.

:raising_hand_man: moosec replied

should I not use docker if it is on a VM?

:raising_hand_man: wkw replied

any detailed log u can share?

:raising_hand_man: wkw replied

not related. u can use docker on a vm. the problem is probably due to some misconfiguration

:raising_hand_man: wkw replied

which file u used? does it come with reverse proxy stuff?

:raising_hand_man: moosec replied

I copied the code from the website under the docker compose section. This was located under the production section.

:raising_hand_man: wkw replied

i mean which docker-compose files u use

:raising_hand_man: wkw replied

there r multiple files

:raising_hand_man: wkw replied

n are u able to access nocodb from your computer? did u get bad gateway only using another computer?

:raising_hand_man: moosec replied

The virtual machine that installed on has no graphical interface. This is that I used:

git clone GitHub - nocodb/nocodb: 🔥 🔥 🔥 Open Source Airtable Alternative

cd nocodb

cd docker-compose

cd mysql or pg or mssql

docker-compose up -d

:raising_hand_man: moosec replied

Also I tried to access via VPN to the docker image using the VM’s IP and could not see anything. I also tried passing it through a Nginix reverse proxy to access via subdomain and it gave bad gateway.

:raising_hand_man: moosec replied

When I ran docker ps -a it shows ip 0.0.0.0 with following port#’s

:raising_hand_man: moosec replied

No the reverse proxy is another VM I have to give me access to different vm’s from same IP

:raising_hand_man: moosec replied

What log file can help? I am new to docker so I’m not sure where to find the containers log

:raising_hand_man: moosec replied

I think I found the logs:

:raising_hand_man: moosec replied