ari-cake
ari-cake3d ago

Look into the script, it just calls a

Look into the script, it just calls a binary that you csn also build with cargo. It’s super easy to automate, and then you can manage your secrets however you like to manage your secrets
2 Replies
Kno Raziel
Kno Raziel3d ago
this script https://github.com/get-convex/convex-backend/blob/main/self-hosted/docker-build/generate_admin_key.sh ? but that will mean I need to build convex and not use a prebuilt binary, I'm wrong?
GitHub
convex-backend/self-hosted/docker-build/generate_admin_key.sh at ma...
The open-source reactive database for app developers - get-convex/convex-backend
ari-cake
ari-cakeOP3d ago
You can copy it out of the docker, or you can call the binary inside the docker image with docker exec or whatever

Did you find this page helpful?