PROJECTS: qua-server, qua-view
CHANGESET: yesod handlers/templates + qua-view internals
DESCRIPTION:
When connecting to luci/helen, one can specify a url to connect to. The weird part is that this is an address of websocket, which is always the same. I want to change this to be the ip adress+port of luci/helen server behind qua-server.
On qua-view side, the hint is in Main module.
On qua-server side, connection address should be used in LuciProxy, and specified in LuciConnect.
PROJECTS: qua-server, qua-view
CHANGESET: yesod handlers/templates + qua-view internals
DESCRIPTION:
When connecting to luci/helen, one can specify a url to connect to. The weird part is that this is an address of websocket, which is always the same. I want to change this to be the ip adress+port of luci/helen server behind qua-server.
On qua-view side, the hint is in
Mainmodule.On qua-server side, connection address should be used in
LuciProxy, and specified inLuciConnect.