Enable the tenant dashboard - Fluid Topics - 3.10

Install Fluid Topics on Multiple Servers

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.10

The dashboard gives an overview of all the tenants on a server.

The dashboard gives access to all your tenants

The tenant dashboard is turned off by default for security reasons.

It is available with the following URL:

http://my_documentation_portal:8080

It is possible to enable or disable the dashboard in the server.conf file:

Edit the following file:

As antidot user

/usr/local/afs7/Fluid-Topics/web/conf/server.conf

  • Enable the dashboard by adding the following parameter:

    fluidtopics.dashboard.enable = true

  • Disable the dashboard by adding the following parameter:

    fluidtopics.dashboard.enable = false

For this modification to be taken into account, it is mandatory to restart the Fluid Topics server by running the following command:

As root user

systemctl restart fluidtopics