Code Monkey home page Code Monkey logo

openvpn3-indicator's Introduction

logo openvpn3-indicator

Simple indicator application for OpenVPN3.

Description

This is a simple indicator application that controls OpenVPN3 tunnels. It is based on D-Bus interface provided by OpenVPN3 Linux client. It is a temporary solution until Network Manager supports OpenVPN3.

Example use

example

example.mp4

Prerequisites

This application requires the installation of openvpn3-linux (https://github.com/OpenVPN/openvpn3-linux). There are pre-built packages prepared for popular distributions by OpenVPN.

Installation instructions (from repositories)

Package openvpn3-indicator can be installed on popular Linux distributions using the provided repositories.

Ubuntu

Packages are hosted in Ubuntu Launchpad repository . Installation instructions:

sudo add-apt-repository ppa:grzegorz-gutowski/openvpn3-indicator
sudo apt install openvpn3-indicator

Fedora + RHEL

Packages are hosted in Fedora Copr repository . Installation instructions:

sudo dnf copr enable grzegorz-gutowski/openvpn3-indicator
sudo dnf install openvpn3-indicator

Installation instructions (from sources)

Prerequisites

Application requires some standard python libraries that are usually present in desktop installations. On Ubuntu/Debian systems it should be enough to use the following install command:

sudo apt install python3-gi gir1.2-ayatanaappindicator3-0.1 python3-secretstorage python3-setproctitle

On Fedora:

sudo dnf install python3-secretstorage python3-setproctitle gnome-shell-extension-appindicator

Installation

You can use provided Makefile to install the application in /usr/local for all users.

sudo make install

You can also install symlinks to the current directory in ~/.local/ for the current user only. This is the way for developers, as it allows easy modifications of the application.

make devel

You can uninstall the application by running sudo make uninstall or make undevel.

Usage instructions

Simply click the indicator icon to control OpenVPN3 tunnels: import configurations, connect, pause, resume, and disconnect sessions.

openvpn3-indicator's People

Contributors

grzegorz-gutowski avatar dsommers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.