Skip to content
Nite edited this page May 24, 2023 · 2 revisions

Config file

There is a config file, which gets created if you change something in the settings. You can also create it manually to change something.
This has the advantage, that you are not required to add flags like --browser=false each time.

Windows

Go to \AppData\Local and create a seekr folder and in that folder create a config.toml file.
The path should look like this: \AppData\Local\seekr\config.toml

Linux

Create a seekr folder and inside of it, create a config.toml file.
The path should look like this: ~/.config/seekr/config.toml
Please note, that we are not following the xdg desktop standards for the config folder path.

Content

[server]
ip = "localhost"
port = 8569
[general]
browser = true

You can change these values accordingly.

Clone this wiki locally