summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-03-02 04:27:24 +0100
committerKali Kaneko <kali@leap.se>2018-03-02 04:27:24 +0100
commite869ebc26e1d070dc6d2888223ac85f115bb5eb1 (patch)
tree5d055be521e031834ece4516f3283d11950ea8e4
parentbf76988c62f35477f56a52e57fab05a34ea08c27 (diff)
[docs] add little readme to RiseupVPN snap folder
-rw-r--r--pkg/riseupvpn/README.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/pkg/riseupvpn/README.rst b/pkg/riseupvpn/README.rst
new file mode 100644
index 00000000..085ffe39
--- /dev/null
+++ b/pkg/riseupvpn/README.rst
@@ -0,0 +1,33 @@
+RiseupVPN
+=========
+
+RiseupVPN is a VPN app that is pre-configured for connecting to the anonymous
+VPN service offered by Riseup.
+
+Technically, RiseuVPN is a customised build of Bitmask, branded after one of
+the major LEAP providers in the wild.
+
+It ships only the set of vpn dependencies for the bitmask daemon, plus a
+minimalistic systray written in golang https://0xacab.org/leap/bitmask-systray
+that makes use of libappindicator for displaying notifications.
+
+Currently, RiseupVPN is distributed as a snap package. It uses classic
+confinement because it needs to install bitmask-root in the system, and a
+polkit policy file so that bitmask-root and openvpn can be executed without
+asking user for permission each time.
+
+Usage
+-----
+
+Until the snap package gets approved in the snap store, you can use the snap as follows::
+
+ wget https://downloads.leap.se/RiseupVPN/linux/riseup-vpn_0.10.4_amd64.snap
+ sudo apt install snapd
+ sudo snap install riseup-vpn_0.10.4_amd64.snap --dangerous --classic
+
+That should have made a new application called RiseupVPN in your launchers.
+You can also launch it manually like this::
+
+ /snap/bin/riseup-vpn.launcher
+
+