1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
Find a file
2024-07-03 17:57:42 +02:00
.github v2 2023-06-17 22:11:02 +02:00
conf Fixes the wireguard_ui service to be able to display devices in the connected peers page 2024-05-02 16:20:27 +02:00
doc Clarify this is a VPN server app (#106) 2024-07-02 23:34:07 +02:00
scripts Don't backup same file twice 2023-10-15 23:49:17 +02:00
.gitignore Initial commit 2020-10-11 14:45:13 +02:00
ALL_README.md Auto-update READMEs 2024-06-22 22:46:14 +00:00
LICENSE Initial commit 2020-10-11 14:45:13 +02:00
manifest.toml Bump package version 2024-07-03 17:57:04 +02:00
README.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
README_es.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
README_eu.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
README_fr.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
README_gl.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
README_it.md Auto-update README 2024-03-29 07:28:11 +01:00
README_zh_Hans.md Auto-update READMEs 2024-07-03 15:57:10 +00:00
tests.toml Fix tests² 2023-10-01 12:06:59 +02:00

WireGuard Server for YunoHost

Integration level Working status Maintenance status

Install WireGuard Server with YunoHost

Read this README in other languages.

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 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

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

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: https://yunohost.org/packaging_apps