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: about 6 hours 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T22:06:00.000Z (about 2 months ago)
- Last Synced: 2024-11-17T03:27:40.536Z (about 6 hours ago)
- Topics: vpn, wireguard, wireguard-ui, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 433 KB
- Stars: 35
- Watchers: 9
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-technostructure - YunoHost-Apps/wireguard_ynh - Apps/wireguard_ynh: WireGuard VPN software with a web UI configuration companion, packaged for YunoHost. ([💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops))
- awesome-technostructure - YunoHost-Apps/wireguard_ynh - Apps/wireguard_ynh: WireGuard VPN software with a web UI configuration companion, packaged for YunoHost. ([💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops))
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:**