Minimal Python HTTP service used to validate the Gitea -> Tekton -> Harbor flow.
## Local Test
```bash
docker build -t demo-app:local .
docker run --rm -p 8080:8080 demo-app:local
curl http://127.0.0.1:8080/
```
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.