berthubert / galmon

galileo open source monitoring
GNU General Public License v3.0
200 stars 53 forks source link

navparse only prints "not found" #154

Open banym opened 2 years ago

banym commented 2 years ago

I am working on make the Galmon stack working on podman. Since podman is a drop in replacement for Docker it should work.

This is what have done up to now:

sudo apt install podman

created /etc/containers/registries.conf.d/docker.conf and added the following line: unqualified-search-registries=["docker.io"]

sudo podman run -it --rm --device=/dev/ttyACM0 -p 10000:10000 berthubert/galmon

Then I ran: ./ubxtool --wait --port /dev/ttyACM0 --station 1 --stdout --galileo | ./navparse --bind 0.0.0.0:10000

The result is a page only saying "not found"

Any idea what is the problem here?

debiano82 commented 2 years ago

I have same problem...

kahara commented 2 years ago

As discussed here, the navparse command needs to be told where to find the static files.

Try adding --html /galmon/share/package/galmon/html/ if using the stock image.