Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-schild/webmin-openvpn-debian-jessie
OpenVPN plugin for Webmin
https://github.com/a-schild/webmin-openvpn-debian-jessie
openvpn openvpn-configuration webmin
Last synced: 21 days ago
JSON representation
OpenVPN plugin for Webmin
- Host: GitHub
- URL: https://github.com/a-schild/webmin-openvpn-debian-jessie
- Owner: a-schild
- Created: 2016-10-24T13:25:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T10:20:31.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T12:48:44.934Z (about 1 month ago)
- Topics: openvpn, openvpn-configuration, webmin
- Language: Perl
- Homepage:
- Size: 1.69 MB
- Stars: 37
- Watchers: 10
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the 3.3 version of the OpenVPN plugin for webmin.
Since the original development does not use a VCS i try to import new versions once in a while into this repository.# Dev & Build
After doing changes, build module package by simply using tar
$ git clone https://github.com/a-schild/webmin-openvpn-debian-jessie.git .
$ ... apply your changes in openvpn/*
$ tar -cvzf openvpn.wbm.gz openvpn/# Install
If you have a previous version running, remove it first:
- Login to Webmin interface
- Webmin > Webmin Configuration > Webmin Modules > Delete > OpenVPN + CA
- Remove the module configuration from /etc/webmin/openvpn/configNow install the patched version:
- Login to Webmin interface.
- Webmin > Webmin Configuration > Webmin Modules > Install
- Click "From ftp or http URL"
- https://github.com/a-schild/webmin-openvpn-debian-jessie/raw/master/openvpn.wbm.gz
- Click "Install Module"