updated lantern tutorial

This commit is contained in:
nihilist 2025-03-24 08:51:38 +01:00
parent 4692fa64be
commit 576ec53510
43 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ SocksPort 127.0.0.1:9050
<p>Here we see that the website is reachable now, so let's now install the python script dependencies:</p>
<pre><code class="nim">
[ Wonderland ] [ /dev/pts/23 ] [/srv/darknet-lantern]
→ apt install python3-pandas python3-requests python3-socks -y
→ apt install python3-pandas python3-requests python3-socks python3-dotenv -y
</pre></code>
<p>Now that's done, you can run scripts/lantern.py for the first time to confirm your own instance name:</p>
@ -661,7 +661,7 @@ Fast-forward
#lantern
*/3 0 * * * python3 /srv/darknet-lantern/scripts/uptimechecker.py
0 0 * * * /usr/bin/torsocks /usr/bin/git -C /srv/darknet-lantern/ pull
<b>0 0 * * * python3 /srv/darknet-lantern/scripts/lantern.py 4</b>
<b>0 1 * * * python3 /srv/darknet-lantern/scripts/lantern.py 4</b>
</pre></code>
<p>With those cronjobs, you'll automatically have an updated darknet lantern instance, automatically synchronising new links coming from the webring participants, and with automatically updated statuses, on a daily basis.</p>