Nothing in particular, just something
Nothing in particular, just something that will show everything, but I'd prefer to either have SSO on it, or just throw my own in front of it. That does look nice! I just want to make sure it has the same features as the regular dashboard
6 Replies
At places I've worked before, they've thrown SSO in front of the entire system. System itself doesn't need to support it - you can just put the entire thing behind an SSO'd proxy.
I haven't set it up personally myself, but that's the kind of setup that'll probably work best if it's what you want.
That was the plan, but I still need to go in and generate a access key, unless I'm missing something!
Good point.
The newly released one today has an environment variable you can set with the access key!
https://github.com/get-convex/convex-backend/blob/main/npm-packages/dashboard-self-hosted/src/pages/_app.tsx#L112
NEXT_PUBLIC_ADMIN_KEY
It just prefills the field on the dashboard so you can click through more easily. Maybe that's good enough? You still have to generate it once and you'll have to make a small change to docker-compose.yml, but that seems doable
Oh man, just know you singlehandly converted me over to Convex. Thank you so much!
I haven't tested it with the docker container yet - so you'll be breaking ground!
(I tested it outside the docker container)
But it should probably just work
Let me give it a shot right now!
Doesn't seem to be working for me, although I haven't configured the deployment URL if that effects it
Ah wait hold on, the docker compose has a hard version set
Awesome! That autofilled it for me! Thank you so much again!