Open marketplace application for buying and selling items with digital cash.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
lalanza808 94d34814cf add admin user creation to makefile
bids init
bin dockerizing the remaining components, prepping for stage deployment
core finishing up makefile, adding health page, adjusting docker-compose files
items init
sales init
web init
xmrauctions init
.dockerignore dockerizing the remaining components, prepping for stage deployment
.gitignore init
Dockerfile-monero dockerizing the remaining components, prepping for stage deployment
Dockerfile-xmrauctions dockerizing the remaining components, prepping for stage deployment
Makefile add admin user creation to makefile
README.md adding readme with security info
docker-compose.deploy.yaml removing migrations from docker-compose and using make command, add db dependency
docker-compose.yaml init
manage.py init
requirements.txt dockerizing the remaining components, prepping for stage deployment

README.md

xmrauctions

I'll be filling this in over the following days. Stay tuned.

Security Go-Live Checklist

In no particular order, nice to haves, and should likely haves:

  • Bad bot spam prevention (fail2ban)
  • DDoS mitigation
  • Secrets in SSM with env setting
  • Email spam prevention
  • Cloudtrail configured all regions
  • Web server access logs syncing to S3
  • Log rotate on access logs
  • Security ELK dashboard
  • Malicious Image upload abuse prevention
  • SES metric alarms
  • Budget alarms
  • Unit Tests