Descriptions for logging stuff

This commit is contained in:
TwistedUmbrellaX 2024-05-29 17:48:15 -04:00 committed by TwistedUmbrellaX
parent 78365d58c3
commit cd2d6aeee9

View File

@ -22,20 +22,22 @@ body:
- type: input - type: input
attributes: attributes:
label: Jellyfin installation method label: Jellyfin install method
description: How you installed Jellyfin or the tool used to install it
placeholder: Docker, Windows installer, etc. placeholder: Docker, Windows installer, etc.
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: Container image and tag label: Container image/tag or Jellyfin vwrsion
description: Only fill in this field if you are running Jellyfin in a container description: The container for Docker or Jellyfin version for a native install
placeholder: jellyfin/jellyfin:10.8.7, jellyfin-intro-skipper:latest, etc. placeholder: jellyfin/jellyfin:10.8.7, jellyfin-intro-skipper:latest, etc.
- type: input - type: input
attributes: attributes:
label: Operating System label: Operating System
description: The operating system of the Jellyfin / Docker host computer
placeholder: Debian 11, Windows 11, etc. placeholder: Debian 11, Windows 11, etc.
validations: validations:
required: true required: true