This functionality is only available for certain module packages.

Security precautions

If the Job Server is used in productive operation, certain security precautions have to be taken to ensure that the Job Server cannot be manipulated. The Job Server itself does not provide any protection strategies. In practice a reverse proxy is usually inserted between the Job Server and the Internet / Intranet (for example nginx).

The Job Server communicates with the browser via URLs. The basic idea is to enable or disable these URLs in order to protect the Job Server and ensure its functionality.

A URL is divided into a scheme, host and components (Scheme: http, Host: www.JobServer.de:8080). The components form the path of the URL. This has to be either enabled or disabled. A component can either by a text (for example jobs, bower_components) or a variable (for example {id} a text that changes constantly) or a variable amount of components (for example /bower_components/* means the components bower_components and all components lying behind it).

As a rule the following areas exist:

Job Status

Create Job

Administration page

All the URLs must be enabled for the Administration page. In practice only allowing specific computers or users access to the complete Job Server to administer it has proved to be successful.