Integrate *.ghe.com and custom rendering server in browser extension

0 votes
asked Sep 10 in Wanted features by Vincent D.
Dear team,

Thanks for your awesome project, we use it daily in our company.

I see you create a browser extension which is very nice but it doesn't work on github entreprise (ie. *.ghe.com).

Is it possible to integrate it with a custom rendering server url please ?
commented 4 days ago by Vincent D.
Any news or plan ?
commented 1 day ago by The-Lu (90,500 points)

Hello V,

  • Could you explain rapidly why: " it doesn't work on github entreprise (ie. *.ghe.com)"?
  • Or explain what is it specific on 'ghe' VS simple 'github.com'?
Similar to request for `Asciidoc` here:

Regards,
Th.

1 Answer

0 votes
answered 14 hours ago by Vincent D.

Hello The-Lu,

Thanks for your reply.

Regarding “it doesn’t work on GitHub Enterprise (i.e., *.ghe.com)”: the extension appears to be restricted to "https://github.com/*", so rendering is not triggered on URLs such as "https://<mycompany>.ghe.com/*".

This may be due to my configuration or enterprise policy, but I can’t seem to change the list of enabled sites.

As for the rendering server, that was my mistake. I thought rendering happened on plantuml.com, but after rereading the documentation, I understand that it runs in a local JavaScript engine

...