Adding custom banners to Server#

If desired, you can add custom header and footer messages to your instance of Anaconda Server UI, then configure them using environment variables.

Adding the banners to Server#

Editing the banners#

  1. Connect to your instance of Anaconda Sever. Get help from your IT administrator with this step if necessary.

  2. Enter your Anacodna Server base installer directory.

  3. Using your preferred file editor, open the docker-compose.yml file.

  4. Find the environment: section of the file, and configure your header and footer as desired.

  5. Save your changes and close the file.

  6. Restart your containers by running the following command:

    docker compose up -d