diff --git a/README.md b/README.md index 7c1c2a7..710129a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Virtual Private Networks (VPN) via WireGuard, with a web UI to ease configuration -**Shipped version:** 0.2.7~ynh7 +**Shipped version:** 0.2.7~ynh8 @@ -48,7 +48,7 @@ net.ipv6.conf.all.forwarding = 1 sudo sysctl -p ``` -Add the following commands in `WireGuard Server` menu. Replace `eth0` with the interface connected to the Internet: +Add the following commands in `WireGuard Server` menu, like in [this picture](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Replace `eth0` with the interface connected to the Internet: #### Post Up Script ``` diff --git a/README_fr.md b/README_fr.md index 96d1fb9..c193035 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Réseaux Privés Virtuels (VPN) via WireGuard, avec une web UI pour faciliter sa configuration -**Version incluse :** 0.2.7~ynh7 +**Version incluse :** 0.2.7~ynh8 @@ -44,7 +44,7 @@ net.ipv6.conf.all.forwarding = 1 sudo sysctl -p ``` -Ajoutez les commandes suivantes dans le menu `WireGuard Server`. Remplacez `eth0` avec l'interface connectée à Internet : +Ajoutez les commandes suivantes dans le menu `WireGuard Server`, tel que dans [cette image](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Remplacez `eth0` avec l'interface connectée à Internet : #### Post Up Script ``` diff --git a/conf/wireguard_ui_conf.service b/conf/wireguard_ui_conf.service index 0e5ec1d..d5bea50 100644 --- a/conf/wireguard_ui_conf.service +++ b/conf/wireguard_ui_conf.service @@ -6,4 +6,4 @@ After=network.target Type=oneshot User=__APP__ Group=__APP__ -ExecStart=/usr/bin/systemctl restart wg-quick@wg0.service +ExecStart=sudo /usr/bin/systemctl restart wg-quick@wg0.service diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index c380634..312b919 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -18,7 +18,7 @@ net.ipv6.conf.all.forwarding = 1 sudo sysctl -p ``` -Add the following commands in `WireGuard Server` menu. Replace `eth0` with the interface connected to the Internet: +Add the following commands in `WireGuard Server` menu, like in [this picture](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Replace `eth0` with the interface connected to the Internet: #### Post Up Script ``` diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 77bd45e..11b0e5b 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -18,7 +18,7 @@ net.ipv6.conf.all.forwarding = 1 sudo sysctl -p ``` -Ajoutez les commandes suivantes dans le menu `WireGuard Server`. Remplacez `eth0` avec l'interface connectée à Internet : +Ajoutez les commandes suivantes dans le menu `WireGuard Server`, tel que dans [cette image](https://user-images.githubusercontent.com/8769166/124400150-cf354980-dd20-11eb-87c6-9478938d9c82.png). Remplacez `eth0` avec l'interface connectée à Internet : #### Post Up Script ``` diff --git a/manifest.json b/manifest.json index ca3cc4d..ec6d434 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Virtual Private Networks (VPN) via WireGuard, with a web UI to ease configuration", "fr": "Réseaux Privés Virtuels (VPN) via WireGuard, avec une web UI pour faciliter sa configuration" }, - "version": "0.2.7~ynh7", + "version": "0.2.7~ynh8", "url": "https://github.com/ngoduykhanh/wireguard-ui", "upstream": { "license": "MIT",