mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
v1.0.2 release
This commit is contained in:
parent
159d2265da
commit
6ac372917a
2 changed files with 29 additions and 26 deletions
53
README.md
53
README.md
|
@ -1,30 +1,6 @@
|
|||
# [Darknet Lantern Project v1.0.1](http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
|
||||
# [Darknet Lantern Project v1.0.2](http://lantern.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
|
||||

|
||||
|
||||
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
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue