Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/YunoHost-Apps/wireguard_ynh

WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
https://github.com/YunoHost-Apps/wireguard_ynh

vpn wireguard wireguard-ui yunohost yunohost-apps

Last synced: about 6 hours ago
JSON representation

WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.

Awesome Lists containing this project

README

        

# WireGuard Server for YunoHost

[![Integration level](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Working status](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg)

[![Install WireGuard Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install WireGuard Server quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

## Overview

WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN.

This package includes an administration interface for WireGuard, which makes it more of a VPN server. Even though WireGuard can be peer-to-peer, this is not how this package configures it.

**Shipped version:** 0.6.2~ynh3

## Screenshots

![Screenshot of WireGuard Server](./doc/screenshots/screenshot.png)

## Documentation and resources

- Official app website:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug
or
sudo yunohost app upgrade wireguard -u https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug
```

**More info regarding app packaging:**