Updated instance issue

This commit is contained in:
WardPearce
2024-05-08 15:37:01 +12:00
parent 8ada73c069
commit eef511644f
3 changed files with 48 additions and 31 deletions
+33 -21
View File
@@ -33,30 +33,30 @@ body:
label: Mandatory checks label: Mandatory checks
description: "Your instance must fulfill all the conditions listed below in order to be accepted" description: "Your instance must fulfill all the conditions listed below in order to be accepted"
options: options:
- label: "Instance has a domain name" - label: "Instance has a domain name"
required: true required: true
- label: "Instance is served over HTTPS" - label: "Instance is served over HTTPS"
required: true required: true
- label: "Statistics (`/api/v1/stats`) are enabled" - label: "Statistics (`/api/v1/stats`) are enabled"
required: true required: true
- label: "Instance is properly configured (including the mandatory [post install configuration](https://docs.invidious.io/installation/#post-install-configuration))" - label: "Instance is properly configured (including the mandatory [post install configuration](https://docs.invidious.io/installation/#post-install-configuration))"
required: true required: true
- label: "Instance has an automatic hourly restart setup of Invidious" - label: "Instance has an automatic hourly restart setup of Invidious"
required: true required: true
- label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)" - label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)"
required: true required: true
- label: "Instance is not running any kind of analytics" - label: "Instance is not running any kind of analytics"
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Maintainer chart label: Maintainer chart
description: "As a maintainer, I acknowledge that I must do the following to stay in the public list" description: "As a maintainer, I acknowledge that I must do the following to stay in the public list"
options: options:
- label: "Ensure that my instance is up to date (less than one month old)" - label: "Ensure that my instance is up to date (less than one month old)"
required: true required: true
- label: "Ensure a proper uptime of my instance (around 90%)" - label: "Ensure a proper uptime of my instance (around 90%)"
required: true required: true
- type: input - type: input
id: country id: country
@@ -78,11 +78,11 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Twice daily IPV6 rotation label: IPV6 rotation
description: "Are you avoiding YouTube rate limiting with IPV6 rotation?" description: "Are you avoiding YouTube rate limiting with IPV6 rotation?"
options: options:
- label: "Yes" - label: "Yes"
required: false required: false
- type: input - type: input
id: mitm-name id: mitm-name
@@ -93,6 +93,18 @@ body:
validations: validations:
required: false required: false
- type: checkboxes
attributes:
label: Optional Materialious configuration
description: "What optional Materialious steps have you configured."
options:
- label: "RYD-Proxy"
required: false
- label: "Syncious integration"
required: false
- label: "Self-hosted PeerJS"
required: false
- type: textarea - type: textarea
id: more-infos id: more-infos
attributes: attributes:
+1 -6
View File
@@ -38,12 +38,7 @@
- YT path redirects (So your redirect plugins should still work!) - YT path redirects (So your redirect plugins should still work!)
# Public instances # Public instances
- [materialio.us](https://materialio.us) [Public instances are listed here](./docs/INSTANCES.md).
- **Location:** New Zealand
- **Threads:** 6
- **Twice daily IPV6 rotation:** Yes
- **Cloudflare:** No
- **Accounts:** Yes
Open an issue to add your instance. Open an issue to add your instance.
+10
View File
@@ -0,0 +1,10 @@
# Public instances
- [materialio.us](https://materialio.us)
- **Location:** New Zealand
- **Threads:** 6
- **IPV6 rotation:** Yes
- **Cloudflare:** No
- **Accounts:** Yes
- **RYD-Proxy:** Yes
- **Syncious integration:** Yes
- **Self-hosted PeerJS:** No