Skip to content

c4llv07e/ss14_web_admin_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SS14 admin notes viewer

Written in Python with flask.

How to run

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

License

AGPL-3.0 :trollface:

About

See admin notes from the server in the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published