From 6ac97ad0db20cd4e5e1431e3d66f11e550177ecb Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:44:35 +0000 Subject: [PATCH] Update Rule 2 of instance list (#544) Now that Invidious has switched to tagged versioning again, the rule ensuring that instances must not be a month out of date should be updated to support this. --- docs/instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/instances.md b/docs/instances.md index 817477a..8575151 100644 --- a/docs/instances.md +++ b/docs/instances.md @@ -77,7 +77,7 @@ ## Rules to have your instance in this list: 1. Instances MUST have been up for at least a month before it can be added to this list. -2. Instances MUST have been updated in the last month. An instance that hasn't been updated in the last month is considered unmaintained and is removed from the list. +2. Instances MUST not be more than a month out of date compared with either the latest commit or latest release. Any instance that is more than a month out of date is considered unmaintained and will be removed from the list. 3. Instances MUST have statistics (`/api/v1/stats`) enabled (`statistics_enabled: true` in the configuration file). 4. Instances MUST have an uptime of at least 90% ([according to uptime.invidious.io](https://uptime.invidious.io/)). 5. Instances MUST be served via domain name.