This should ease further add-forge-now scheduling, something along those line should be
enough to fetch and schedule the forge we just listed:
```
swh scheduler origin \
add-forge-now \
--visit-type git \
(--visit-type svn \ # you got the gist, imagine here that gitea list svn stuff ;)
--lister-name gitea \
--lister-instance-name git.afpy.org \
( --only-disabled ) # for staging
```
Related to https://gitlab.softwareheritage.org/infra/sysadm-environment/-/issues/4674