Skip to content

eduvpn/vpn-user-portal

Repository files navigation

Summary: User and admin portal for Let's Connect! and eduVPN

Description: The user and admin portal and API for eduVPN / Let's Connect! allowing for self-management by users and administrative tasks by designated administrators.

License: AGPL-3.0-or-later

builds.sr.ht status

Introduction

This project contains the user and admin portal for the Let's Connect! and eduVPN software.

Issue Tracker

Find our issue tracker here. 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 as well. If you want to see/develop new features, or introduce big(ger) changes, please talk 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. Pick the correct one, either for "legal entities" or "individuals" and mail it to legaldocuments@commonsconservancy.org as stated in the document. Please add eduvpn-support@lists.geant.org 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 documentation on how to install and run those tools.