#Hello everyone! I started this whole Ope - erlend2k

1 messages ยท Page 1 of 1 (latest)

west depotBOT
muted fog
#

@hollow jolt bro you gotta drop a guide or a link for people to replicate this, one of the best dashboard I have seen.

hollow jolt
vagrant stream
#

I tried copying it over to openclaw folder but on the latest claw version it fails with CSP (cloudflare not allowed)

I think I'll just spawn it as a separate server

hollow jolt
#

Ah yeah, that is a known thing โ€” newer OpenClaw versions have a CSP that blocks external CDNs, and the dashboard pulls in Chart.js, marked.js and Google Fonts from CDN. So control-ui won't play nice with it.

You are already on the right track. Spawning it as a separate server is the way to go โ€” just serve the HTML on its own port and you'll bypass the CSP entirely. No headaches.

gentle hearth
#

Thanks dude - great stuff . This dashboard is like a Shiva fountain of lobster Ganesha, I will check out karem505's repo

hollow jolt
shut zenith
#

Can you share this on GitHub?

gloomy parcel
#

How did you manage to get accurate API's in the API's tab? I am struggling with this to show actual API's in use because the original dashboard had stuff in there I don't use and assume they were static. If you add anything, how is it populated with accurate capabilities?

hollow jolt
# gloomy parcel How did you manage to get accurate API's in the API's tab? I am struggling with ...

You are 100% correct the ones in there from the start are static. The ones I am showing right now is also still static. The API list is just a hardcoded array in the frontend that I filled in with what my agents actually use. Each one gets a name, icon, and capability tags.

The part that keeps it honest is a backend health checker that pings every API every 60 seconds with real credentials. So if something goes down or a key expires, the card goes red right away.

TLDR: you tell it what you use, the health checks tell you if it's actually working

junior idol
#

are you going to release the repository for it? awesome work btw