Custom widget self hosted, only custom URL available

Hello,
I am wondering if it’s normal that for “custom widget”,
the list is not available but I still can put : “https://gristlabs.github.io/grist--widget/notepad/index.html
Should I do something special with the Dockerfile or docker-compose ?
Thanks


image

Hi @Sao, you can get the same list of custom widgets that we use for our hosted service by setting the environment variable GRIST_WIDGET_LIST_URL to https://github.com/gristlabs/grist-widget/releases/download/latest/manifest.json (or fork https://github.com/gristlabs/grist-widget and add your own).

3 Likes

thank you very much :smiley:
it worked :wink:
And is it possible to put a private github repo , some keys are gonna be there

Are the keys in the custom widgets themselves? If so, be aware that custom widgets are loaded in users’ browsers, and could be inspected in their browsers.