Interface SetupHttpHandlerArgs

Hierarchy

  • SetupHttpHandlerArgs

Properties

allowRootPod?: boolean

Determines if pods can be created in the root of the server. Relevant to make sure there are no nested storages if registration is enabled for example. Defaults to true.

Used for converting the input data.

Handles the requests.

storage: KeyValueStorage<string, boolean>

Used to store setup status.

storageKey: string

Key that is used to store the boolean in the storage indicating setup is finished.

templateEngine: TemplateEngine<Dict<any>>

Renders the main view.