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
+37 -25
View File
@@ -3,7 +3,7 @@
name: New instance name: New instance
description: New public instance proposal form description: New public instance proposal form
title: "[New instance] <instance name>" title: "[New instance] <instance name>"
assignees: assignees:
- WardPearce - WardPearce
labels: labels:
- instance-add - instance-add
@@ -16,9 +16,9 @@ body:
- Escaping the YouTube block ([403 errors in playback](https://github.com/iv-org/invidious/issues/4045)): https://docs.invidious.io/ipv6-rotator/ - Escaping the YouTube block ([403 errors in playback](https://github.com/iv-org/invidious/issues/4045)): https://docs.invidious.io/ipv6-rotator/
- Improving the performance and the stability of your public instance: https://docs.invidious.io/improve-public-instance/ - Improving the performance and the stability of your public instance: https://docs.invidious.io/improve-public-instance/
It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term. It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term.
- type: input - type: input
id: url id: url
attributes: attributes:
@@ -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
@@ -72,17 +72,17 @@ body:
attributes: attributes:
label: Invidious threads label: Invidious threads
description: Is your Invidious instance milti-threaded? description: Is your Invidious instance milti-threaded?
placeholder: "Default: 1" placeholder: "Default: 1"
validations: validations:
required: true required: true
- 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