No description
Find a file
2024-10-07 19:36:36 +01:00
htdocs initial commit - admin UI 2024-10-06 19:16:24 +01:00
Dockerfile initial commit - admin UI 2024-10-06 19:16:24 +01:00
qube-proxy.conf Add extra config to enable setup wizard 2024-10-07 19:36:36 +01:00
README.md Add extra config to enable setup wizard 2024-10-07 19:36:36 +01:00

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.