aboutsummaryrefslogtreecommitdiff
path: root/articles/2023/Bitwarden-RBW-blues.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/2023/Bitwarden-RBW-blues.html')
-rwxr-xr-xarticles/2023/Bitwarden-RBW-blues.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/articles/2023/Bitwarden-RBW-blues.html b/articles/2023/Bitwarden-RBW-blues.html
new file mode 100755
index 0000000..67d53db
--- /dev/null
+++ b/articles/2023/Bitwarden-RBW-blues.html
@@ -0,0 +1,50 @@
+<!doctype html>
+<html lang="EN">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/style.css">
+ <title>Bloggings</title>
+ </head>
+ <body>
+ <header>
+ <h1>Bloggings</h1>
+ <a href="/index.php">Back</a>
+
+ </header>
+
+ <main>
+<article>
+<h2>Bitwarden RBW blues</h2>
+ <h3>2023-12-05</h3>
+ <p>
+ Unfortunately the CLI app for Bitwarden is clunky and difficult to use as
+ it is stateless. A kind soul wrote an unofficial CLI app called
+ <a href="https://github.com/doy/rbw">RBW</a> that uses a daemon, but it
+ stopped working a couple of weeks ago. Issues are pending but no reaction
+ from the author so far.
+ </p>
+ <p>The official Bitwarden CLI app is still working though.</p>
+ <p>
+ My current solution is to use password-store on the CLI and Bitwarden in
+ Firefox and Android.
+ </p>
+ <p>
+ There's a dirty hack called "B" here:
+ <a href="https://github.com/lebarondecharlus/b"
+ >https://github.com/lebarondecharlus/b</a
+ >, but it has the master password in clear in the script.
+ </p>
+ <p>
+ I'm wondering if it's possible to script a bridge between the two, but
+ it's looking like I need to use password-store for CLI apps, and Bitwarden
+ for the rest.
+ </p>
+ <h3>Update:</h3>
+ <p>RBW has been fixed. The .eu bitwarden domains have been integrated. Tested in rbw-1.9.0-1 arch package</p>
+ <p>Check <a href="https://github.com/doy/rbw#configuration">https://github.com/doy/rbw#configuration</a> for usage info.</p>
+</article>
+</main>
+<footer>
+<p>&nbsp;</p><p>ยง</p></footer>
+</body></html>