From 3807e04857987754f624bf3370a6d45c3102e02e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 8 May 2024 12:39:04 +0000 Subject: [PATCH 1/5] Auto-update READMEs --- ALL_README.md | 1 + README_zh_Hans.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 77b7509..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -4,3 +4,4 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..e8cc3b8 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,42 @@ + + +# YunoHost 上的 Tor relay + +[![集成程度](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) + +[![使用 YunoHost 安装 Tor relay](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=torrelay) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Tor relay。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +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. + +**分发版本:** 0.4.8.10~ynh1 +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug +或 +sudo yunohost app upgrade torrelay -u https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From dd546ea1b3c41af2593c52359fa666b9406e6e20 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 15 May 2024 09:08:06 +0200 Subject: [PATCH 2/5] Update manifest.toml: fix bookworm compat? --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 715be4b..89f2233 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,6 +58,6 @@ ram.runtime = "50M" [resources.apt] packages = "apt-transport-https obfs4proxy" - extras.tor.repo = "deb https://deb.torproject.org/torproject.org bullseye main" + extras.tor.repo = "deb https://deb.torproject.org/torproject.org __YNH_DEBIAN_VERSION__ main" extras.tor.key = "https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc" extras.tor.packages = "tor tor-geoipdb deb.torproject.org-keyring" From 05e6882f3c1b0fc7138c3466d5101ae6f92968cb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 May 2024 07:08:10 +0000 Subject: [PATCH 3/5] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 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) +- [Lee 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..812bd29 --- /dev/null +++ b/README_es.md @@ -0,0 +1,42 @@ + + +# Tor relay para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/torrelay.svg)](https://dash.yunohost.org/appci/app/torrelay) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/torrelay.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/torrelay.maintain.svg) + +[![Instalar Tor relay con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=torrelay) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarTor relay 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 + +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. + +**Versión actual:** 0.4.8.10~ynh1 +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador 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/torrelay_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug +o +sudo yunohost app upgrade torrelay -u https://github.com/YunoHost-Apps/torrelay_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** From ba6e4ab2959e5d97739fae5858cf4ace3318eee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 15 May 2024 11:23:47 +0200 Subject: [PATCH 4/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 89f2233..51c7a34 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Tor relay" description.en = "Defend Your Privacy! How To Create Your Own Tor Relay!" description.fr = "Défendez votre vie privée ! Comment créer votre propre relais Tor !" -version = "0.4.8.10~ynh1" +version = "0.4.8.10~ynh2" maintainers = [] From 137785bc906d4bd8413a1406cd60c6d153081b32 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 May 2024 09:23:52 +0000 Subject: [PATCH 5/5] 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 b3e2c42..8d114dc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. 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.8.10~ynh1 +**Shipped version:** 0.4.8.10~ynh2 ## Documentation and resources - Official app website: diff --git a/README_es.md b/README_es.md index 812bd29..fdf9e4c 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. 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. -**Versión actual:** 0.4.8.10~ynh1 +**Versión actual:** 0.4.8.10~ynh2 ## Documentaciones y recursos - Sitio web oficial: diff --git a/README_eu.md b/README_eu.md index b0b679a..a5e5088 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. 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. -**Paketatutako bertsioa:** 0.4.8.10~ynh1 +**Paketatutako bertsioa:** 0.4.8.10~ynh2 ## Dokumentazioa eta baliabideak - Aplikazioaren webgune ofiziala: diff --git a/README_fr.md b/README_fr.md index bbf0c0f..e300de5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. 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.8.10~ynh1 +**Version incluse :** 0.4.8.10~ynh2 ## Documentations et ressources - Site officiel de l’app : diff --git a/README_gl.md b/README_gl.md index 0aea608..b68e2c7 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 0.4.8.10~ynh1 +**Versión proporcionada:** 0.4.8.10~ynh2 ## Documentación e recursos - Web oficial da app: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index e8cc3b8..b7a54cd 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ 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. -**分发版本:** 0.4.8.10~ynh1 +**分发版本:** 0.4.8.10~ynh2 ## 文档与资源 - 官方应用网站: