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