Parcourir la source

Auto-update READMEs

yunohost-bot il y a 1 mois
Parent
commit
3fbebcd490
12 fichiers modifiés avec 25 ajouts et 592 suppressions
  1. 0 12
      ALL_README.md
  2. 25 39
      README.md
  3. 0 54
      README_es.md
  4. 0 54
      README_eu.md
  5. 0 54
      README_fr.md
  6. 0 54
      README_gl.md
  7. 0 54
      README_id.md
  8. 0 55
      README_it.md
  9. 0 54
      README_nl.md
  10. 0 54
      README_pl.md
  11. 0 54
      README_ru.md
  12. 0 54
      README_zh_Hans.md

+ 0 - 12
ALL_README.md

@@ -1,12 +0,0 @@
-# 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)
-- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
-- [Lees de README in het Nederlands](README_nl.md)
-- [Przeczytaj README w języku polski](README_pl.md)
-- [Прочитать README на русский](README_ru.md)
-- [阅读中文(简体)的 README](README_zh_Hans.md)

+ 25 - 39
README.md

@@ -1,54 +1,40 @@
 <!--
-N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
+N.B.: This README was automatically generated by <https://github.com/YunoHost/apps_tools/blob/main/readme_generator>
 It shall NOT be edited by hand.
 -->
 
-# VPN Client for YunoHost
+<h1>
+  <img src="https://raw.githubusercontent.com/YunoHost/apps/main/logos/vpnclient.png" width="32px" alt="Logo of VPN Client">
+  VPN Client, packaged for YunoHost
+</h1>
 
