You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
templates | 2 years ago | |
.env.example | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
main.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
Simple Contact
Extremely simple contact form with a CAPTCHA. Entries are sent to the specified HTTP endpoint.
JavaScript is not required to fill out the form, but if it is, then form fields are cached in sessionStorage.
Building
- Install
git
,docker
, anddocker-compose
git clone https://github.com/andrewkdinh/simple-contact.git
git clone https://github.com/daniel-e/rust-captcha.git
cd simple-contact
cp .env.example .env
# Edit .env
docker-compose up -d
- Visit
http://localhost:8672
Credits
- Built with Python, Flask, Docker, Rust CAPTCHA, and water.css
Licensed under AGPL 3.0 | Copyright (c) 2021 Andrew Dinh