|
|
@ -16,6 +16,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "🐻 Uptime-Kuma version"
|
|
|
|
label: "🐻 Uptime-Kuma version"
|
|
|
|
description: "Which version of Uptime-Kuma are you running?"
|
|
|
|
description: "Which version of Uptime-Kuma are you running?"
|
|
|
|
|
|
|
|
placeholder: "Ex. 1.9.x"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
@ -23,6 +24,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "💻 Operating System"
|
|
|
|
label: "💻 Operating System"
|
|
|
|
description: "Which OS is your server/device running on?"
|
|
|
|
description: "Which OS is your server/device running on?"
|
|
|
|
|
|
|
|
placeholder: "Ex. Ubuntu 20.04"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
@ -30,6 +32,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "🌐 Browser"
|
|
|
|
label: "🌐 Browser"
|
|
|
|
description: "Which browser are you running on?"
|
|
|
|
description: "Which browser are you running on?"
|
|
|
|
|
|
|
|
placeholder: "Ex. Firefox"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
@ -37,6 +40,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "🐋 Docker"
|
|
|
|
label: "🐋 Docker"
|
|
|
|
description: "If running with Docker, which version are you running?"
|
|
|
|
description: "If running with Docker, which version are you running?"
|
|
|
|
|
|
|
|
placeholder: "Version can be found by running: docker version"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
@ -44,6 +48,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "🏷️ Docker Image Tag"
|
|
|
|
label: "🏷️ Docker Image Tag"
|
|
|
|
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
|
|
|
description: "Which Docker image tag are you using? If running '1' or 'latest', please specify image hash."
|
|
|
|
|
|
|
|
placeholder: "1, latest, debian, alpine. Image hash can be obtained with: docker images --digests"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
- type: input
|
|
|
|
- type: input
|
|
|
@ -51,6 +56,7 @@ body:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
label: "🟩 NodeJS Version"
|
|
|
|
label: "🟩 NodeJS Version"
|
|
|
|
description: "If running with Node.js? which version are you running?"
|
|
|
|
description: "If running with Node.js? which version are you running?"
|
|
|
|
|
|
|
|
placeholder: "14.x"
|
|
|
|
validations:
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
|
|
- type: checkboxes
|
|
|
|