No description
|
|
||
|---|---|---|
| htdocs | ||
| Dockerfile | ||
| qube-proxy.conf | ||
| README.md | ||
Cobalt Qube 3 UI proxy
This proxies the admin UI of a Cobalt Qube 3, modifying the pages so they are usable in a modern browser.
This has only been tested in Firefox 131.
Usage
You will need to modify the following lines in qube-proxy.conf to point at the real IP address of the Qube:
RewriteRule ^/(.*)$ http://192.168.70.189:444/$1 [P,QSA]
ProxyPassReverse "/" "http://192.168.70.189:444/"
Then you can build and run the container:
docker build -t qube-ui .
docker run -ti -p 3444:80 qube-ui
Once the container is running, you can access http://localhost:3444/base/wizard/start.html and configure the Qube as normal.