Contains all SiteKiosk system relevant settings.
Path:

system

Hierarchy

  • SystemConfig

Properties

SiteKiosk and system wide audio settings.

system.audio

Global and default browser specific settings.

system.browser

chromiumCommandLine: ChromiumCommandLineConfig[]

Default: []

Additional commandline parameters to use when starting our chromium instances.

system.chromiumCommandLine

logging: LoggingConfig

Defines the log behavior, log path, eg.

system.logging

powerSettings?: PowerSettingsConfig

System power management settings.

system.powerSettings

Proxy settings for browsers and other webviews.

system.proxy

scheduledMaintenanceTasks: MaintenanceTaskConfig[]

Default:

[
  {
    "day": "Daily",
    "hour": 4,
    "minute": 0,
    "action": "Restart"
  }
]


List of scheduled maintenance tasks.

system.scheduledMaintenanceTasks

startupScript?: string

Default: ""

JS code which should be started after SiteKiosk has been initialized.

system.startupScript

usageRestrictions: UsageRestrictionConfig

Usage restrictions for the user when using SiteKiosk.

system.usageRestrictions

useSiteKioskShell: boolean

Default: true

True when SiteKiosk should be used as system shell, false when the explorer shell should always be used.

system.useSiteKioskShell

Configures the watchdog which monitors SiteKiosk.

system.watchdog

Generated using TypeDoc