Code Monkey home page Code Monkey logo

Comments (3)

AumCoin avatar AumCoin commented on August 15, 2024

Gave up in frustration after spending half a day on this and tried docker-compose by following the directions, then I installed the Firefox client. I click "switch service" and enter the hostname from my .env file. First I was using an IP address, then I switched the .env file to hostname and tried that in the client. In both cases it immediately tells me it cannot connect. I have no firewall enabled. I can ping the hostname from the docker host and elsewhere. Why isn't this hostname working with the Firefox client?

docker-compose ps:

      Name                     Command                  State                             Ports                       
----------------------------------------------------------------------------------------------------------------------
xbs-api             docker-entrypoint.sh node  ...   Up (healthy)   8080/tcp                                          
xbs-db              docker-entrypoint.sh mongod      Up             27017/tcp                                         
xbs-reverse-proxy   caddy reverse-proxy --from ...   Up             2019/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:80->80/tcp

docker-compose top

xbs-api
UID    PID    PPID   C   STIME   TTY     TIME           CMD       
------------------------------------------------------------------
root   5562   5543   0   20:29   ?     00:00:01   node dist/api.js

xbs-db
  UID      PID    PPID   C   STIME   TTY     TIME                 CMD            
---------------------------------------------------------------------------------
systemd+   5464   5445   1   20:29   ?     00:00:03   mongod --auth --bind_ip_all

xbs-reverse-proxy
UID    PID    PPID   C   STIME   TTY     TIME                                CMD                           
-----------------------------------------------------------------------------------------------------------
root   5680   5661   0   20:29   ?     00:00:00   caddy reverse-proxy --from xbrowsersync.lan --to api:8080

It is not possible to connect to http://xbrowsersync.lan or https://xbrowsersync.lan from the client.

Not claiming to be an expert in any of the technologies used, just following the exact directions on your website for docker-compose, after the manual directions outright failed.

from api.

nero120 avatar nero120 commented on August 15, 2024

You have a missing dependency (bunyan), could be for a myriad of reasons. Go read up on Node.js.

from api.

vdias avatar vdias commented on August 15, 2024

Same error even after install the module...

"npm install bunyan" finish without error... but still got the error.

from api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.