Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduvpn/vpn-server-node
OpenVPN node controller **MOVED** See https://codeberg.org/eduVPN/vpn-server-node
https://github.com/eduvpn/vpn-server-node
Last synced: 5 days ago
JSON representation
OpenVPN node controller **MOVED** See https://codeberg.org/eduVPN/vpn-server-node
- Host: GitHub
- URL: https://github.com/eduvpn/vpn-server-node
- Owner: eduvpn
- License: agpl-3.0
- Archived: true
- Created: 2016-10-18T14:06:23.000Z (about 8 years ago)
- Default Branch: v3
- Last Pushed: 2023-05-26T10:00:50.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:43:41.843Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 784 KB
- Stars: 19
- Watchers: 6
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - eduvpn/vpn-server-node - OpenVPN node controller (others)
README
**Summary**: Server node for Let's Connect! / eduVPN
**Description**: Server node for Let's Connect! / eduVPN managing OpenVPN and
WireGuard.**License**: AGPL-3.0-or-later
[![builds.sr.ht status](https://builds.sr.ht/~fkooman/vpn-server-node.svg)](https://builds.sr.ht/~fkooman/vpn-server-node)
# Introduction
This project is the VPN node of the Let's Connect! / eduVPN software. It
manages OpenVPN and WireGuard.# Issue Tracker
Find our issue tracker [here](https://todo.sr.ht/~eduvpn/server). You can also
submit an issue through mail.Please mention the version of eduVPN / Let's Connect! server you are running
and _only_ report issues with the _server_ here!# Contributing
Thank you for taking the time to contribute to eduVPN / Let's Connect!.
We are very happy to receive bug fixes and translation updates! Please create
an entry in the [Issue Tracker](#issue-tracker) as well. If you want to
see/develop new features, or introduce big(ger) changes, please
[talk](mailto:[email protected]) to us before you start working on
it to prevent you doing to work and having it rejected.Furthermore, in order for us to be able to accept your contributions, if they
are big enough to warrant protection under copyright, we'd like
to ask you to sign our "CLA" and send it back to us.You can find the CLA [here](https://commonsconservancy.org/resources/). Pick
the correct one, either for "legal entities" or "individuals" and mail it to
[[email protected]](mailto:[email protected])
as stated in the document. Please add
[[email protected]](mailto:[email protected]) to the
CC field.**NOTE**: signing the CLA will not automatically guarantee your contribution
will be accepted and included in the software!Thanks again for wanting to contribute to eduVPN / Let's Connect!
## Code Quality / Style
If you want to contribute, make sure your code makes it through static code
analysis, does not break the unit tests and is properly formatted.See the `Makefile` target and run `make all` to run all of them. Refer to our
[Development Setup](https://github.com/eduvpn/documentation/blob/v3/DEVELOPMENT_SETUP.md)
documentation on how to install and run those tools.