{{ $rebuild := .Rebuild }}
Identity
The slug is the primary identifier for the system. It forms part of the domain, and must be unique across this instance of the distillery. Once set, the slug cannot be changed.
System Parameters
The version of PHP to use. The distillery will always pick the latest patch release of the selected minor. Note that not all PHP versions work with all WissKI versions. Changing the PHP version is possible at any time.
Run an IIPImage server inside this instance. This is currently experimental.
This can be used for streaming 2D images inside this WissKI, see the WissKI Documentation for more details. Please be aware that any installation or configuration steps are performed automatically by the distillery.
This option can be changed at any time.
Toggle the OPcache configuration.
By default the distillery enables the recommended settings for production. When checked a more lenient caching approach intended for development is configured. This may lead to a decrease in performance.
Changing the configuration is possible at any time.
Set a Content-Security-Policy header to help to protect against JavaScript injections or unintended use of CDNs. Leave blank to not set a header.
Autocomplete will make several suggestions for this field. Changing the header is possible at any time.
{{ if not $rebuild }}
Flavor
Determine the set of module(s) to install for this WissKI.
Changing this after installation may not be possible and in any case requires manual intervention.
{{ $defaultProfile := .DefaultProfile }} {{ range $name, $description := .Profiles }} {{ end }}
{{ end }}
{{ range .ContentSecurityPolicies }}