Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MiniBrowserEndpoint

The mini-browser can now serve content on its own host/origin.

The virtual host can be configured with this THEIA_MINI_BROWSER_HOST_PATTERN environment variable. {{hostname}} represents the current host, and {{uuid}} will be replace by a random uuid value.

Index

Variables

HOST_PATTERN_DEFAULT: "{{uuid}}.mini-browser.{{hostname}}" = '{{uuid}}.mini-browser.{{hostname}}'
HOST_PATTERN_ENV: "THEIA_MINI_BROWSER_HOST_PATTERN" = 'THEIA_MINI_BROWSER_HOST_PATTERN'
PATH: "/mini-browser" = '/mini-browser'