Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmikos/qopenvpn
Simple OpenVPN GUI written in PyQt for systemd based distributions
https://github.com/xmikos/qopenvpn
Last synced: 16 days ago
JSON representation
Simple OpenVPN GUI written in PyQt for systemd based distributions
- Host: GitHub
- URL: https://github.com/xmikos/qopenvpn
- Owner: xmikos
- License: gpl-3.0
- Created: 2013-02-15T23:31:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:52:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T00:57:21.022Z (about 1 month ago)
- Language: Python
- Size: 52.7 KB
- Stars: 43
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
QOpenVPN
========Simple OpenVPN GUI written in PyQt for systemd based distributions
Requirements
------------- Python >= 3.3
- PyQt 5
- OpenVPN
- systemd with journald
- sudo and/or kdesuUsage
-----If you want to use systemctl without password prompt, you should add this line to /etc/sudoers (use visudo command for it)::
%wheel ALL=(ALL) NOPASSWD: /usr/bin/systemctl
And then add yourself to wheel group::
gpasswd -a your_username wheel
An alternative is to use kdesu instead of sudo (set this in QOpenVPN settings), but then you have to use password for every operation.
You should also add yourself to adm group for log viewer to work::
gpasswd -a your_username adm