Go to file
Son NK 7e76c3a0a9 send bounce directly instead of return 550 2019-12-15 18:55:18 +02:00
app add tooltip for reverse-alias 2019-12-15 18:55:18 +02:00
docs remove new_random_alias related test 2019-12-15 18:55:18 +02:00
local_data add new param PADDLE_PUBLIC_KEY_PATH 2019-12-15 18:55:18 +02:00
migrations add ForwardEmail.website_from field 2019-12-15 18:55:17 +02:00
poc create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
static make alias activity responsive 2019-12-15 18:55:17 +02:00
templates add link to firefox and chrome extension in footer 2019-12-15 18:55:17 +02:00
tests move get_email_name, get_email_part to email_utils 2019-12-15 18:55:18 +02:00
.dockerignore create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
.env.example add new param IGNORED_EMAILS and use it in cronjob 2019-12-15 18:55:18 +02:00
.gitignore ignore config symlink 2019-12-15 18:55:13 +02:00
Dockerfile reduce nb gunicorn workers to 2 2019-12-15 18:55:16 +02:00
README.md re-organize docs 2019-12-15 18:55:17 +02:00
cron.py add new param IGNORED_EMAILS and use it in cronjob 2019-12-15 18:55:18 +02:00
crontab.yml create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
email_handler.py send bounce directly instead of return 550 2019-12-15 18:55:18 +02:00
pyproject.toml create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00
requirements.in add pycryptodome, phpserialize for paddle 2019-12-15 18:55:18 +02:00
requirements.txt add pycryptodome, phpserialize for paddle 2019-12-15 18:55:18 +02:00
server.py remove notify_admin, replace by general stats 2019-12-15 18:55:18 +02:00
shell.py improve email: add <!doctype html>, use Hi {name} greeting 2019-12-15 18:55:15 +02:00
wsgi.py create BaseForm to enable CSRF 2019-07-02 10:20:12 +03:00

README.md

Run the code locally

To run the code locally, please create a local setting file based on .env.example:

cp .env.example .env

Feel free to custom your .env file, it would be your default setting when developing locally. This file is ignored by git.

You don't need all the parameters, for ex if you don't update images to s3, then BUCKET, AWS_ACCESS_KEY_ID can be empty or if you don't use login with Github locally, GITHUB_CLIENT_ID doesn't have to be filled. The .env.example file contains minimal requirement so that if you run:

python3 server.py

then open http://localhost:7777, you should be able to login with the following account

john@wick.com / password

Other topics

Please go to the following pages for different topics: