Possible to connect to multiple git services?

When defining all
DRONE_GITEA_CLIENT_SECRET
DRONE_GITEA_CLIENT_SECRET
DRONE_GITHUB_CLIENT_ID
DRONE_GITHUB_CLIENT_SECRET

env variables in dockerised drone service, then only github account can be associated. If github env vars are removed, then gitea integration takes effect.

Is it possible to manage/monitor repositories from multiple git services simultaneously?

A single Drone instance can only integrate with a single provider so you have to setup multiple Drone instances – one for GitHub and one for Gitea.

1 Like

Fair enough.
If simultaneous support for multiple providers is not needed - could same instance be used for both gitea & github, assuming service is restarted with appropriate env variables set?

could same instance be used for both gitea & github, assuming service is restarted with appropriate env variables set

I would not recommend this. Drone was not designed to be used this way and I suspect this would result in unexpected behavior and errors.