# Wait for gitea to finish db setup, before we do any db operations
while ! curl --fail http://localhost:3000/healthcheck;do
while ! curl --fail http://localhost:3000/explore;do
echo"==> Waiting for gitea to come up"
sleep 1
done
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.