diff --git a/graphs/.$PRODUCTIVITY.drawio.bkp b/graphs/.$PRODUCTIVITY.drawio.bkp index 4c76d96..2d9904b 100644 --- a/graphs/.$PRODUCTIVITY.drawio.bkp +++ b/graphs/.$PRODUCTIVITY.drawio.bkp @@ -1,6 +1,6 @@ - + @@ -10,23 +10,23 @@ - - + + - - + + - + - + - + - + @@ -35,19 +35,19 @@ - + - + - + - + @@ -116,43 +116,39 @@ - + + + + + + - + - + - + - + - + - + - + - - - - - - - - - - + - + @@ -471,11 +467,12 @@ - - - - + + + + + @@ -503,10 +500,10 @@ - + - - + + @@ -545,7 +542,7 @@ - + @@ -1028,8 +1025,8 @@ - - + + @@ -1536,6 +1533,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphs/.$moneroSSO.drawio.bkp b/graphs/.$moneroSSO.drawio.bkp index 8dcb13d..e81ff29 100644 --- a/graphs/.$moneroSSO.drawio.bkp +++ b/graphs/.$moneroSSO.drawio.bkp @@ -139,6 +139,9 @@ + + + diff --git a/graphs/PRODUCTIVITY.drawio b/graphs/PRODUCTIVITY.drawio index 4c76d96..4522683 100644 --- a/graphs/PRODUCTIVITY.drawio +++ b/graphs/PRODUCTIVITY.drawio @@ -1,6 +1,6 @@ - + @@ -10,23 +10,23 @@ - - + + - - + + - + - + - + - + @@ -35,19 +35,19 @@ - + - + - + - + @@ -116,43 +116,39 @@ - + + + + + + - + - + - + - + - + - + - + - - - - - - - - - - + - + @@ -471,11 +467,12 @@ - - - - + + + + + @@ -503,10 +500,10 @@ - + - - + + @@ -545,7 +542,7 @@ - + @@ -1028,8 +1025,8 @@ - - + + @@ -1536,6 +1533,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphs/moneroSSO.drawio b/graphs/moneroSSO.drawio index 8dcb13d..e81ff29 100644 --- a/graphs/moneroSSO.drawio +++ b/graphs/moneroSSO.drawio @@ -139,6 +139,9 @@ + + + diff --git a/opsec/darknetlantern/index.html b/opsec/darknetlantern/index.html index dd39764..280eee1 100644 --- a/opsec/darknetlantern/index.html +++ b/opsec/darknetlantern/index.html @@ -642,7 +642,18 @@ Fast-forward delete mode 100644 www/participants/zhd7yf675dav6njgc7yjwke2u5cq7d5qim2s7xwa2ukxfzubrguqmzyd.onion/banner.png -

You can automatically perform that git pull using cronjobs like so:

+

Since v1.0.1 you can now automatically perform that git pull using cronjobs like so:

+

+[ Datura ] [ /dev/pts/28 ] [~]
+→ crontab -e
+
+#lantern
+*/3 0 * * * python3 /srv/darknet-lantern/scripts/uptimechecker.py
+0 0 * * * /usr/bin/torsocks /usr/bin/git -C /srv/darknet-lantern/ pull
+
+
+

That way it'll update your lantern software once a day, at midnight.

+

Since v1.0.2 you can now also automatically synchronize new links coming from other webring participants using the following cronjob entry:


 [ Datura ] [ /dev/pts/28 ] [~]
 → crontab -e
@@ -650,9 +661,10 @@ 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
+0 0 * * * python3 /srv/darknet-lantern/scripts/lantern.py 4
 
 
-

That way it'll update your lantern software once a day, at midnight.

+

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.