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