-[![Integration level](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Working status](https://apps.yunohost.org/badge/state/vpnclient)
-![Maintenance status](https://apps.yunohost.org/badge/maintained/vpnclient)
+Tunnel the internet traffic through a VPN
 
-[![Install VPN Client with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
+[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://labriqueinter.net)
+[![Version: 2.2~ynh6](https://img.shields.io/badge/Version-2.2~ynh6-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
 
-*[Read this README in other languages.](./ALL_README.md)*
+<div align="center">
+<a href="https://apps.yunohost.org/app/vpnclient"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
+<a href="https://github.com/YunoHost-Apps/vpnclient_ynh/issues"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_report_an_issue.svg"/></a>
+</div>
 
-> *This package allows you to install VPN Client 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.*
+## 📦 Developer info
 
-## Overview
+[![Automatic tests level](https://apps.yunohost.org/badge/cilevel/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
 
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
+🛠️ Upstream VPN Client repository: <>
 
+Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
 
+The `testing` branch can be tested using:
+```
+# fresh install:
+sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing
 
-**Shipped version:** 2.2~ynh6
-
-## Screenshots
-
-![Screenshot of VPN Client](./doc/screenshots/vpnclient.png)
-
-## Documentation and resources
-
-- Official app website: <https://labriqueinter.net>
-- YunoHost Store: <https://apps.yunohost.org/app/vpnclient>
-- Report a bug: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Developer info
-
-Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-To try the `testing` branch, please proceed like that:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-or
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
+# upgrade an existing install:
+sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing
 ```
 
-**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
+### 📚 App packaging documentation
+
+Please see <https://doc.yunohost.org/packaging_apps> for more information.

+ 0 - 54
README_es.md

@@ -1,54 +0,0 @@
-<!--
-Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-No se debe editar a mano.
--->
-
-# VPN Client para Yunohost
-
-[![Nivel de integración](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Estado funcional](https://apps.yunohost.org/badge/state/vpnclient)
-![Estado En Mantención](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Instalar VPN Client con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Leer este README en otros idiomas.](./ALL_README.md)*
-
-> *Este paquete le permite instalarVPN Client 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
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Versión actual:** 2.2~ynh6
-
-## Capturas
-
-![Captura de VPN Client](./doc/screenshots/vpnclient.png)
-
-## Documentaciones y recursos
-
-- Sitio web oficial: <https://labriqueinter.net>
-- Catálogo YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Reportar un error: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Información para desarrolladores
-
-Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Para probar la rama `testing`, sigue asÍ:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-o
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_eu.md

@@ -1,54 +0,0 @@
-<!--
-Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
-EZ editatu eskuz.
--->
-
-# VPN Client YunoHost-erako
-
-[![Integrazio maila](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Funtzionamendu egoera](https://apps.yunohost.org/badge/state/vpnclient)
-![Mantentze egoera](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Instalatu VPN Client YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
-
-> *Pakete honek VPN Client YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*  
-> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
-
-## Aurreikuspena
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Paketatutako bertsioa:** 2.2~ynh6
-
-## Pantaila-argazkiak
-
-![VPN Client(r)en pantaila-argazkia](./doc/screenshots/vpnclient.png)
-
-## Dokumentazioa eta baliabideak
-
-- Aplikazioaren webgune ofiziala: <https://labriqueinter.net>
-- YunoHost Denda: <https://apps.yunohost.org/app/vpnclient>
-- Eman errore baten berri: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Garatzaileentzako informazioa
-
-Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-`testing` abarra probatzeko, ondorengoa egin:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-edo
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_fr.md

@@ -1,54 +0,0 @@
-<!--
-Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-Il NE doit PAS être modifié à la main.
--->
-
-# VPN Client pour YunoHost
-
-[![Niveau d’intégration](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Statut du fonctionnement](https://apps.yunohost.org/badge/state/vpnclient)
-![Statut de maintenance](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Installer VPN Client avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Lire le README dans d'autres langues.](./ALL_README.md)*
-
-> *Ce package vous permet d’installer VPN Client 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
-
-Installez une connexion VPN sur votre serveur auto-hébergé
-* Utile pour héberger votre serveur derrière un accès internet filtré (et/ou non-neutre)
-* Utile pour obtenir une IP statique (v4 et v6)
-* Utile pour pouvoir facilement déplacer votre serveur
-* Pare-feu strict (le traffice entrant et sortant se fait seulement via le pare-feu et ne fuite pas de données à votre FAI commercial)
-* Peut-être combiné avec [l'application Hotspot](https://github.com/YunoHost-Apps/hotspot_ynh) pour diffuser un WiFi protégé par le VPN à d'autres laptop sans configuration technique requise sur les machines clientes.
-
-
-
-**Version incluse :** 2.2~ynh6
-
-## Captures d’écran
-
-![Capture d’écran de VPN Client](./doc/screenshots/vpnclient.png)
-
-## Documentations et ressources
-
-- Site officiel de l’app : <https://labriqueinter.net>
-- YunoHost Store : <https://apps.yunohost.org/app/vpnclient>
-- Signaler un bug : <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Informations pour les développeurs
-
-Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Pour essayer la branche `testing`, procédez comme suit :
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-ou
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_gl.md

@@ -1,54 +0,0 @@
-<!--
-NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-NON debe editarse manualmente.
--->
-
-# VPN Client para YunoHost
-
-[![Nivel de integración](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Estado de funcionamento](https://apps.yunohost.org/badge/state/vpnclient)
-![Estado de mantemento](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Instalar VPN Client con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Le este README en outros idiomas.](./ALL_README.md)*
-
-> *Este paquete permíteche instalar VPN Client 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
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Versión proporcionada:** 2.2~ynh6
-
-## Capturas de pantalla
-
-![Captura de pantalla de VPN Client](./doc/screenshots/vpnclient.png)
-
-## Documentación e recursos
-
-- Web oficial da app: <https://labriqueinter.net>
-- Tenda YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Informar dun problema: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Info de desenvolvemento
-
-Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Para probar a rama `testing`, procede deste xeito:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-ou
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_id.md

@@ -1,54 +0,0 @@
-<!--
-N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-Ini TIDAK boleh diedit dengan tangan.
--->
-
-# VPN Client untuk YunoHost
-
-[![Tingkat integrasi](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Status kerja](https://apps.yunohost.org/badge/state/vpnclient)
-![Status pemeliharaan](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Pasang VPN Client dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
-
-> *Paket ini memperbolehkan Anda untuk memasang VPN Client secara cepat dan mudah pada server YunoHost.*  
-> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
-
-## Ringkasan
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Versi terkirim:** 2.2~ynh6
-
-## Tangkapan Layar
-
-![Tangkapan Layar pada VPN Client](./doc/screenshots/vpnclient.png)
-
-## Dokumentasi dan sumber daya
-
-- Website aplikasi resmi: <https://labriqueinter.net>
-- Gudang YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Laporkan bug: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Info developer
-
-Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-atau
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

+ 0 - 55
README_it.md

@@ -1,55 +0,0 @@
-<!--
-N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-NON DEVE essere modificato manualmente.
--->
-
-# VPN Client per YunoHost
-
-[![Livello di integrazione](https://dash.yunohost.org/integration/vpnclient.svg)](https://dash.yunohost.org/appci/app/vpnclient) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/vpnclient.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/vpnclient.maintain.svg)
-
-[![Installa VPN Client con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Leggi questo README in altre lingue.](./ALL_README.md)*
-
-> *Questo pacchetto ti permette di installare VPN Client su un server YunoHost in modo semplice e veloce.*  
-> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
-
-## Panoramica
-
-* Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Versione pubblicata:** 2.1.2~ynh1
-
-## Screenshot
-
-![Screenshot di VPN Client](./doc/screenshots/vpnclient.png)
-
-## Attenzione/informazioni importanti
-
-Please note that this application is designed to interface with **dedicated, public IP VPNs accepting inbound traffic**, preferably with an associated `.cube` (or `.ovpn/.conf`) configuration file. **Do not** expect that any VPN you randomly bought on the Internet can be used! Checkout the [list of known compatible providers](https://yunohost.org/providers/vpn) for more info.
-
-## Documentazione e risorse
-
-- Store di YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Segnala un problema: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Informazioni per sviluppatori
-
-Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Per provare la branch di `testing`, si prega di procedere in questo modo:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-o
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_nl.md

@@ -1,54 +0,0 @@
-<!--
-NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-Hij mag NIET handmatig aangepast worden.
--->
-
-# VPN Client voor Yunohost
-
-[![Integratieniveau](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Mate van functioneren](https://apps.yunohost.org/badge/state/vpnclient)
-![Onderhoudsstatus](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![VPN Client met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Deze README in een andere taal lezen.](./ALL_README.md)*
-
-> *Met dit pakket kun je VPN Client snel en eenvoudig op een YunoHost-server installeren.*  
-> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
-
-## Overzicht
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Geleverde versie:** 2.2~ynh6
-
-## Schermafdrukken
-
-![Schermafdrukken van VPN Client](./doc/screenshots/vpnclient.png)
-
-## Documentatie en bronnen
-
-- Officiele website van de app: <https://labriqueinter.net>
-- YunoHost-store: <https://apps.yunohost.org/app/vpnclient>
-- Meld een bug: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Ontwikkelaarsinformatie
-
-Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Om de `testing`-branch uit te proberen, ga als volgt te werk:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-of
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_pl.md

@@ -1,54 +0,0 @@
-<!--
-To README zostało automatycznie wygenerowane przez <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-Nie powinno być ono edytowane ręcznie.
--->
-
-# VPN Client dla YunoHost
-
-[![Poziom integracji](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Status działania](https://apps.yunohost.org/badge/state/vpnclient)
-![Status utrzymania](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Zainstaluj VPN Client z YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Przeczytaj plik README w innym języku.](./ALL_README.md)*
-
-> *Ta aplikacja pozwala na szybką i prostą instalację VPN Client na serwerze YunoHost.*  
-> *Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/install) instalacji.*
-
-## Przegląd
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Dostarczona wersja:** 2.2~ynh6
-
-## Zrzuty ekranu
-
-![Zrzut ekranu z VPN Client](./doc/screenshots/vpnclient.png)
-
-## Dokumentacja i zasoby
-
-- Oficjalna strona aplikacji: <https://labriqueinter.net>
-- Sklep YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Zgłaszanie błędów: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Informacje od twórców
-
-Wyślij swój pull request do [gałęzi `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-lub
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Więcej informacji o tworzeniu paczek aplikacji:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_ru.md

@@ -1,54 +0,0 @@
-<!--
-Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
-Он НЕ ДОЛЖЕН редактироваться вручную.
--->
-
-# VPN Client для YunoHost
-
-[![Уровень интеграции](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![Состояние работы](https://apps.yunohost.org/badge/state/vpnclient)
-![Состояние сопровождения](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![Установите VPN Client с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[Прочтите этот README на других языках.](./ALL_README.md)*
-
-> *Этот пакет позволяет Вам установить VPN Client быстро и просто на YunoHost-сервер.*  
-> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
-
-## Обзор
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**Поставляемая версия:** 2.2~ynh6
-
-## Снимки экрана
-
-![Снимок экрана VPN Client](./doc/screenshots/vpnclient.png)
-
-## Документация и ресурсы
-
-- Официальный веб-сайт приложения: <https://labriqueinter.net>
-- Магазин YunoHost: <https://apps.yunohost.org/app/vpnclient>
-- Сообщите об ошибке: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## Информация для разработчиков
-
-Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing).
-
-Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-или
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

+ 0 - 54
README_zh_Hans.md

@@ -1,54 +0,0 @@
-<!--
-注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
-请勿手动编辑。
--->
-
-# YunoHost 上的 VPN Client
-
-[![集成程度](https://apps.yunohost.org/badge/integration/vpnclient)](https://ci-apps.yunohost.org/ci/apps/vpnclient/)
-![工作状态](https://apps.yunohost.org/badge/state/vpnclient)
-![维护状态](https://apps.yunohost.org/badge/maintained/vpnclient)
-
-[![使用 YunoHost 安装 VPN Client](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=vpnclient)
-
-*[阅读此 README 的其它语言版本。](./ALL_README.md)*
-
-> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 VPN Client。*  
-> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
-
-## 概况
-
-Install a VPN connection on your self-hosted server.
-* Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
-* Useful to have static IP addresses (IPv6 and IPv4).
-* Useful to easily move your server anywhere.
-* Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)
-* Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed.
-
-
-
-**分发版本:** 2.2~ynh6
-
-## 截图
-
-![VPN Client 的截图](./doc/screenshots/vpnclient.png)
-
-## 文档与资源
-
-- 官方应用网站: <https://labriqueinter.net>
-- YunoHost 商店: <https://apps.yunohost.org/app/vpnclient>
-- 报告 bug: <https://github.com/YunoHost-Apps/vpnclient_ynh/issues>
-
-## 开发者信息
-
-请向 [`testing` 分支](https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing) 发送拉取请求。
-
-如要尝试 `testing` 分支,请这样操作:
-
-```bash
-sudo yunohost app install https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-或
-sudo yunohost app upgrade vpnclient -u https://github.com/YunoHost-Apps/vpnclient_ynh/tree/testing --debug
-```
-
-**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>