From efea5d98b310c105810f1cd84337d5a7a02500b7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 19 Apr 2023 21:15:06 +0200 Subject: [PATCH 01/11] adding tor repos to always get the latest versions --- scripts/_common.sh | 3 ++- scripts/install | 4 +++- scripts/restore | 4 +++- scripts/upgrade | 4 +++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fe89279..ee93074 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,8 @@ #================================================= # dependencies used by the app -pkg_dependencies="tor obfs4proxy" +pkg_dependencies="apt-transport-https obfs4proxy" +pkg_dependencies_extra="tor tor-geoipdb deb.torproject.org-keyring" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 7b84ddc..d4c8bc6 100755 --- a/scripts/install +++ b/scripts/install @@ -60,7 +60,9 @@ ynh_exec_warn_less yunohost firewall allow Both $obfs4_port #================================================= ynh_script_progression --message="Installing dependencies..." --weight=10 -ynh_install_app_dependencies $pkg_dependencies +ynh_install_app_dependencies "$pkg_dependencies" + +ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # ADD A CONFIGURATION diff --git a/scripts/restore b/scripts/restore index 1990054..d4b9938 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,7 +36,9 @@ obfs4_port=$(ynh_app_setting_get --app=$app --key=obfs4_port) ynh_script_progression --message="Reinstalling dependencies..." --weight=10 # Define and install dependencies -ynh_install_app_dependencies $pkg_dependencies +ynh_install_app_dependencies "$pkg_dependencies" + +ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # RESTORE VARIOUS FILES diff --git a/scripts/upgrade b/scripts/upgrade index 144be9c..d26f944 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -56,7 +56,9 @@ ynh_systemd_action --service_name=tor --action="stop" --log_path="systemd" #================================================= ynh_script_progression --message="Upgrading dependencies..." --weight=10 -ynh_install_app_dependencies $pkg_dependencies +ynh_install_app_dependencies "$pkg_dependencies" + +ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # UPDATE A CONFIG FILE From c9017ec260be4d1bc743f30dce751f45903bfa4d Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 19 Apr 2023 21:21:57 +0200 Subject: [PATCH 02/11] bumping version --- manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 8504d3e..55d1a7d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Defend Your Privacy! How To Create Your Own Tor Relay!", "fr": "Defend Your Privacy! How To Create Your Own Tor Relay!" }, - "version": "0.4.6.10~ynh1", + "version": "0.4.6.10~ynh2", "url": "https://www.torproject.org/", "upstream": { "license": "BSD-3-Clause", @@ -23,10 +23,9 @@ "yunohost": ">= 4.3.0" }, "multi_instance": false, - "services": [ - ], + "services": [], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -51,4 +50,4 @@ } ] } -} +} \ No newline at end of file From c44b722282657eb1cb85d18fbc1b45749e97bff8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 19 Apr 2023 21:28:07 +0200 Subject: [PATCH 03/11] update readmes --- README.md | 24 ++++++++++++------------ README_fr.md | 38 +++++++++++++++++++++----------------- 2 files changed, 33 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index de43d02..2d80d21 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Tor relay for YunoHost -[![Integration level](https://dash.yunohost.org/integration/torrelay.svg)](https://dash.yunohost.org/appci/app/torrelay) ![](https://ci-apps.yunohost.org/ci/badges/torrelay.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/torrelay.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/torrelay.svg)](https://dash.yunohost.org/appci/app/torrelay) ![Working status](https://ci-apps.yunohost.org/ci/badges/torrelay.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/torrelay.maintain.svg) + [![Install Tor relay with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=torrelay) *[Lire ce readme en français.](./README_fr.md)* @@ -17,31 +18,30 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. -**Shipped version:** 0.4.6.10~ynh1 - - +**Shipped version:** 0.4.6.10~ynh2 ## Screenshots -![](./doc/screenshots/example.jpg) +![Screenshot of Tor relay](./doc/screenshots/example.jpg) ## Documentation and resources -* Official app website: https://www.torproject.org/ -* Official admin documentation: https://community.torproject.org/relay/setup/bridge/debian-ubuntu/ -* Upstream app code repository: https://github.com/torproject/tor -* YunoHost documentation for this app: https://yunohost.org/app_torrelay -* Report a bug: https://github.com/YunoHost-Apps/torrelay_ynh/issues +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug or sudo yunohost app upgrade torrelay -u https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index d26385e..46caba3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,43 +1,47 @@ + + # Tor relay pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/torrelay.svg)](https://dash.yunohost.org/appci/app/torrelay) ![](https://ci-apps.yunohost.org/ci/badges/torrelay.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/torrelay.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/torrelay.svg)](https://dash.yunohost.org/appci/app/torrelay) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/torrelay.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/torrelay.maintain.svg) + [![Installer Tor relay avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=torrelay) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* -> *Ce package vous permet d'installer Tor relay rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Tor relay rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. -**Version incluse :** 0.4.6.10~ynh1 +**Version incluse :** 0.4.6.10~ynh2 +## Captures d’écran - -## Captures d'écran - -![](./doc/screenshots/example.jpg) +![Capture d’écran de Tor relay](./doc/screenshots/example.jpg) ## Documentations et ressources -* Site officiel de l'app : https://www.torproject.org/ -* Documentation officielle de l'admin : https://community.torproject.org/relay/setup/bridge/debian-ubuntu/ -* Dépôt de code officiel de l'app : https://github.com/torproject/tor -* Documentation YunoHost pour cette app : https://yunohost.org/app_torrelay -* Signaler un bug : https://github.com/YunoHost-Apps/torrelay_ynh/issues +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug ou sudo yunohost app upgrade torrelay -u https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From c4151dfa1dca59a7f857620ffab4f8ee768c84fe Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 20 Apr 2023 17:29:27 +0200 Subject: [PATCH 04/11] fix repo --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d4c8bc6..6284ec1 100755 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=10 ynh_install_app_dependencies "$pkg_dependencies" -ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" +ynh_install_extra_app_dependencies --repo="deb https://deb.torproject.org/torproject.org $(lsb_release -cs) main" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # ADD A CONFIGURATION diff --git a/scripts/restore b/scripts/restore index d4b9938..5e3a892 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,7 +38,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10 # Define and install dependencies ynh_install_app_dependencies "$pkg_dependencies" -ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" +ynh_install_extra_app_dependencies --repo="deb https://deb.torproject.org/torproject.org $(lsb_release -cs) main" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # RESTORE VARIOUS FILES diff --git a/scripts/upgrade b/scripts/upgrade index d26f944..699b047 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -58,7 +58,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=10 ynh_install_app_dependencies "$pkg_dependencies" -ynh_install_extra_app_dependencies --repo="https://deb.torproject.org/torproject.org" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" +ynh_install_extra_app_dependencies --repo="deb https://deb.torproject.org/torproject.org $(lsb_release -cs) main" --package="$pkg_dependencies_extra" --key="https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" #================================================= # UPDATE A CONFIG FILE From 866bd985ef5b13002259dbf7204415d1dc2f1351 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 20 Apr 2023 17:44:48 +0200 Subject: [PATCH 05/11] removing unnecessary "--time" --- scripts/change_url | 14 +++++++------- scripts/restore | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 11f740d..cfea773 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -24,7 +24,7 @@ app=$YNH_APP_INSTANCE_NAME #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading installation settings..." --time --weight=1 +ynh_script_progression --message="Loading installation settings..." --weight=1 # Needed for helper "ynh_add_nginx_config" final_path=$(ynh_app_setting_get --app=$app --key=final_path) @@ -32,7 +32,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --time --weight=1 +ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --weight=1 # Backup the current version of the app ynh_backup_before_upgrade @@ -67,14 +67,14 @@ fi #================================================= # STOP SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 +ynh_script_progression --message="Stopping a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" #================================================= # MODIFY URL IN NGINX CONF #================================================= -ynh_script_progression --message="Updating NGINX web server configuration..." --time --weight=1 +ynh_script_progression --message="Updating NGINX web server configuration..." --weight=1 nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf @@ -111,14 +111,14 @@ fi #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --time --weight=1 +ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" #================================================= # RELOAD NGINX #================================================= -ynh_script_progression --message="Reloading NGINX web server..." --time --weight=1 +ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --service_name=nginx --action=reload @@ -126,4 +126,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Change of URL completed for $app" --time --last +ynh_script_progression --message="Change of URL completed for $app" --last diff --git a/scripts/restore b/scripts/restore index 5e3a892..ed515ee 100755 --- a/scripts/restore +++ b/scripts/restore @@ -43,7 +43,7 @@ ynh_install_extra_app_dependencies --repo="deb https://deb.torproject.org/torpro #================================================= # RESTORE VARIOUS FILES #================================================= -ynh_script_progression --message="Restoring various files..." --time --weight=1 +ynh_script_progression --message="Restoring various files..." --weight=1 ynh_restore_file --origin_path="/etc/tor/torrc" From 33e6f6f8d66275044b3ff9d35ac9473e345236aa Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 21 Apr 2023 01:50:29 +0200 Subject: [PATCH 06/11] adding test_status --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 6284ec1..3087755 100755 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ chown :debian-tor /etc/tor/torrc #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" +yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" --test_status="pgrep tor" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index ed515ee..e3cedd6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -52,7 +52,7 @@ ynh_restore_file --origin_path="/etc/tor/torrc" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" +yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" --test_status="pgrep tor" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 699b047..44d0c90 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -75,7 +75,7 @@ chown :debian-tor /etc/tor/torrc #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" +yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --needs_exposed_ports="$or_port" --test_status="pgrep tor" #================================================= # START SYSTEMD SERVICE From 9d62fc0a89ece40ea68b8971e27e05877a60f35e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 21 Apr 2023 15:20:52 +0200 Subject: [PATCH 07/11] removed unused file --- conf/systemd.service | 45 -------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 conf/systemd.service diff --git a/conf/systemd.service b/conf/systemd.service deleted file mode 100644 index 31e9da3..0000000 --- a/conf/systemd.service +++ /dev/null @@ -1,45 +0,0 @@ -[Unit] -Description=Small description of the service -After=network.target - -[Service] -Type=simple -User=__APP__ -Group=__APP__ -WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/script -StandardOutput=append:/var/log/__APP__/__APP__.log -StandardError=inherit - -# Sandboxing options to harden security -# Depending on specificities of your service/app, you may need to tweak these -# .. but this should be a good baseline -# Details for these options: https://www.freedesktop.org/software/systemd/man/systemd.exec.html -NoNewPrivileges=yes -PrivateTmp=yes -PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 -RestrictNamespaces=yes -RestrictRealtime=yes -DevicePolicy=closed -ProtectSystem=full -ProtectControlGroups=yes -ProtectKernelModules=yes -ProtectKernelTunables=yes -LockPersonality=yes -SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap - -# Denying access to capabilities that should not be relevant for webapps -# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html -CapabilityBoundingSet=~CAP_RAWIO CAP_MKNOD -CapabilityBoundingSet=~CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_AUDIT_WRITE -CapabilityBoundingSet=~CAP_SYS_BOOT CAP_SYS_TIME CAP_SYS_MODULE CAP_SYS_PACCT -CapabilityBoundingSet=~CAP_LEASE CAP_LINUX_IMMUTABLE CAP_IPC_LOCK -CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_WAKE_ALARM -CapabilityBoundingSet=~CAP_SYS_TTY_CONFIG -CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE -CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW -CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG - -[Install] -WantedBy=multi-user.target From fb6a7725e3a8f03deb8f614f1b0fd400cf837522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 21 Apr 2023 15:38:14 +0200 Subject: [PATCH 08/11] Create tests.toml --- tests.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests.toml diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..cbbeef1 --- /dev/null +++ b/tests.toml @@ -0,0 +1,3 @@ +test_format = 1.0 + +[default] From d1a63a095c2cf6c3dbe7989dedcc79542405fe3d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 21 Apr 2023 14:02:05 +0000 Subject: [PATCH 09/11] Auto-update README --- README.md | 5 ----- README_fr.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 2d80d21..03384af 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. **Shipped version:** 0.4.6.10~ynh2 - -## Screenshots - -![Screenshot of Tor relay](./doc/screenshots/example.jpg) - ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 46caba3..f0667dd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,11 +19,6 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. **Version incluse :** 0.4.6.10~ynh2 - -## Captures d’écran - -![Capture d’écran de Tor relay](./doc/screenshots/example.jpg) - ## Documentations et ressources * Site officiel de l’app : From eac45611cf5528db5ce04594803ad196083fc3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:21:47 +0200 Subject: [PATCH 10/11] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 55d1a7d..571e958 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Defend Your Privacy! How To Create Your Own Tor Relay!", "fr": "Defend Your Privacy! How To Create Your Own Tor Relay!" }, - "version": "0.4.6.10~ynh2", + "version": "0.4.7.13~ynh1", "url": "https://www.torproject.org/", "upstream": { "license": "BSD-3-Clause", From f0c22e39b12315e8f4dd046535c480eb560725e0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 21 Apr 2023 14:21:52 +0000 Subject: [PATCH 11/11] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03384af..d4f945a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. -**Shipped version:** 0.4.6.10~ynh2 +**Shipped version:** 0.4.7.13~ynh1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index f0667dd..d5a890c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po The Tor network relies on volunteers to donate bandwidth. The more people who run relays, the better the Tor network will be. The current Tor network is quite small compared to the number of people who need to use Tor, which means we need more dedicated volunteers like you to run relays. -**Version incluse :** 0.4.6.10~ynh2 +**Version incluse :** 0.4.7.13~ynh1 ## Documentations et ressources * Site officiel de l’app :