Deploy connect another device

Hi, I have a problem with deploy of Kobotoolbox in my own server (well…own workstation)

Docker ps:

My ethernet:

Captura%20de%20pantalla_2019-09-20_17-05-29

Url Kobo:

http://kf.kobo.local:8080

but when i try connect with another device for example:
http://172.22.240.233:8080

no response from kobo server (docker)

Any idea how I can connect through another device?

Thanks

PD: sy bad english

Hi @luisbauti92,
Part of the response is in this https://github.com/kobotoolbox/kobo-docker/issues/251.
kobo-docker does not support IP addresses (anymore), and so does kobo-install.
If you choose to install on a workstation, domain names will be added to your /etc/hosts to let your browser recognize them.
When it’s installed in server mode, it assumes that domain names are publicly accessible (even if it’s only on a local DNS).

1 Like