You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L2-node is bundling filecoin-saturn/node-webui and serving it over HTTP, so that people running L2 nodes (e.g. inside Station) can access the dashboard.
This was a very early implementation of Saturn GUI for the Station. The Station was rendering node-webui served by L2-node inside an iframe. A lot has changed since then, the Station no longer renders any webui from L2-node.
I think we can safely remove node-webui from L2-node:
It was a quick hack to begin with.
If we want L2 nodes to show webui, then we should start with UX research to find out what kind of dashboard makes the most sense for L2 operators. It is likely to be different from a dashboard for L1 operators.
We don't have a production need for the L2 single node stats webui currently. Once L2s provide value outside of Station, people might consider running L2s in headless mode, and then might want to see the stats UI.
Tasks
Remove all webui-related code from Saturn L2 node. In particular:
L2-node is bundling filecoin-saturn/node-webui and serving it over HTTP, so that people running L2 nodes (e.g. inside Station) can access the dashboard.
This was a very early implementation of Saturn GUI for the Station. The Station was rendering node-webui served by L2-node inside an iframe. A lot has changed since then, the Station no longer renders any webui from L2-node.
I think we can safely remove node-webui from L2-node:
Our developer docs for the Station hasn’t been updated after we stopped rendering Saturn webui, so it illustrates well the original architecture: https://github.com/filecoin-station/filecoin-station/blob/main/docs/DEVELOPING.md
We don't have a production need for the L2 single node stats webui currently. Once L2s provide value outside of Station, people might consider running L2s in headless mode, and then might want to see the stats UI.
Tasks
The text was updated successfully, but these errors were encountered: