2021-09-13 20:32:12 +00:00
|
|
|
name: New instance
|
|
|
|
description: New public instance proposal form
|
|
|
|
title: "[New instance] <instance name>"
|
2021-09-13 20:40:08 +00:00
|
|
|
assignees:
|
|
|
|
- syeopite
|
|
|
|
- unixfox
|
|
|
|
- samantazfox
|
2021-09-20 15:21:18 +00:00
|
|
|
- thefrenchghosty
|
2021-09-13 20:32:12 +00:00
|
|
|
|
|
|
|
body:
|
2021-09-13 20:47:25 +00:00
|
|
|
- type: input
|
|
|
|
id: url
|
|
|
|
attributes:
|
|
|
|
label: URL
|
|
|
|
description: "the URL of your instance"
|
|
|
|
placeholder: "Example: https://invidious.example.com"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2021-09-13 20:38:11 +00:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Mandatory checks
|
|
|
|
description: "Your instance must fulfill all the conditions listed below in order to be accepted"
|
|
|
|
options:
|
|
|
|
- label: "Instance has a domain name"
|
|
|
|
required: true
|
|
|
|
- label: "Instance is served over HTTPS"
|
|
|
|
required: true
|
|
|
|
- label: "Statistics (`/api/v1/stats`) are enabled"
|
|
|
|
required: true
|
2021-09-13 20:32:12 +00:00
|
|
|
|
2021-09-13 20:38:11 +00:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Maintainer chart
|
|
|
|
description: "As a maintainer, I acknowledge that I must do the following to stay in the public list"
|
|
|
|
options:
|
|
|
|
- label: "Ensure that my instance is up to date (less than one month old)"
|
|
|
|
required: true
|
|
|
|
- label: "Ensure a proper uptime of my instance (around 90%)"
|
|
|
|
required: true
|
2021-09-13 20:32:12 +00:00
|
|
|
|
2021-09-16 07:24:05 +00:00
|
|
|
- type: input
|
|
|
|
id: country
|
|
|
|
attributes:
|
|
|
|
label: Host country
|
|
|
|
description: What country is the instance hosted in?
|
|
|
|
placeholder: "Example: United States"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
2021-09-13 20:38:11 +00:00
|
|
|
- type: input
|
|
|
|
id: mitm-name
|
|
|
|
attributes:
|
|
|
|
label: Man in the Middle
|
2021-09-16 07:24:05 +00:00
|
|
|
description: "If your instance is behind a DDoS protection or MitM system, please specify that here"
|
2021-09-13 20:38:11 +00:00
|
|
|
placeholder: "Example: CloudFlare"
|
|
|
|
validations:
|
2021-09-13 20:32:12 +00:00
|
|
|
required: false
|
2021-09-13 20:38:11 +00:00
|
|
|
|
|
|
|
- type: input
|
|
|
|
id: source-code-url
|
|
|
|
attributes:
|
|
|
|
label: Source code URL
|
|
|
|
description: "If your instance is running a modified source code, please provide the URL below"
|
|
|
|
placeholder: "Example: https://git.example.com/you/invidious"
|
|
|
|
validations:
|
2021-09-13 20:32:12 +00:00
|
|
|
required: false
|
2021-09-13 20:38:11 +00:00
|
|
|
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Analytics
|
|
|
|
description: "If your instance is running analytics:"
|
|
|
|
options:
|
|
|
|
- label: "They are GDPR/CCPA compliant"
|
|
|
|
required: false
|
|
|
|
- label: "This is stated in your Privacy Policy"
|
|
|
|
required: false
|
|
|
|
- label: "You have provided the source code's URL in the dedicated field above"
|
|
|
|
required: false
|
2021-09-16 09:13:54 +00:00
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: more-infos
|
|
|
|
attributes:
|
|
|
|
label: Additionnal informations
|
|
|
|
description: "If your want to add other informations on your instance, do so here:"
|
|
|
|
placeholder: "Example: Our instance also has an .onion URL, The source code changes are ..., etc."
|
|
|
|
validations:
|
|
|
|
required: false
|