I’m expanding my Discord Bot Plugin to also create a HTML page for embedding a status panel on websites.
If I create the html/css/js inside a folder in the WebRoot of an instance is it possible to make accessible via a URL (i.e. amp.domain.com/instance/WebPanel/panel.html)?
If not, I assume I’d need to create a listener on an unused port and serve up the page there?