cvmshot/config.toml.example
2024-09-30 05:50:59 -04:00

14 lines
321 B
Plaintext

# The root directory of your screenshots
root_path = "/home/user/cvmshots/"
# The WebP quality
webp_quality = 45.0
# Configure nodes here:
# the key is the node name
# Inside, url is the websocket url to the VM
# the origin is the origin URI
[vms]
myvm1 = { url = "wss://myvm.xyz/myvm1", origin = "https://myvm.xyz" }