aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Switch from Unix sockets to TCP for Docker Desktop compatibilityBernhard Guillon2026-07-071-29/+28
| | | | | | | | | | | | | | Architecture: - Container acts as TCP server (listens on :5151) - Windows binary connects as TCP client - Same protocol: newline-delimited JSON Usage: docker run -p 5151:5151 -v C:\src:/host:ro -v data:/data sourcewatch sourcewatch.exe -dir C:\src -connect localhost:5151 This avoids Docker Desktop's inability to mount Windows Unix sockets into Linux containers (they become directories instead of files).
* Update README with Windows binary build instructions and new architectureBernhard Guillon2026-07-071-30/+95
|
* Add log level system and sync loggingBernhard Guillon2026-07-061-1/+2
| | | | | | | | | - log.go: log level system (DEBUG, INFO, WARN, ERROR, NONE) - CLI: -log-level flag (default info), -verbose as shorthand for debug - Watcher: logs sync/remove actions at INFO level - Watcher: logs events at DEBUG level - Errors: structured error messages (DISK FULL, PERMISSION DENIED, etc.) - Updated README with -log-level flag
* Add build instructions to READMEBernhard Guillon2026-07-061-0/+10
|
* Add Podman to READMEBernhard Guillon2026-07-061-1/+4
|
* Add README with usage, flags, and .gitignore support docsBernhard Guillon2026-07-061-0/+70