Update README

Clafiried the socket paths.
This commit is contained in:
Sami Vänttinen
2022-11-05 11:30:22 +02:00
committed by GitHub
parent ab3439ed1b
commit 0b812153a8
+4 -2
View File
@@ -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. 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. 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. keepassxc-proxy listens stdin from keepassxc-browser extension and transfers the data to Unix domain socket(s):
With Windows this is a named pipe under `org.keepassxc.KeePassXC.BrowserServer\<username>`. - `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\\<username>\\org.keepassxc.KeePassXC.BrowserServer`
## Installing ## Installing