From e869ebc26e1d070dc6d2888223ac85f115bb5eb1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 2 Mar 2018 04:27:24 +0100 Subject: [docs] add little readme to RiseupVPN snap folder --- pkg/riseupvpn/README.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkg/riseupvpn/README.rst 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 + + -- cgit v1.2.3