Skip to content

BillKeenan/dead-drop-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

travis ci status

dead-drop - now with more python

=========

Live at dead-drop.me

Secure text sender, generates a 1-time link and password. stores encrypted in mongo

The intention here is to be self contained, and operate all in browser to minimize attack vectors.

There is a sample Apache configuration, as well as a vagrant test environment.

get going

==========

DEV INSTRUCTIONS

** untested **

  1. install mongodb
  2. install python3
  3. install/activate virtualenv
  4. pip install -r requirements.txt
  5. python wsgi.py

This code is free to use as per the license, it would be polite to put a link to dead-drop.me in the footer however.

For prod, i'm using UWSGI instructions here https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04