{
  "manifest_version": "1.0.0",
  "template": {
    "id": "12e92557-6f7f-4c60-b8a3-ac5b2b3cc6e3",
    "slug": "mosquitto-mqtt",
    "name": "Mosquitto MQTT",
    "description": "Deploy and Host Mosquitto MQTT with Railway",
    "url": "https://railway.com/deploy/mosquitto-mqtt",
    "upstream": {
      "repo_url": "https://github.com/vergissberlin/railwayapp-mqtt"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "mqtt",
      "source": {
        "repo": "https://github.com/vergissberlin/railwayapp-mqtt"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "mqtt",
      "description": "Set the timezone",
      "secret": false,
      "strategy": "default",
      "default": "Europe/Amsterdam"
    },
    {
      "key": "PORT",
      "service": "mqtt",
      "description": "D'not change this!",
      "secret": false,
      "strategy": "default",
      "default": "1883"
    },
    {
      "key": "MQTT_PASS",
      "service": "mqtt",
      "description": "Set the password for MQTT user",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MQTT_USER",
      "service": "mqtt",
      "description": "Set the username for MQTT",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mosquitto-mqtt"
      }
    },
    "cli": "railway deploy --template mosquitto-mqtt",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "12e92557-6f7f-4c60-b8a3-ac5b2b3cc6e3",
            "serializedConfig": {
              "services": {
                "c6fb3aa8-a420-42bd-a1e1-66899537d1ec": {
                  "name": "mqtt",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/vergissberlin/railwayapp-mqtt"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "Set the timezone",
                      "defaultValue": "Europe/Amsterdam"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "D'not change this!",
                      "defaultValue": "1883"
                    },
                    "MQTT_PASS": {
                      "isOptional": false,
                      "description": "Set the password for MQTT user",
                      "defaultValue": "{{MQTT_PASS}}"
                    },
                    "MQTT_USER": {
                      "isOptional": false,
                      "description": "Set the username for MQTT",
                      "defaultValue": "{{MQTT_USER}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
