plugins.aw-watcher.settings.aw_server.host
Host to connect to.
Type: null or string or raw lua code
Default:
null
Plugin default: "127.0.0.1"
Declared by:
plugins.aw-watcher.settings.aw_server.port
Port to connect to.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 5600
Declared by:
plugins.aw-watcher.settings.aw_server.pulsetime
The maximum amount of time (in seconds) between two consecutive events (heartbeats) with the same data (e.g. same file path) that will cause them to be merged into a single event. This is useful for saving on storage space and disk I/O.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 30
Declared by:
plugins.aw-watcher.settings.aw_server.ssl_enable
Whether the ActivityWatch server should be connected to using HTTPS.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: