pybit
pybit copied to clipboard
consider a dashboard type page which does not need javascript
When setting up / debugging a remote pybit web client, it is very inconvenient to have to setup full http access / VPN access to be able to use a full graphical web browser on the static html pages.
It would be useful to have at least one page which does not require javascript to populate the data and which can therefore be used over an SSH connection without needing to forward an X session.
It may be necessary to do this as a perl cgi-bin script or a PHP script.
This is related to Issue #112