Maintenance release
-
Fixed bug where application gives 500 (Internal Server Error) on setup page.
-
Multiple boxes support (closes issue #17)
-
Challenges page (closes issue #56). Along with tag and category models for organization.
-
CTF settings and websites are now stored in database and can easily be changed from the new /setup view. (Closes issue #55)
-
Implemented thorough and efficient caching with use of "Flask-Caching" and "Redis".
-
Define redis service in docker-compose.yml
-
ADMIN_EMAIL, and mail related env variables added in app.json.
-
Features such as searching and exporting and new dark theme for Admin Controls (closes issues #1, #16, #36)