From 0b812153a8e8d7bc9783fb53b4f388eba4bf0e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20V=C3=A4nttinen?= Date: Sat, 5 Nov 2022 11:30:22 +0200 Subject: [PATCH] Update README Clafiried the socket paths. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5fb634..b134893 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ Application that works as a proxy between Native Messaging browser extension and This is still under development. Installing the proxy needs manual changes to JSON scripts installed for Native Messaging. See [this page](https://developer.chrome.com/extensions/nativeMessaging) for further information. -keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to Unix domain socket `XDG_RUNTIME_DIR` or `/tmp/org.keepassxc.KeePassXC.BrowserServer` which KeePassXC listens. -With Windows this is a named pipe under `org.keepassxc.KeePassXC.BrowserServer\`. +keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to Unix domain socket(s): +- `XDG_RUNTIME_DIR/app/org.keepassxc.KeePassXC/` (also supporting old legacy path with plain `XDG_RUNTIME_DIR`) +- `/tmp/org.keepassxc.KeePassXC.BrowserServer` (macOS and Linux fallback) +- With Windows this is a named pipe under `keepassxc\\\\org.keepassxc.KeePassXC.BrowserServer` ## Installing