this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bind to localhost

alice b3f50de5 4fdc9eec

+1 -1
+1 -1
run.sh
··· 1 1 #!/bin/bash 2 - uvicorn app:app --host 0.0.0.0 --port 8000 --reload --log-config log_config.ini 2 + uvicorn app:app --host 127.0.0.1 --port 8000 --reload --log-config log_config.ini