Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeepassXC Proxy. #33

Open
rigoletto-freebsd opened this issue Dec 20, 2022 · 1 comment
Open

KeepassXC Proxy. #33

rigoletto-freebsd opened this issue Dec 20, 2022 · 1 comment

Comments

@rigoletto-freebsd
Copy link

Hello!

Do you have any idea on how to make the host KeepassXC proxy be properly available inside the chroot?

I have not yet had a proper look on it but I suppose the symlink facilities could be modified to that; however I don't know if the necessary socket file is available when the chroot is kicked.

Cheers!

@nivit
Copy link

nivit commented Dec 22, 2022

Hi, I use the Linux version of keepassxc (installed with the apt command inside the chroot) and then modified the proper file in the config directory of the browser. For example, for Vivaldi the content of the file ~/.config/vivaldi/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json looks like

{
    "allowed_origins": [
        "chrome-extension://pdffhmdngciaglkoonimfcmckehcpafo/",
        "chrome-extension://oboonakemofpalcgghocfoadofidjkkk/"
    ],
    "description": "KeePassXC integration with native messaging support",
    "name": "org.keepassxc.keepassxc_browser",
    "path": "/compat/ubuntu/usr/bin/keepassxc-proxy",
    "type": "stdio"
}

I have also mounted my home directory on /compat/ubuntu/home with nullfs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants