mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
Maj Scripts vers BitWarden
This commit is contained in:
@@ -1,16 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
case "$(uname -s)" in
|
||||
Darwin)
|
||||
export SECRETS_KDBX="/Volumes/TeraSSD/Max_Perso/Pièces Importantes/MDPs/env_and_co.kdbx"
|
||||
export AUTO_SCRIPTS_DIR="$HOME/AI_RULES/Auto_scripts"
|
||||
;;
|
||||
Linux)
|
||||
export SECRETS_KDBX="$HOME/.config/auto-secrets/env_and_co.kdbx"
|
||||
export AUTO_SCRIPTS_DIR="$HOME/.config/auto-secrets"
|
||||
;;
|
||||
*)
|
||||
echo "OS non supporté" >&2
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
export BW_SERVER_URL="https://vaultwarden.wyvern-snapper.ts.net"
|
||||
export AUTO_SCRIPTS_DIR="$HOME/.config/auto-secrets"
|
||||
|
||||
Reference in New Issue
Block a user