From 70a88fc6fd2513ae9542484c643643030e7c9fd2 Mon Sep 17 00:00:00 2001 From: master Date: Thu, 14 Apr 2022 14:52:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cc678b..8cb965a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # REVELATION (PASSWORD STORAGE) -# 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/master:/home/master -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti revelation revelation' + +Because `revelation` package is not maintained anymore and newest ubuntu releases do not contain it at all, and because I keep all my passwords inside this brilliant software. I prepared the way, how to run it on newest throught a docker container. + + +```bash +// 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/master:/home/master -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $XAUTHORITY:/tmp/.host_Xauthority:ro -dti revelation revelation' +```