documentation/.github/ISSUE_TEMPLATE/new_instance.yaml
Émilien Devos (perso) b813a6264c
Add mandatory unlimited traffic limit (#316)
* Add mandatory unlimited traffic limit

In order to not having a case like this again: https://github.com/Sommerwiesel/invidious/issues/6#issuecomment-1337036938

* Minimum not max
2023-03-05 09:39:32 +01:00

101 lines
3.4 KiB
YAML

name: New instance
description: New public instance proposal form
title: "[New instance] <instance name>"
assignees:
- unixfox
- samantazfox
body:
- type: markdown
attributes:
value: |
Please consider joining our Matrix room for public instance maintainers by joining our Matrix room: https://matrix.to/#/#invidious:matrix.org
then pinging @unixfox, @TheFrenchGhosty and @SamantazFox for asking to be invited to the Matrix room.
We discuss troubles managing a public instance, sharing some advices and more.
- type: input
id: url
attributes:
label: URL
description: "the URL of your instance"
placeholder: "Example: https://invidious.example.com"
validations:
required: true
- 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
- label: "Instance is properly configured (including the mandatory [post install configuration](https://docs.invidious.io/installation/#post-install-configuration))"
required: true
- label: "Instance has an automatic hourly restart setup of Invidious"
required: true
- label: "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)"
required: true
- 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
- type: input
id: country
attributes:
label: Host country
description: What country is the instance hosted in?
placeholder: "Example: United States"
validations:
required: true
- type: input
id: mitm-name
attributes:
label: Man in the Middle
description: "If your instance is behind a DDoS protection or MitM system, please specify that here"
placeholder: "Example: CloudFlare"
validations:
required: false
- 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:
required: false
- 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
- type: textarea
id: more-infos
attributes:
label: Additional information
description: "If you want to add other information on your instance, do so here:"
placeholder: "Example: Our instance also has an .onion URL, The source code changes are ..., etc."
validations:
required: false