[-] fireshell@lemmy.ml 3 points 2 months ago

https://github.com/bitwarden/clients/issues/11611#issuecomment-2436287977

We have made some adjustments to how the SDK code is organized and packaged to allow you to build and run the app with only GPL/OSI licenses included. The sdk-internal package references in the clients now come from a new sdk-internal repository, which follows the licensing model we have historically used for all of our clients (see LICENSE_FAQ.md for more info). The sdk-internal reference only uses GPL licenses at this time. If the reference were to include Bitwarden License code in the future, we will provide a way to produce multiple build variants of the client, similar to what we do with web vault client builds.

https://github.com/bitwarden/sdk-internal/commit/db648d7ea85878e9cce03283694d01d878481f6b

Thank you to Bitwarden for relicensing a thing to GPLv3 License!

[-] fireshell@lemmy.ml 2 points 2 months ago

for passwords no way, as you noted it is for calendars and contacts

[-] fireshell@lemmy.ml 3 points 2 months ago

besides everything else, the end of support for syncthing-android, yes, that's a real blow to the gut.

[-] fireshell@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

Integration with Android

The GnuPG implementation for Android is called OpenKeychain. To configure it, just go to the "key management" menu and import the previously created secret key. The only drawback of OpenKeychain for me personally is that there is no fingerprint unlocking.

The pass implementation for Android is called android-password-store, or simply APS.

Install and launch APS. Before synchronizing the password store, go to the "Settings" menu. There we will need the following items:

  1. Git server settings. The resulting URL should be the same as that specified on the repository page on github. Authorization type - OpenKeychain.

  2. Git utils. In this section, specify the username and email from the gpg key.

  3. OpenPGP provider. Select OpenKeychain.

  4. Autofill.

Now you can clone. Select "clone from server" on the main screen, specify the desired location of the repository, check the git settings.

Of course, pass is not that easy to set up. However, this price buys confidence that the tools we use will not one day be declared obsolete, will not change their data format, and will not be left without support.

[-] fireshell@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

A small script for entering passwords into various windows via rofi, I take passwords from pass.

Example script:

#!/bin/bash
# Sample file rofi_pass.sh
passwords=$(find /home/fireshell/.password-store/ -type f -name *.gpg)
selected_pass=$(echo -e "$passwords" | awk -F "/" '{printf "%s > %s\n", $5, $6}' | rofi -dmenu -p Pass)
item=$(echo "$selected_pass" | awk '{printf "%s/%s", $1, $3}' | sed 's/\.gpg//g')
data=$(pass show $item)
pass=$(echo -e "$data" | head -n1)
login=$(echo -e "$data" | grep -e "^login: " | sed 's/^login: //g')
xdotool type "$login"
xdotool key Tab
xdotool type "$pass"

In awesome wm I bound a key that calls it like this:

awful.key({ modkey}, "p", function () awful.spawn.with_shell("/home/fireshell/Scripts/rofi_pass.sh") end    ,
{description = "rofi pass", group = "launcher"}),  

I turn on the computer, press the key combination and the script works, or I run this script from the terminal (~/Scripts/rofi_pass.sh), select the password - it works (if necessary, pinentry is called to enter the main password), after that I press the key combination, select the desired entry

passmenu: extremely useful and wonderful dmenu script.

[-] fireshell@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

pass is enough (+ xdotool + rofi + pass-menu). Synchronization via git or Syncthing.

[-] fireshell@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

among other things, there is a plugin for Gemini client for KOReader, there is also something interesting to read there. or antenna-to-epub

[-] fireshell@lemmy.ml 2 points 3 months ago* (last edited 3 months ago)

Not loving snaps is a characteristic of someone who knows about the existence of snaps. Ubuntu for those who don't know what snaps are, but snaps are so lousy that sooner or later you will find out about their existence and want to demolish them

[-] fireshell@lemmy.ml 2 points 4 months ago

I was too lazy to just google it, but he has citizenship in Russia, the UAE, France, and Saint Kitts and Nevis.

[-] fireshell@lemmy.ml 2 points 4 months ago* (last edited 4 months ago)

He wanted Uncle Vova to hide him from the bad guys, but he sent him away, there was no meeting. Pasha went to a foreign land.

[-] fireshell@lemmy.ml 2 points 6 months ago* (last edited 6 months ago)

org-mode/org-roam-ui in Emacs with PGP support synchronization via git in forgejo

view more: ‹ prev next ›

fireshell

joined 7 months ago