2021-09-13 16:32:12 -04:00
name : New instance
description : New public instance proposal form
title : "[New instance] <instance name>"
2021-09-13 16:40:08 -04:00
assignees :
- unixfox
- samantazfox
2024-08-30 20:00:11 -04:00
- perennialtech
- bugmaschine
2023-05-08 07:08:04 -04:00
labels :
- instance-add
2021-09-13 16:32:12 -04:00
body :
2023-02-17 06:01:59 -05:00
- type : markdown
attributes :
value : |
2023-11-21 08:27:42 -05:00
Please consult these two important tutorials :
- 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/
It is highly recommended to follow these tutorials because it will allow the instance to stay stable and performant over the long term.
2023-02-17 06:01:59 -05:00
2021-09-13 16:47:25 -04: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 16:38:11 -04: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
2022-08-21 09:15:48 -04:00
- label : "Instance is properly configured (including the mandatory [post install configuration](https://docs.invidious.io/installation/#post-install-configuration))"
2022-02-08 10:50:19 -05:00
required : true
2022-08-31 06:03:38 -04:00
- label : "Instance has an automatic hourly restart setup of Invidious"
2022-02-08 10:50:19 -05:00
required : true
2023-03-05 03:39:32 -05:00
- label : "If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)"
required : true
2024-07-20 12:11:54 -04:00
- label : "Instance is not running any kind of analytics, including external scripts of any kind"
2024-02-19 02:11:33 -05:00
required : true
2024-05-31 17:20:01 -04:00
- label : "If using Cloudflare or any other DDoS protection service, settings are configured to allow uptime monitoring. Cloudflare users can consult [this](https://updown.io/doc/known-issues-when-monitoring-a-cloudflare-protected-website) guide"
required : true
2022-02-08 10:50:19 -05:00
2021-09-13 16:32:12 -04:00
2021-09-13 16:38:11 -04: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 16:32:12 -04:00
2024-07-20 12:11:54 -04:00
- type : checkboxes
attributes :
label : Rules for public instances
description : By submitting this proposal, you agree to follow the [rules for public instances](https://docs.invidious.io/instances/#rules-for-public-instances).
options :
- label : I agree to follow the rules for public instances
required : true
2021-09-16 03:24:05 -04: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 16:38:11 -04:00
- type : input
id : mitm-name
attributes :
label : Man in the Middle
2021-09-16 03:24:05 -04:00
description : "If your instance is behind a DDoS protection or MitM system, please specify that here"
2021-09-13 16:38:11 -04:00
placeholder : "Example: CloudFlare"
validations :
2021-09-13 16:32:12 -04:00
required : false
2021-09-13 16:38:11 -04: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 16:32:12 -04:00
required : false
2021-09-13 16:38:11 -04:00
2024-05-15 07:36:05 -04:00
- type : input
id : matrix-username
attributes :
label : Your matrix username
description : "Please input your Matrix username here to join the private Matrix room for public instances maintainers. We discuss troubles managing a public instance, share some advices and more. Optional but highly recommended."
placeholder : "matrixuser"
validations :
required : false
2021-09-16 05:13:54 -04:00
- type : textarea
id : more-infos
attributes :
2022-07-01 14:28:31 -04:00
label : Additional information
description : "If you want to add other information on your instance, do so here:"
2021-09-16 05:13:54 -04:00
placeholder : "Example: Our instance also has an .onion URL, The source code changes are ..., etc."
validations :
required : false