2023-10-12 20:45:56 +02:00
|
|
|
name: New Connector Request
|
|
|
|
description: Request a new site to be added
|
|
|
|
title: "[New Connector]: "
|
|
|
|
labels: ["New Connector"]
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Website-Link
|
|
|
|
placeholder: https://
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Is the Website free to access?
|
2025-03-07 10:19:08 +01:00
|
|
|
description: We can't support pay-to-use sites, or captcha-proxied sites as Cloudflare.
|
2023-10-12 20:45:56 +02:00
|
|
|
options:
|
|
|
|
- label: The Website is freely accessible.
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Anything else?
|
|
|
|
validations:
|
2025-03-07 10:19:08 +01:00
|
|
|
required: false
|