mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update torhiddenservice_fr.md
Relecture
This commit is contained in:
parent
0486ae244d
commit
1c9d2cf9e8
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# Utiliser Yunohost comme un service caché Tor
|
||||
# Utiliser YunoHost comme un service caché Tor
|
||||
|
||||
Voir https://www.torproject.org/docs/tor-hidden-service.html.en (anglais)
|
||||
|
||||
|
@ -10,7 +10,7 @@ apt-get install tor
|
|||
|
||||
## Configurer notre service caché
|
||||
|
||||
Editer le fichier /ect/tor/torrc, et ajouter ces lignes :
|
||||
Éditer le fichier /etc/tor/torrc, et ajouter ces lignes :
|
||||
|
||||
```bash
|
||||
HiddenServiceDir /var/lib/tor/hidden_service/
|
||||
|
@ -18,7 +18,7 @@ HiddenServicePort 80 127.0.0.1:80
|
|||
HiddenServicePort 443 127.0.0.1:443
|
||||
```
|
||||
|
||||
## Redemarrer Tor
|
||||
## Redémarrer Tor
|
||||
|
||||
```bash
|
||||
service tor restart
|
||||
|
@ -33,7 +33,7 @@ cat /path/to/hidden_service/keys/hostname
|
|||
|
||||
Le domaine ressemble à *random123456789.onion*
|
||||
|
||||
## Ajouter le domaine .onion à Yunohost
|
||||
## Ajouter le domaine .onion à YunoHost
|
||||
|
||||
```bash
|
||||
yunohost domain add random123456789.onion
|
||||
|
@ -41,7 +41,7 @@ yunohost domain add random123456789.onion
|
|||
|
||||
## Éviter la redirection vers le SSO (optionnel)
|
||||
|
||||
Si vous voulez éviter d'être redirigé vers le portail à la connexion pour des raisons de traçabilité, vous pouvez désactiver SSOwat pour le domaine, en éditant le fichier `/etc/nginx/conf.d/random123456789.onion.conf` et en commentant la ligne suivante (elle apparaît deux fois dans le fichier):
|
||||
Si vous voulez éviter d'être redirigé vers le portail à la connexion pour des raisons de traçabilité, vous pouvez désactiver SSOwat pour le domaine, en éditant le fichier `/etc/nginx/conf.d/random123456789.onion.conf` et en commentant la ligne suivante (elle apparaît deux fois dans le fichier) :
|
||||
|
||||
```bash
|
||||
#access_by_lua_file /usr/share/ssowat/access.lua;
|
||||
|
|
Loading…
Add table
Reference in a new issue