From 3c9872bebd2594a5dd29428e1627b44dfd0d7589 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 2 Mar 2024 17:04:27 +0100 Subject: [PATCH 1/8] Install DKMS and kernel headers if needed --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 9b438c6..aba67c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,3 +61,8 @@ ram.runtime = "50M" [resources.apt] packages = "wireguard" + packages_from_raw_bash = """ + if dpkg --compare-versions $(uname -r) lt 5.6; then + echo wireguard-dkms linux-headers-$(uname -r) + fi + """ From c9c8133890b26777fada604519bd69a5ffb045c2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Mar 2024 16:04:41 +0000 Subject: [PATCH 2/8] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4d3c6b..9fc72d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -43,4 +43,4 @@ or sudo yunohost app upgrade wireguard -u https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index b367755..b3ee34d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From ee7704d7d8bcb2144e31267a0fc7e85bc985e412 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 3 May 2024 15:37:36 +0000 Subject: [PATCH 3/8] Auto-update READMEs --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79e6e99..1c91d89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -43,4 +43,4 @@ or sudo yunohost app upgrade wireguard -u https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 2f9120b..6d7c71d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # WireGuard pour YunoHost From b13b9ac39a548a24d582de7b89690c8e75e4253c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Jun 2024 22:46:14 +0000 Subject: [PATCH 4/8] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..94d3df1 --- /dev/null +++ b/README_es.md @@ -0,0 +1,46 @@ + + +# WireGuard para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) + +[![Instalar WireGuard con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarWireGuard rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +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. + +**Versión actual:** 0.6.2~ynh2 + +## Capturas + +![Captura de WireGuard](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug +o +sudo yunohost app upgrade wireguard -u https://github.com/YunoHost-Apps/wireguard_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 695cb6d..bc6bf40 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 WireGuard +# YunoHost 上的 WireGuard [![集成程度](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![工作状态](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) From 2c074154540aae52b00c15050d2369408c3319a8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 Jul 2024 23:34:07 +0200 Subject: [PATCH 5/8] Clarify this is a VPN server app (#106) Co-authored-by: yunohost-bot --- README.md | 13 ++++++++----- README_es.md | 13 ++++++++----- README_eu.md | 13 ++++++++----- README_fr.md | 12 +++++++----- README_gl.md | 13 ++++++++----- README_zh_Hans.md | 13 ++++++++----- doc/DESCRIPTION.md | 4 +++- doc/DESCRIPTION_fr.md | 2 ++ manifest.toml | 2 +- 9 files changed, 53 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 1c91d89..c376a4f 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,29 @@ N.B.: This README was automatically generated by -# WireGuard for YunoHost +# WireGuard Server for YunoHost -[![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) +[![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 with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![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 quickly and simply on a YunoHost server.* +> *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~ynh2 ## Screenshots -![Screenshot of WireGuard](./doc/screenshots/screenshot.png) +![Screenshot of WireGuard Server](./doc/screenshots/screenshot.png) ## Documentation and resources diff --git a/README_es.md b/README_es.md index 94d3df1..b69e3a2 100644 --- a/README_es.md +++ b/README_es.md @@ -3,26 +3,29 @@ Este archivo README esta generado automaticamente -# WireGuard para Yunohost +# WireGuard Server para Yunohost -[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) -[![Instalar WireGuard con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![Instalar WireGuard Server con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[Leer este README en otros idiomas.](./ALL_README.md)* -> *Este paquete le permite instalarWireGuard rapidamente y simplement en un servidor YunoHost.* +> *Este paquete le permite instalarWireGuard Server rapidamente y simplement en un servidor YunoHost.* > *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* ## Descripción general 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. + + **Versión actual:** 0.6.2~ynh2 ## Capturas -![Captura de WireGuard](./doc/screenshots/screenshot.png) +![Captura de WireGuard Server](./doc/screenshots/screenshot.png) ## Documentaciones y recursos diff --git a/README_eu.md b/README_eu.md index 887adb0..75cebf5 100644 --- a/README_eu.md +++ b/README_eu.md @@ -3,26 +3,29 @@ Ohart ongi: README hau automatikoki sortu da -# WireGuard YunoHost-erako +# WireGuard Server YunoHost-erako -[![Integrazio maila](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![Integrazio maila](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) -[![Instalatu WireGuard YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![Instalatu WireGuard Server YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* -> *Pakete honek WireGuard YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *Pakete honek WireGuard Server YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* > *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* ## Aurreikuspena 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. + + **Paketatutako bertsioa:** 0.6.2~ynh2 ## Pantaila-argazkiak -![WireGuard(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) +![WireGuard Server(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index 6d7c71d..ab1cd5c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -3,27 +3,29 @@ Nota bene : ce README est automatiquement généré par -# WireGuard pour YunoHost +# WireGuard Server pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) -[![Installer WireGuard avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![Installer WireGuard Server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[Lire le README dans d'autres langues.](./ALL_README.md)* -> *Ce package vous permet d’installer WireGuard rapidement et simplement sur un serveur YunoHost.* +> *Ce package vous permet d’installer WireGuard Server rapidement et simplement sur un serveur YunoHost.* > *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble WireGuard® est un VPN rapide et moderne qui utilise une cryptographie de pointe. Il vise à être plus rapide, plus simple, plus léger et plus utile qu'IPsec. Il a l'intention d'être considérablement plus performant qu'OpenVPN. WireGuard est conçu comme un VPN à usage général. +Ce package inclut une interface d'administration pour WireGuard, ce qui le fait être plutôt un serveur VPN. Bien que WireGuard puisse être pair-à-pair, ce n'est pas comment ce package le configure. + **Version incluse :** 0.6.2~ynh2 ## Captures d’écran -![Capture d’écran de WireGuard](./doc/screenshots/screenshot.png) +![Capture d’écran de WireGuard Server](./doc/screenshots/screenshot.png) ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index 6831bc6..e48a0a5 100644 --- a/README_gl.md +++ b/README_gl.md @@ -3,26 +3,29 @@ NOTA: Este README foi creado automáticamente por -# WireGuard para YunoHost +# WireGuard Server para YunoHost -[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) -[![Instalar WireGuard con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![Instalar WireGuard Server con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[Le este README en outros idiomas.](./ALL_README.md)* -> *Este paquete permíteche instalar WireGuard de xeito rápido e doado nun servidor YunoHost.* +> *Este paquete permíteche instalar WireGuard Server de xeito rápido e doado nun servidor YunoHost.* > *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* ## Vista xeral 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. + + **Versión proporcionada:** 0.6.2~ynh2 ## Capturas de pantalla -![Captura de pantalla de WireGuard](./doc/screenshots/screenshot.png) +![Captura de pantalla de WireGuard Server](./doc/screenshots/screenshot.png) ## Documentación e recursos diff --git a/README_zh_Hans.md b/README_zh_Hans.md index bc6bf40..04574dd 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,26 +3,29 @@ 请勿手动编辑。 --> -# YunoHost 上的 WireGuard +# YunoHost 上的 WireGuard Server -[![集成程度](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![工作状态](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![集成程度](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![工作状态](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) -[![使用 YunoHost 安装 WireGuard](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) +[![使用 YunoHost 安装 WireGuard Server](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[阅读此 README 的其它语言版本。](./ALL_README.md)* -> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 WireGuard。* +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 WireGuard Server。* > *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* ## 概况 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. + + **分发版本:** 0.6.2~ynh2 ## 截图 -![WireGuard 的截图](./doc/screenshots/screenshot.png) +![WireGuard Server 的截图](./doc/screenshots/screenshot.png) ## 文档与资源 diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 7799894..5fef64d 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,3 @@ -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. \ No newline at end of file +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. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 989e86a..9ab605a 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1,3 @@ WireGuard® est un VPN rapide et moderne qui utilise une cryptographie de pointe. Il vise à être plus rapide, plus simple, plus léger et plus utile qu'IPsec. Il a l'intention d'être considérablement plus performant qu'OpenVPN. WireGuard est conçu comme un VPN à usage général. + +Ce package inclut une interface d'administration pour WireGuard, ce qui le fait être plutôt un serveur VPN. Bien que WireGuard puisse être pair-à-pair, ce n'est pas comment ce package le configure. diff --git a/manifest.toml b/manifest.toml index 1c0b612..3f52204 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,7 +1,7 @@ packaging_format = 2 id = "wireguard" -name = "WireGuard" +name = "WireGuard Server" description.en = "Fast and modern VPN server, including a configuration webapp" description.fr = "Serveur VPN rapide et moderne, incluant une webapp pour le configurer" From bdb1ee20cc6c56293e237e44e97d1eab537b7de6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Jul 2024 21:47:12 +0000 Subject: [PATCH 6/8] Auto-update READMEs --- README_es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_es.md b/README_es.md index da780b3..b69e3a2 100644 --- a/README_es.md +++ b/README_es.md @@ -5,13 +5,13 @@ No se debe editar a mano. # WireGuard Server para Yunohost -[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://dash.yunohost.org/appci/app/wireguard) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) +[![Nivel de integración](https://dash.yunohost.org/integration/wireguard.svg)](https://ci-apps.yunohost.org/ci/apps/wireguard/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/wireguard.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/wireguard.maintain.svg) [![Instalar WireGuard Server con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wireguard) *[Leer este README en otros idiomas.](./ALL_README.md)* -> *Este paquete le permite instalarWireGuard rapidamente y simplement en un servidor YunoHost.* +> *Este paquete le permite instalarWireGuard Server rapidamente y simplement en un servidor YunoHost.* > *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* ## Descripción general From 3026a087f883ca801617fd09866b61d15a20f398 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 3 Jul 2024 17:57:04 +0200 Subject: [PATCH 7/8] Bump package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 183ec4a..12e35cf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "WireGuard Server" description.en = "Fast and modern VPN server, including a configuration webapp" description.fr = "Serveur VPN rapide et moderne, incluant une webapp pour le configurer" -version = "0.6.2~ynh2" +version = "0.6.2~ynh3" maintainers = ["tituspijean"] From 20815549b6fb758307ff0ed268260033d7d69c25 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 3 Jul 2024 15:57:10 +0000 Subject: [PATCH 8/8] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c376a4f..e23c1b0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. 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~ynh2 +**Shipped version:** 0.6.2~ynh3 ## Screenshots diff --git a/README_es.md b/README_es.md index b69e3a2..afc3ed7 100644 --- a/README_es.md +++ b/README_es.md @@ -21,7 +21,7 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. 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. -**Versión actual:** 0.6.2~ynh2 +**Versión actual:** 0.6.2~ynh3 ## Capturas diff --git a/README_eu.md b/README_eu.md index 75cebf5..2004843 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,7 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. 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. -**Paketatutako bertsioa:** 0.6.2~ynh2 +**Paketatutako bertsioa:** 0.6.2~ynh3 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index ab1cd5c..68e39fa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ WireGuard® est un VPN rapide et moderne qui utilise une cryptographie de pointe Ce package inclut une interface d'administration pour WireGuard, ce qui le fait être plutôt un serveur VPN. Bien que WireGuard puisse être pair-à-pair, ce n'est pas comment ce package le configure. -**Version incluse :** 0.6.2~ynh2 +**Version incluse :** 0.6.2~ynh3 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index e48a0a5..a02112e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,7 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. 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. -**Versión proporcionada:** 0.6.2~ynh2 +**Versión proporcionada:** 0.6.2~ynh3 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 04574dd..ba91303 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,7 @@ WireGuard® is fast and modern VPN that utilizes state-of-the-art cryptography. 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. -**分发版本:** 0.6.2~ynh2 +**分发版本:** 0.6.2~ynh3 ## 截图