mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Merge pull request 'Mullvad Browser Documentation' (#85) from haihige/passff-host:mullvad-documentation into main
Reviewed-on: https://codeberg.org/PassFF/passff-host/pulls/85
This commit is contained in:
commit
b9ce3d6796
13
README.md
13
README.md
@ -142,6 +142,19 @@ If this doesn't work, you can link the files yourself. First, change the `path`
|
||||
- OS X
|
||||
- Per-user: `~/Library/Application Support/Vivaldi/NativeMessagingHosts/passff.json`
|
||||
- System-wide: `/Library/Application Support/Vivaldi/NativeMessagingHosts/passff.json`
|
||||
- Mullvad Browser (based on TorBrowser)
|
||||
- Linux
|
||||
- `mullvad-browser/Data/native-messaging-hosts/passff.json`
|
||||
- The key used for `pass` needs to be added to Mullvad's `.gnugp` directory:
|
||||
- `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` (if this returns an error, kill the process it shows)
|
||||
- `gpg --homedir mullvad-browser/Browser/.gnupg --import /path/to/key`
|
||||
- Get the ID from `gpg --homedir mullvad-browser/Browser/.gnupg --list-keys` and set the trust to "ultimate":
|
||||
```bash
|
||||
$ gpg --homedir mullvad-browser/Browser/.gnupg --edit-key your_key_id
|
||||
> trust
|
||||
> 5
|
||||
```
|
||||
- Restart the computer, and use Mullvad to access `pass` before accessing via the CLI
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user