Floating Server
Configuration

Configuration File

4min

Configuration file needs to be supplied to the server at the default or custom location. Server accepts .yaml files.

The only required configuration includes specifying the database config.

On versions prior to 1.4.9 the database settings were set via the redis config. In version 1.4.9 and later redis config was changed in favor for database. f Config files made for versions prior 1.4.9 will continue to be valid.

Changing the database type from redis to file and vice versa is not possible. To change the database type all licenses need to be reactivated!

Verbose Error Logging Enhancement (Starting from Version 1.4.12)

From version 1.4.12 onwards, verbose error logging has been introduced, providing more detailed insights into system behavior. By default, these logs are directed to stdout, making them easily accessible through Docker logs when using containers.

If you prefer to export the logs to a file, this behavior can be configured in the settings. Simply update the configuration file with the following directive:

logDestination: exportFile

Additional details can be supplied either in the configurations or through the Floating Server UI. Configuration format:

YAML


Program Arguments

Floating server accepts the following arguments:

Argument Name

Default

Description

port

"8080"

Server port

config

"config/config.yaml"

Configuration file location

logfile

"logs/floating-server.log"

Log file location

data

"data/"

Local database location

logo



Logo file location

welcomeMessage



UI welcome message