2022-07-15 21:39:05 +00:00
2022-04-14 17:46:46 +03:00
2022-07-15 21:39:05 +00:00

REVELATION (PASSWORD STORAGE)

Because revelation package is not maintained anymore and the newest Ubuntu releases do not contain it at all, and because I keep all my passwords inside this brilliant software. I have prepared the way, how to run it on the newest Ubuntu throught a docker container.

# Do not forget `xhost +local:` on host.
# To run revelation, just build ubuntu:18.04, install revelation and run via ENTRYPOINT [ "/usr/bin/dbus-run-session", "/usr/bin/revelation" ]

alias revelation='xhost +local:; docker run --rm -v $HOME:$HOME -e DISPLAY=$DISPLAY  -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti revelation revelation'
Description
No description provided
Readme 136 MiB
Languages
Dockerfile 100%