Skip to content

XNAT Dashboard

Introduction

This package provides a web based view on a XNAT instance, showing:

  • Projects
  • Users
  • Subjects
  • Experiments

Configuration

The XNAT dashboard is configured via environment variables:

Name Description
SERVER URL of the XNAT instance
XNATPY_USER Account for accessing the XNAT server
XNATPY_PASS Password for accessing the XNAT server
UPDATEINTERVAL Data refresh interval in hours
TITLE Title shown on the top right of every page
PORT port on which the web page is available
DEFAULTROUTE redirect to this page when accessing the root page
PRIMARYCOLOR color for the header/footer
BACKGROUNDCOLOR color for the background
LOGO base64 png with the logo, i.e. 'data:image/png;base64,...'

Credentials

XNAT Dashboard uses xnatpy for communication with XNAT. To set up the right username/password please refer to Credentials for more information.