browsh-org / browsh

A fully-modern text-based browser, rendering to TTY and browsers

Home Page:https://www.brow.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loopback address support

drumwhizz opened this issue · comments

Love this browser. One thing I have discovered that is holding me back is the use of the loopback interface as a URL.

If I type in the URL http://localhost:8000/ (my local web UI) it just sits there and does nothing, it doesn't even say loading...
If I type in the URL http://127.0.0.1:8000/ it does say loading but just hangs and ends up with a "Problem Loading Page" error.

I am running browsh on an Dell Edge 3000 IOT Gateway (Ubuntu 18.04 latest) and have ssh'd into a bash terminal on that machine in order to access the local web UI.

How do I pass the "--debug" argument into the docker container?

I will add those loopback URLs were working on the same machine when using wget from the bash terminal.

This has been a long-standing issue 😞

So closing this for #76