Outils pour utilisateurs

Outils du site


linux:keepass (lu 3068 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

linux:keepass [20-03-2025 10:36]
edmc73 créée
linux:keepass [20-03-2025 11:14] (Version actuelle)
edmc73
Ligne 5: Ligne 5:
  
 https://wikilibriste.fr/tutoriels/keepass https://wikilibriste.fr/tutoriels/keepass
 +
 +
 +Pour Google Chrome
 +
 +  flatpak override --user --filesystem={/var/lib,xdg-data}/flatpak/{app/org.keepassxc.KeePassXC,runtime/org.kde.Platform}:ro --filesystem=xdg-run/app/org.keepassxc.KeePassXC:create com.google.Chrome
 +
 +
 +<code>
 +cat << 'EOF' > ~/.var/app/com.google.Chrome/config/google-chrome/Default/keepassxc-proxy-wrapper.sh
 +#!/bin/bash
 +APP_REF="org.keepassxc.KeePassXC/current"
 +
 +for inst in "$HOME/.local/share/flatpak" "/var/lib/flatpak"; do
 +    if [ -d "$inst/app/$APP_REF" ]; then
 +        FLATPAK_INST="$inst"
 +        break
 +    fi
 +done
 +[ -z "$FLATPAK_INST" ] && exit 1
 +
 +APP_PATH="$FLATPAK_INST/app/$APP_REF/active"
 +
 +RUNTIME_REF=$(awk -F'=' '$1=="runtime" { print $2 }' < "$APP_PATH/metadata") RUNTIME_PATH="$FLATPAK_INST/runtime/$RUNTIME_REF/active"
 +
 +exec flatpak-spawn --env=LD_LIBRARY_PATH=/app/lib --app-path="$APP_PATH/files" --usr-path="$RUNTIME_PATH/files" -- keepassxc-proxy "$@"
 +EOF
 +
 +</code>
 +
 +  chmod +x ~/.var/app/com.google.Chrome/config/google-chrome/Default/keepassxc-proxy-wrapper.sh
 +
 +  cp ~/.config/google-chrome/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json ~/.var/app/com.google.Chrome/config/google-chrome/NativeMessagingHosts
 +
 +  vi ~/.var/app/com.google.Chrome/config/google-chrome/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json
 +  
 +<code>
 +{
 +    "allowed_origins": [
 +        "chrome-extension://pdffhmdngciaglkoonimfcmckehcpafo/",
 +        "chrome-extension://oboonakemofpalcgghocfoadofidjkkk/"
 +    ],
 +    "description": "KeePassXC integration with native messaging support",
 +    "name": "org.keepassxc.keepassxc_browser",
 +    "path": "/var/lib/flatpak/exports/bin/org.keepassxc.KeePassXC",
 +    "type": "stdio"
 +}
 +</code>
 +
 +
 +<code>
 +{
 +    "allowed_origins": [
 +        "chrome-extension://pdffhmdngciaglkoonimfcmckehcpafo/",
 +        "chrome-extension://oboonakemofpalcgghocfoadofidjkkk/"
 +    ],
 +    "description": "KeePassXC integration with native messaging support",
 +    "name": "org.keepassxc.keepassxc_browser",
 +    "path": "/home/user/.var/app/com.google.Chrome/config/google-chrome/Default/keepassxc-proxy-wrapper.sh",
 +    "type": "stdio"
 +}
 +</code>
 +
 +
 +
linux/keepass.1742463416.txt.gz · Dernière modification: 20-03-2025 10:36 de edmc73