mirror of
https://github.com/YunoHost-Apps/torrelay_ynh.git
synced 2024-09-03 20:26:36 +02:00
update readmes
This commit is contained in:
parent
c9017ec260
commit
c44b722282
2 changed files with 33 additions and 29 deletions
24
README.md
24
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Tor relay for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/torrelay)  
|
||||
[](https://dash.yunohost.org/appci/app/torrelay)  
|
||||
|
||||
[](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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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: <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>
|
||||
|
||||
## 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
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
38
README_fr.md
38
README_fr.md
|
@ -1,43 +1,47 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Tor relay pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/torrelay)  
|
||||
[](https://dash.yunohost.org/appci/app/torrelay)  
|
||||
|
||||
[](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
|
||||
|
||||

|
||||

|
||||
|
||||
## 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 : <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>
|
||||
|
||||
## 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
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue