@@ -0,0 +1,5 @@
#!/usr/bin/env bash
PORT="${PORT:-9099}"
HOST="${HOST:-0.0.0.0}"
uvicorn main:app --host "$HOST" --port "$PORT" --forwarded-allow-ips '*'
The note is not visible to the blocked user.