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:
Go to Services β Servers and click the HTTP or HTTPS server card where the File Manager is configured.
Scroll down to the Applications section and click the
icon to open the Edit Configurations window.

In the Edit Configurations window, locate the
loginand thefilessections.The
loginsection contains the footer for the Login window.The
filessection 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:
Note that the color parameter can only be expressed by a hex value.
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 tabfalse= 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