2023-01-03 20:02:11 -05:00
|
|
|
name: Add Instance
|
|
|
|
description: Request an instance to be added
|
|
|
|
title: "(Instance) "
|
|
|
|
labels: "Type: instance"
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Country
|
|
|
|
description: What country is the server hosted in?
|
|
|
|
placeholder: UN
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-01-03 20:03:22 -05:00
|
|
|
- type: dropdown
|
2023-01-03 20:02:11 -05:00
|
|
|
attributes:
|
|
|
|
label: Cloudflare enabled?
|
2023-01-03 20:03:22 -05:00
|
|
|
options:
|
2023-01-03 20:03:47 -05:00
|
|
|
- "Yes"
|
|
|
|
- "No"
|
2023-01-03 20:02:11 -05:00
|
|
|
description: Does this instance use Cloudflare?
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: What type of instance is it?
|
|
|
|
options:
|
|
|
|
- HTTPS
|
|
|
|
- Tor
|
|
|
|
- I2P
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: URL
|
|
|
|
description: What is the full URL?
|
|
|
|
placeholder: https://sample-libreddit.com
|
|
|
|
validations:
|
|
|
|
required: true
|