Skip to content

Settings

Matt Krins edited this page May 23, 2024 · 9 revisions

Application Settings

The settings tab allows configuration of application-wide options.

About

Settings are saved into a settings.yaml file located at %appdata%/settings.yaml


Theme

Switch between light, dark and auto application themes. The default is auto, which uses the system/OS theme.

Log Level

Sets the level of which logs should be recorded, primarily for debugging purposes. The default level is info.

Schema Location

The directory containing application schema files. Default location is %appdata%/platysync/schemas

Additional Settings

These settings can not be configured by the GUI, but must instead be set in settings.yaml.

Enable Run/Command Action

Enables action which can execute arbitrary system processes/commands.
Must be set manually by adding enableRun: true
WARNING: Enabling this setting can potentially introduce an arbitrary code execution exploit on your network.
Default: false

Log Redactions

Some data you may not want to be recorded in logs such as passwords. This is a list of keys to be redacted.
Default: password, secret, key, token, code, unicodePwd

Server port

Changes the port which the PlatySync server listens on.
Default: 2327

Server Host

Changes the host/interface which the PlatySync server listens on.
Default: 0.0.0.0 (all interfaces).

HTTPS/SSL

You can enable HTTPS/SLL on the server by placing https.crt and https.key files in the %appdata%/platysync directory.

Clone this wiki locally