Once either #74 or #76 is merged we should be able to automate instance list maintenance through github actions. Here's an idea of how this may work:
- Query instance API
- Scans each instance and
- Validate version date to make sure it is less than thirty days away from iv-org/invidious's latest commit.
- Validate health to be >= 90%
- If either check fails it is removed.
- Create PR with the changes.
Once either #74 or #76 is merged we should be able to automate instance list maintenance through github actions. Here's an idea of how this may work: