Update to support the latest KeePassXC
This commit is contained in:
@@ -4,11 +4,11 @@ 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/kpxc_server` which KeePassXC listens.
|
||||
With Windows this is a named pipe under `keepassxc\<username>\kpxc_server`.
|
||||
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\<username>`.
|
||||
|
||||
```
|
||||
Copyright (C) 2017-2018 Sami Vänttinen <sami.vanttinen@protonmail.com>
|
||||
Copyright (C) 2017-2021 Sami Vänttinen <sami.vanttinen@protonmail.com>
|
||||
Copyright (C) 2017-2018 Andy Brandt <andy@brandt.tech>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user