Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
1–10 of 93 posts
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#2On the other hand, docker containers on a RPi Zero? What a sad state of affairs we have in 2022.
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#3On one hand, this is incredibly cool, and brings some great security. On the other hand, docker containers on a RPi Zero? What a sad state of affairs we have in 2022.
Sincere question - AFAIK, Raspberry PI OS is a Linux distribution like any other, with dependency/distribution issues like any other. Why would using Docker on it be a sad state of affairs, in contrast to using it on any other distribution?
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#4On one hand, this is incredibly cool, and brings some great security. On the other hand, docker containers on a RPi Zero? What a sad state of affairs we have in 2022.
Why? Sincere question - AFAIK, Raspberry PI OS is a Linux distribution like any other, with dependency/distribution issues like any other. Why would using Docker on it be a sad state of affairs, in contrast to using it on any other distribution?
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#5On one hand, this is incredibly cool, and brings some great security. On the other hand, docker containers on a RPi Zero? What a sad state of affairs we have in 2022.
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#6Earlier quoted context omitted.
Why? Sincere question - AFAIK, Raspberry PI OS is a Linux distribution like any other, with dependency/distribution issues like any other. Why would using Docker on it be a sad state of affairs, in contrast to using it on any other distribution?
Not the OP but maybe bec this is a single use device… why not just install direct on the OS and back the whole thing up?
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#7Earlier quoted context omitted.
Why? Sincere question - AFAIK, Raspberry PI OS is a Linux distribution like any other, with dependency/distribution issues like any other. Why would using Docker on it be a sad state of affairs, in contrast to using it on any other distribution?
Not the OP but maybe bec this is a single use device… why not just install direct on the OS and back the whole thing up?
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#8Earlier quoted context omitted.
Why? Sincere question - AFAIK, Raspberry PI OS is a Linux distribution like any other, with dependency/distribution issues like any other. Why would using Docker on it be a sad state of affairs, in contrast to using it on any other distribution?
Not the OP but maybe bec this is a single use device… why not just install direct on the OS and back the whole thing up?
Is there a way to do it without backing up all the os packages?
With docker I can stop the service, then snapshot its data volume, then restart it. And restoring is very easy.
I have no idea how to get that workflow at an os level without a vm manager.
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#9My solution for the past 14 years has been a simple GPG-encrypted org-mode (text) file. I can get to a password multiple ways from any device. The main way I check one is to open the file in Emacs which prompts for the master password via pinentry. You could also use a keyfile. Usually I just ssh and connect to a tmux session with emacs -nw already running, but I can also decrypt and grep it from the CLI, or clone the private repo its on to do the same locally. I only do anything involving PII or money in a dedicated PureOS VM though, so I generally don't jump through any hoops and it's relatively transparent.
Re: Bring Your Own Password Manager: Portable BitWarden on a Pi Zero
#10What are the advantages of this setup over carrying a pendrive with am encrypted KeePassXC vault in it?