v1.0.2 release

This commit is contained in:
root 2025-03-02 10:28:02 +01:00
parent 159d2265da
commit 6ac372917a
2 changed files with 29 additions and 26 deletions

View file

@ -1,30 +1,6 @@
# [Darknet Lantern Project v1.0.1](http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
# [Darknet Lantern Project v1.0.2](http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
![logo](./project.png)
WARNING, BREAKING CHANGES FROM V1.0.0 TO V1.0.1, HERE IS HOW YOU CAN UPGRADE:
(after that upgrade, you'll be able to automate the updates of lantern via a cronjob that runs a git pull in the root project directory, without having to discard changes made in www/participants/, thanks to the new .gitignore)
```sh
cd /srv/darknet-lantern
#backup your participants directory:
cp -r www/partcipants /tmp/participants
#abandon changes in the git directory
git stash
#update the git repo by doing a git pull
torsocks git pull
#reimport your csv files:
cp -r /tmp/participants www/participants
#make sure that your csv files no longer have v or x as status/sensitive booleans, by running option 10:
python3 scripts/lantern.py
Select an option? (0-10): 10
```
To explain the full context on why this project is relevant in the Darknet Ecosystem compared to the clearnet, check out [this blogpost](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetexploration/index.html)
For a full step-by-step tutorial on how to setup your own Darknet lantern, check out [this tutorial](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html)
@ -170,3 +146,30 @@ Across the entirety of all Darknet Lantern instances and all of the lists of lin
```
# OLD stuff
WARNING, BREAKING CHANGES FROM V1.0.0 TO V1.0.1, HERE IS HOW YOU CAN UPGRADE:
(after that upgrade, you'll be able to automate the updates of lantern via a cronjob that runs a git pull in the root project directory, without having to discard changes made in www/participants/, thanks to the new .gitignore)
```sh
cd /srv/darknet-lantern
#backup your participants directory:
cp -r www/partcipants /tmp/participants
#abandon changes in the git directory
git stash
#update the git repo by doing a git pull
torsocks git pull
#reimport your csv files:
cp -r /tmp/participants www/participants
#make sure that your csv files no longer have v or x as status/sensitive booleans, by running option 10:
python3 scripts/lantern.py
Select an option? (0-10): 10
```

View file

@ -93,7 +93,7 @@ DisplayParticipants($webringcsvpath);
<p><a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetexploration/index.html">Why are Darknet Lanterns important ?</a></p>
<p> <a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html">How to setup your own Lantern instance</a> </p>
<p> <a href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FBD4qkVq8lJUgjHt0kUaxeQBYsKaxDejeecxm6-2vOwI%3D%40b6geeakpwskovltbesvy3b6ah3ewxfmnhnshojndmpp7wcv2df7bnead.onion%2F4woLIDlpkvXRvZmaAiWA802OwiyxekdJ%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAzIAoE-OWDqFJXMqgunIWHPpE_u7e52Wtu8TioPc1QwI%253D&data=%7B%22groupLinkId%22%3A%22Srr1_MNob7WfPTQIY-ug5Q%3D%3D%22%7D">SimpleX Chatroom</a> </p>
</br><p><i> Darknet Lantern - version 1.0.1 </i></p>
</br><p><i> Darknet Lantern - version 1.0.2 </i></p>
</center>
</body>