+ README.md

This commit is contained in:
2022-04-14 17:48:30 +03:00
parent f208f79433
commit 1c24f1761a

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# 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'