-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
25 lines (19 loc) · 895 Bytes
/
config.yaml.example
File metadata and controls
25 lines (19 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
api_key: "your-syncthing-api-key"
base_url: "http://127.0.0.1:8384"
# Optional: Icon display mode ("emoji" or "nerdfont")
icon_mode: "nerdfont"
# Optional: Command to open files/directories (e.g., xdg-open, code, vim)
# Linux: "xdg-open", macOS: "open", Windows: "explorer"
open_command: "xdg-open"
# Optional: Command to copy to clipboard (receives text via stdin)
# Wayland: "wl-copy", X11: "xclip" or "xsel", macOS: "pbcopy", Windows: "clip.exe"
clipboard_command: "wl-copy"
# Optional: Map container paths to host paths (for Docker setups)
path_map:
"/data": "/home/user/syncthing-data"
"/photos": "/mnt/photos"
# Optional: Enable vim keybindings by default
vim_mode: false
# Optional: Image preview settings
image_preview_enabled: true # Enable/disable image preview (default: true)
image_protocol: "auto" # auto|kitty|iterm2|sixel|halfblocks (default: "auto")