disco community server management!
-
see HOWTODEV-OAUTH from the RCTV project for the steps -- very tldr: start the server, start ngrok, have an oauth dev app pointing to ngrok, and have a recurse domain for the dev app as well -- in prod, it's all the same: have an oauth prod app pointing to the server, and have a recurse domain for the prod app
-
this is a flask app; make a python venv, activate it, install requirements, run it using
python server.py