Characteristics of the lister:
- instances: open list, default "try.gitea.io"
- API URL: instance_URL + "/api/v1/"
- query: "/repos/search?sort=id&order=asc&limit=%d&page=%d"
- state: none
- auth: none
- rate limiting: by instance -> generic handling
- pagination: 3 -> 50
- page format: JSON
Related to T2442