1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00
wireguard_ynh/README.md

47 lines
2 KiB
Markdown
Raw Normal View History

2021-06-03 22:02:40 +02:00
<!--
2024-03-29 07:28:11 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-06-03 22:02:40 +02:00
It shall NOT be edited by hand.
-->
2020-10-11 14:45:13 +02:00
# WireGuard for YunoHost
2023-01-29 08:17:44 +01:00
[![Integration level](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/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)
2023-03-07 20:43:17 +01:00
2020-12-27 12:02:17 +01:00
[![Install WireGuard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard)
2020-10-11 14:45:13 +02:00
2024-05-02 22:38:05 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2020-10-11 14:45:13 +02:00
2024-03-29 07:28:11 +01:00
> *This package allows you to install WireGuard 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.*
2020-10-11 14:45:13 +02:00
## Overview
2021-12-09 12:31:08 +01:00
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.
2021-06-03 22:02:40 +02:00
2024-01-07 17:18:46 +01:00
**Shipped version:** 0.6.2~ynh1
2021-06-03 22:02:40 +02:00
2020-10-11 14:45:13 +02:00
## Screenshots
![Screenshot of WireGuard](./doc/screenshots/screenshot.png)
2020-10-11 14:45:13 +02:00
2021-06-03 22:02:40 +02:00
## Documentation and resources
2020-10-11 14:45:13 +02:00
2024-03-29 07:28:11 +01:00
- Official app website: <https://www.wireguard.com/>
- Upstream app code repository: <https://github.com/ngoduykhanh/wireguard-ui>
- YunoHost Store: <https://apps.yunohost.org/app/wireguard>
- Report a bug: <https://github.com/YunoHost-Apps/wireguard_ynh/issues>
2020-10-11 14:45:13 +02:00
2021-06-03 22:02:40 +02:00
## Developer info
2020-10-11 14:45:13 +02:00
2024-03-29 07:28:11 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing).
2020-10-11 14:45:13 +02:00
2024-03-29 07:28:11 +01:00
To try the `testing` branch, please proceed like that:
2024-03-29 07:28:11 +01:00
```bash
2020-10-11 14:45:13 +02:00
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
```
2021-06-03 22:02:40 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>