Skip to main content
Version: 3.17

Customizing Instance Configuration

Global Configuration

Logo displayed in the web interface header.

  • Type: object with the following properties:

logo.src

Can be a URL or a base64-encoded image.

  • Type: string

logo.style

CSS styles applied to the logo image (e.g., "width: 100px; height: auto;").

  • Type: string

  • Example: width: 100px; height: auto;

theme

Theme copied from https://bareynol.github.io/mui-theme-creator/

  • Type: string

  • Example:

export const themeOptions = {
palette: {
type: 'light',
primary: {
main: '#3f51b5',
},
secondary: {
main: '#f50057',
},
background: {
default: '#793333',
},
},
};

Databox

Admin Configuration

Logo displayed in the web interface header.

  • Type: object with the following properties:

databox.admin.logo.src

Can be a URL or a base64-encoded image.

  • Type: string

databox.admin.logo.style

CSS styles applied to the logo image (e.g., "width: 100px; height: auto;").

  • Type: string

  • Example: width: 100px; height: auto;

Expose

Admin Configuration

Logo displayed in the web interface header.

  • Type: object with the following properties:

expose.admin.logo.src

Can be a URL or a base64-encoded image.

  • Type: string

expose.admin.logo.style

CSS styles applied to the logo image (e.g., "width: 100px; height: auto;").

  • Type: string

  • Example: width: 100px; height: auto;

Uploader

Uploader Application

uploader.max_upload_file_size

Maximum allowed file size for uploads in bytes.

  • Type: string

uploader.max_upload_commit_size

Maximum allowed total size for a commit of uploads in bytes.

  • Type: string

uploader.max_upload_file_count

Maximum allowed number of files in a single upload.

  • Type: string

Admin Configuration

Logo displayed in the web interface header.

  • Type: object with the following properties:

uploader.admin.logo.src

Can be a URL or a base64-encoded image.

  • Type: string

uploader.admin.logo.style

CSS styles applied to the logo image (e.g., "width: 100px; height: auto;").

  • Type: string

  • Example: width: 100px; height: auto;