/CTFd-Nginx-LetsEncrypt

A quick-tweak configuration for Docker-based CTFd, Nginx, and Let's Encrypt TLS

Primary LanguageShell

A quick-tweak configuration for Docker-based CTFd, Nginx, and Let's Encrypt TLS

Quick Start

  1. Open and edit init-letsencrypt.sh, fill in the customizable configuration variables, then save.
  2. sudo ./init-letsencrypt.sh
  3. docker-compose up --detach

Query Database

  1. docker exec -it ctfd-nginx-letsencrypt_db_1 bash
  2. mysql -u ctfd -p
  3. use ctfd;
  4. show tables;