Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
- Host: GitHub
- URL: https://github.com/yunohost-apps/wireguard_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2020-10-10T15:48:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T12:42:09.000Z (8 months ago)
- Last Synced: 2024-06-24T03:59:37.839Z (8 months ago)
- Topics: vpn, wireguard, wireguard-ui, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 405 KB
- Stars: 33
- Watchers: 9
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:**