Stefan Lau

Results 66 comments of Stefan Lau

@AndersDJohnson Sure, I would gladly accept a PR. `match-regex` could be extended to match each path segment relative to root. Not sure how to find the root though 😉

Can you upload the code, so I can have a look at it? I don't fully understand the question yet...

Yes. I am no longer actively maintaining this. Please feel free to fork.

I added the note and will leave this open as a pinned issue, so it is clear to visitors.

Yes. We are looking specifically for the `index.js` file. Rationale behind this is that only if the file is actually called `index.js`, we can require the directory, thus the export...

The concept is really interesting. I like the idea of proxying the traffic and exposing details about it. One thing I dislike though is that when the monitoring solution crashes,...

Just create the `/opt/miner-dashboard/frontend/views/partials` directory, it doesn't seem to be included in the zip.

Can you try to use one of the example scripts of cgminer (i.e. https://github.com/ckolivas/cgminer/blob/master/api-example.py) to check wether it is an issue with miner-dashboard or the miner is just not reachable...

Download the script to the host where miner-dashboard is running, then run (Replace IP and Port if necessary) `python2 api-example.py summary 10.153.210.1 4028` This should give you an output like...

Hm, I didn't change anything having to do with polling the miner status from `0.2.0` to `0.3.0`. Now to get some more information: - How log does it take until...