How to customize the footer

A custom footer can be configured for both the Login window and the main page of the File Manager. Each footer can contain one or more labels pointing to external links.

To customize the footer:

  1. Go to Services β†’ Servers and click the HTTP or HTTPS server card where the File Manager is configured.

  2. Scroll down to the Applications section and click the icon to open the Edit Configurations window.

  1. In the Edit Configurations window, locate the login and the files sections.

    • The login section contains the footer for the Login window.

    • The files section contains the footer for the main page.

Both sections have a footer configuration block. The parameters and structure are identical in both areas.

Each footer requires the configuration of the following mandatory parameters:

triangle-exclamation

You then need to edit the strings in the links array.

Each link object includes:

  • label: the text displayed for the link. You can specify multiple languages. The browser’s language is applied automatically. English (en) must always be present as the default.

  • url: the complete URL the link points to.

  • newpage:

    • true = open the link in a new browser tab

    • false = open the link in the same tab (overwriting File Manager)

Example of a single link:

You can add multiple links by repeating objects inside the links array.

Example with three links:

The resulting links will appear in the footer as shown in the figure below.

Last updated