{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bf71f608-f609-4c4d-a3ab-b626b1cb246c",
    "slug": "influxdb-1",
    "name": "InfluxDB",
    "description": "InfluxDB is a programmable and performant time series database.",
    "url": "https://railway.com/deploy/influxdb-1",
    "upstream": {
      "repo_url": "https://github.com/vergissberlin/railwayapp-influxdb"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "InfluxDB",
      "source": {
        "repo": "https://github.com/vergissberlin/railwayapp-influxdb"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "InfluxDB",
      "description": "Don't change it!",
      "secret": false,
      "strategy": "default",
      "default": "8096"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_ORG",
      "service": "InfluxDB",
      "description": "The name to set for the system's initial organization (Required).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_MODE",
      "service": "InfluxDB",
      "description": "Don't change it!",
      "secret": false,
      "strategy": "default",
      "default": "setup"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_BUCKET",
      "service": "InfluxDB",
      "description": "The name to set for the system's initial bucket (Required).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_PASSWORD",
      "service": "InfluxDB",
      "description": "The password to set for the system's inital super-user (Required).",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DOCKER_INFLUXDB_INIT_USERNAME",
      "service": "InfluxDB",
      "description": "The username to set for the system's initial super-user (Required).",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "influxdb-1"
      }
    },
    "cli": "railway deploy --template influxdb-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bf71f608-f609-4c4d-a3ab-b626b1cb246c",
            "serializedConfig": {
              "services": {
                "09e2caaa-f669-4953-b0b7-2ec22753b668": {
                  "name": "InfluxDB",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/vergissberlin/railwayapp-influxdb"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Don't change it!",
                      "defaultValue": "8096"
                    },
                    "DOCKER_INFLUXDB_INIT_ORG": {
                      "isOptional": false,
                      "description": "The name to set for the system's initial organization (Required).",
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_ORG}}"
                    },
                    "DOCKER_INFLUXDB_INIT_MODE": {
                      "isOptional": false,
                      "description": "Don't change it!",
                      "defaultValue": "setup"
                    },
                    "DOCKER_INFLUXDB_INIT_BUCKET": {
                      "isOptional": false,
                      "description": "The name to set for the system's initial bucket (Required).",
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_BUCKET}}"
                    },
                    "DOCKER_INFLUXDB_INIT_PASSWORD": {
                      "isOptional": false,
                      "description": "The password to set for the system's inital super-user (Required).",
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_PASSWORD}}"
                    },
                    "DOCKER_INFLUXDB_INIT_USERNAME": {
                      "isOptional": false,
                      "description": "The username to set for the system's initial super-user (Required).",
                      "defaultValue": "{{DOCKER_INFLUXDB_INIT_USERNAME}}"
                    },
                    "DOCKER_INFLUXDB_INIT_RETENTION": {
                      "isOptional": true,
                      "description": "The duration the system's initial bucket should retain data. If not set, the initial bucket will retain data forever.",
                      "defaultValue": ""
                    },
                    "DOCKER_INFLUXDB_INIT_ADMIN_TOKEN": {
                      "isOptional": true,
                      "description": "The authentication token to associate with the system's initial super-user. If not set, a token will be auto-generated by the system."
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0"
}
