esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

"Localhost" share not possible #74

Closed ChainGangEvents closed 3 years ago

ChainGangEvents commented 3 years ago

Try to share DB access to another laptop on same network, but no access granted. Changed "Localhost" with main laptop ip address, but still no access possible.

mbuckaway commented 3 years ago

Are you using the docker container for the database? Is this what you are attempting to share? If so, by default, the port for the database is not exposed to local network and only to the docker network (with RaceDB).

cclague commented 3 years ago

Do you actually want to share access to the database or do you mean to RaceDB?

mbuckaway commented 3 years ago

@cclague has a point....about the only reason I can see another system would want DB access is for backup/replication.

ChainGangEvents commented 3 years ago

Access to the RaceDB. For example to capture data on another laptop but on the same database. Before I moved over to the docker network, I was able to share a access for example (http://192.168.0.1:8000/RaceDB/) to another laptop on the same network in order for that person to capture info or assist with registration. Please excuse my error. This issue should be on the RaceDB github link and not CrossMgr. I will close and move