-
Notifications
You must be signed in to change notification settings - Fork 484
Description
Hi convex team 👋
This issue is partially an issue and partially a feature request.
The issue is as follows:
I want to self host the convex backend and dashboard in the most traditional way via your docker-compose, following the docs tightly.
The single issue I have, is that I want to do that in an air-gapped network. That means that the monaco editor couldn't be loaded from the default jsdeliver's cdn.
Fortunly enough, the monaco editor provides the loader object that allows adjusting the default loading behaviour. So the solution is kinda already exists, and just need to be implemented ( link to monaco's docs).
Also, I'll be more than happy to develop this tiny feature myself. Seems like implementing it along with an env variable to make it user configurable, is a no brainer for me.
So this issue is also a kind of consultation: does this feature worth adding from your perspective?
Thanks a lot in advance🙏
Your product is truly awesome,
Yours,
FunkMaster-dev