Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 596 Bytes

PLEASE DO NOT USE THIS, IT IS NOT COMPLETE AND IS AN ACTIVE WORK-IN-PROGRESS. ISSUES HAVE BEEN DISABLED FOR THIS REASON.

Please join the Discord: https://discord.cs.surf

Pre-Requisites

  • Install dependencies pip install -r requirements.txt
  • Copy/rename config.json.example to config.json and populate
    • Redis connection is optional
  • Copy/rename requests.json.example to requests.json
  • Copy/rename denied.json.example to denied.json
  • Run it uvicorn main:app --port <YOUR_PORT_HERE> --host 0.0.0.0 --reload
  • Check it out at https://<yourDomain>.com/docs