Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

TemplateConfiguration

Marvin edited this page Mar 26, 2020 · 3 revisions

Template configuration

This section explains how to configure templates and use the backends.

Template

The following table contains all configurable properties of a template and a description for each property:

Name Description
name The unique name of the template. This name has to be unique among all templates of a group. Do not use globaltemplate as this one is used specifically as a base for all other templates!
backend The backend to load the template's data from and store the data to. Learn more about the available backends and their meaning here.
url The URL to load the template from when using the URL backend.
processPreParameters A list of parameters that are put in front of the -jar argument to Java when launching the respective software. Useful for debugging plugins.
installablePlugins A list of plugins that are automatically installed on this service without their files being put into the template directory. Learn more about the objects in this list here.

For proxies, the parameter name is not used as proxies can only have a singular template.