{
  "$schema": "../schema.json",
  "name": "Peppermint",
  "port": 8216,
  "available": true,
  "exposable": true,
  "id": "peppermint",
  "tipi_version": 5,
  "version": "latest",
  "categories": [
    "utilities"
  ],
  "description": "An open source ticket management & help desk solution.",
  "short_desc": "An open source ticket management & help desk solution.",
  "author": "Peppermint-Lab",
  "source": "https://github.com/Peppermint-Lab/peppermint",
  "form_fields": [
    {
      "type": "random",
      "label": "Peppermint DB Password",
      "min": 32,
      "env_variable": "PEPPERMINT_DB_PASSWORD"
    },
    {
      "type": "text",
      "label": "API URL",
      "required": true,
      "hint": "Can be an exposable domiain like peppermintapi.example.com or peppermintapi.tipi.local",
      "env_variable": "PEPPERMINT_DOMAIN_API"
    }
  ],
  "supported_architectures": ["amd64", "arm64"]
}