SkillAgentSearch skills...

EOVPN

OpenVPN Configuration Manager.

Install / Use

/learn @jkotra/EOVPN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

eOVPN

<div align="center"> <img src="static/window_connected_with_flag.png" alt="eOVPN"> </div>

eOVPN is a application to connect, manage and update(from remote <i>.zip</i>) OpenVPN configurations.

<a href='https://flathub.org/apps/details/com.github.jkotra.eovpn'><img height='50' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>

<a href='https://ko-fi.com/X7X83SJSN' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi5.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>


Setup

  1. Open Settings from the menu.

  2. Fill in the required details:

    • Configuration Source: This refers to a link that contains a zip file with OpenVPN configurations.
  3. click Save.


Debug

either use --debug [LEVEL] as a command-line argument or set EOVPN_DEBUG=[LEVEL] as an environment variable.

for C libraries, use G_MESSAGES_DEBUG=eovpn as environment variable.

Refer: Python Logging Levels


Install

Flatpak (Recommended)

<a href='https://flathub.org/apps/details/com.github.jkotra.eovpn'><img height='50' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png' />


Native (For Developers)

eOVPN uses meson build system, to build the project:

meson build -Dprefix=/usr
ninja install -C build
  • to disable support for openvpn3, use -Dopenvpn3=false

To uninstall:

sudo ninja uninstall -C build

Build Flatpak

flatpak-builder --user --install build-dir dist/flatpak/com.github.jkotra.eovpn.yml --force-clean

(or)

flatpak-builder --repo=repo --force-clean build-dir dist/flatpak/com.github.jkotra.eovpn.yml
flatpak build-bundle repo eovpn.flatpak com.github.jkotra.eovpn

to change python dependencies, refer to flatpak documentation.


Related Skills

View on GitHub
GitHub Stars90
CategoryDevelopment
Updated22d ago
Forks11

Languages

Python

Security Score

100/100

Audited on Mar 14, 2026

No findings