diff --git a/README.md b/README.md index ec895d3..29f3e1e 100644 --- a/README.md +++ b/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/) ![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 + +``` + + diff --git a/www/footer.php b/www/footer.php index a970566..6ee052b 100644 --- a/www/footer.php +++ b/www/footer.php @@ -93,7 +93,7 @@ DisplayParticipants($webringcsvpath);

Why are Darknet Lanterns important ?

How to setup your own Lantern instance

SimpleX Chatroom

-

Darknet Lantern - version 1.0.1

+

Darknet Lantern - version 1.0.2