Affichage des articles dont le libellé est deep Web. Afficher tous les articles
Affichage des articles dont le libellé est deep Web. Afficher tous les articles

2023-05-24

Install TOR Browser in DSM of Synology DiskStation NAS via Docker (tutorial, guide, instructions)

DSM (Synology) TOR Docker

 Article aussi disponible en français 


This guide allows the default DSM 'admin' user to install the TOR browser container in Docker.

The Docker package being obviously required, make sure you installed it:

 
Create a new folder for the new container to be installed:

 Go to the DSM control panel's Task Scheduler:

 Create > Scheduled Task > User-defined script


 The task's name is not important but it must be marked 'inactive':

 

 Just one clic in the second tab (don't change the current date):

 

In the third tab, type your e-mail address and copy-paste the following script in the bottom field before validating with the 'OK' button (feel free to change or omit the optional timezone parameter):

docker run -d --name=torbrowser \
-p 5800:5800 \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
--restart=always \
domistyle/tor-browser


 
It's now time to execute the installation script and wait for the e-mail to arrive:

 Access to the now active container, like other packages, is done through the port we typed earlier in the script (http://yourDiskstationIP:5800)

 

 To conclude, here is an example of an 'onion' site open in our new Docker container:

 

Remember to adjust the security level according to your preference and activities 😉

Happy browsing 😊

The contents of this blog are free. You can however make an indirect donation buying a fun  T-shirt. There are a few examples in this article :

👈

100% of each donation goes to persons living below the poverty line. Thanks again and have a nice day.

Installer TOR Browser dans le DSM d'un NAS DiskStation Synology via Docker (tutoriel, guide, instructions)

DSM (Synology) TOR Docker

Article also available in English ⚐

Ce guide permet à l'utilisateur du DSM par défaut "admin" d'installer le conteneur du navigateur TOR dans Docker.

Le paquet Docker étant évidemment requis, assurez-vous de l'avoir installé :

 
Créez un dossier pour le conteneur à installer :

 Rendez-vous au panneau de configuration dans la section "Système" :

 Dans le planificateur de tâches :


 Le nom de la tâche importe peu mais elle doit être marquée inactive :

 

 Juste un clic dans le deuxième onglet :

 

Dans le troisième onglet, saisissez votre adresse e-mail et copiez-collez le script suivant dans le dernier champ puis validez avec le bouton "OK" :

docker run -d --name=torbrowser \
-p 5800:5800 \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
--restart=always \
domistyle/tor-browser


 
Il faut maintenant exécuter le script d'installation et patienter jusqu'à ce que l'e-mail arrive :

 L'accès au conteneur, similaire aux autres paquets, se fait via le port saisi auparavant dans le script :

 

 Pour finir, un exemple de site "onion" ouvert dans notre nouveau conteneur Docker :

 

Pensez à ajuster le niveau de sécurité selon vos préférences et activités 😉

Bonne navigation 😊

Le contenu de ce blog est gratuit. Vous pouvez néanmoins faire un don indirect en achetant un T-shirt sympa. Voici quelques exemples dans cet article :

👈

100% de chaque don va à des personnes vivant sous le seuil de pauvreté. Merci encore et bonne journée.