datascape-companion

version {{.Version}} · port {{.Port}}
{{if .Notice}}
{{.Notice}}
{{end}}
Local filesystem path where the wiki's content tree is mounted.
One origin per line (scheme + host + optional port, no trailing slash). Only browser tabs from these origins can ask the companion to open files.
Run when the wiki asks to open a file. Use {{`{path}`}} for the resolved file path. Leave blank to use the default. Default: {{.DefaultOpenFileCommand}}
Run when the wiki asks to reveal a folder. Default: {{.DefaultOpenFolderCommand}}
Config file: {{.ConfigPath}}
Log file: {{.LogPath}}
Port is set in the config file only; restart after editing.

Log (last 50 lines)

{{if .LogError}}
Could not read log: {{.LogError}}
{{else if .LogTail}}
{{.LogTail}}
{{else}}
Log is empty.
{{end}}