我从哪来,要到哪去?
一个方便的Xray扫描结果web管理系统
删除CSP规则,增加cache,将系统Docker一键化
use Django + postgresql + gunicorn
Set up account
Change your own information in cores/views.py
cores/views.py
auth={} auth['username'] = 'name' auth['userimgpath'] = '/static/img/user.jpg' auth['motto'] = 'moto' auth['github'] = '# '
Next, custom admin account in Dockerfile
ENV SECRET_KEY=SECRET_KEYS USERNAME=postgres PASSWORD=postgres ENV SUPUSER=admin EMAIL="admin@admin.com" SUPPASSWD=admin
Finally, run command
docker-compose up -d
算是一个事后学习web的一个自我坑位吧。。。