Customizing Instance Configuration
Global Configuration
logo
Logo displayed in the web interface header.
- Type:
objectwith 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
databox.admin.logo
Logo displayed in the web interface header.
- Type:
objectwith 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;
databox.admin.title
Admin Title displayed in the web interface header.
- Type:
string
Expose
Admin Configuration
expose.admin.logo
Logo displayed in the web interface header.
- Type:
objectwith 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;
expose.admin.title
Admin Title displayed in the web interface header.
- Type:
string
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
uploader.admin.logo
Logo displayed in the web interface header.
- Type:
objectwith 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;
uploader.admin.title
Admin Title displayed in the web interface header.
- Type:
string