Skip to content

Purdue-eCTF/2026-eCTF-log-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log server

A server that stores data for eCTF infra.

Create a config.py with the following:

AUTH_TOKEN = "auth_token" # token to connect to the log server api
BUILD_LOG_PORT = ...
TEST_LOG_PORT = ...
PROVISION_STATUS_PORT = ...
BUILD_STATUS_PORT = ...
LISTEN_TOKEN = # auth token for zmq sockets

Run using python3 -m fastapi run src/api.py

About

logs or something?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors