Written in Python with flask.
export POSTGRES_HOST="localhost"
export POSTGRES_USER="ss14"
export POSTGRES_DATABASE="ss14"
export POSTGRES_PASSWORD="<your_database_password_here>"
export SS14_SERVER_NAME="My awesome server" # optional
python3 ./main.py
AGPL-3.0