{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c722a320-7da2-436d-8e76-f760df65ef13",
    "slug": "deepseek-harness-w-1",
    "name": "DeepSeek Harness + Web UI",
    "description": "Secure, persistent DeepSeek Harness Web UI with protected browser access.",
    "url": "https://railway.com/deploy/deepseek-harness-w-1",
    "upstream": {
      "repo_url": "https://github.com/Timboslice212/deepseek-harness-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "deepseek-harness-web-ui",
      "source": {
        "repo": "https://github.com/Timboslice212/deepseek-harness-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DSH_HOME",
      "service": "deepseek-harness-web-ui",
      "description": "Persistent DeepSeek Harness configuration and user settings directory.",
      "secret": false,
      "strategy": "default",
      "default": "/data/.dsh"
    },
    {
      "key": "WORKSPACE_DIR",
      "service": "deepseek-harness-web-ui",
      "description": "Persistent workspace directory for sessions and agent-created files.",
      "secret": false,
      "strategy": "default",
      "default": "/data/workspace"
    },
    {
      "key": "DSH_TELEMETRY_DISABLED",
      "service": "deepseek-harness-web-ui",
      "description": "Disables DeepSeek Harness telemetry for this deployment.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "HARNESS_ACCESS_PASSWORD",
      "service": "deepseek-harness-web-ui",
      "description": "Choose the Web UI login password (12-256 characters; 16+ recommended). Stored as a Railway secret.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "HARNESS_ACCESS_USERNAME",
      "service": "deepseek-harness-web-ui",
      "description": "Choose the Web UI login username (3-64 letters, numbers, dots, underscores, or hyphens).",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "deepseek-harness-w-1"
      }
    },
    "cli": "railway deploy --template deepseek-harness-w-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c722a320-7da2-436d-8e76-f760df65ef13",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c72acfa8-e8c4-49bd-9266-9dc36209acf7": {
                  "icon": null,
                  "name": "deepseek-harness-web-ui",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/Timboslice212/deepseek-harness-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DSH_HOME": {
                      "isOptional": false,
                      "description": "Persistent DeepSeek Harness configuration and user settings directory.",
                      "defaultValue": "/data/.dsh"
                    },
                    "WORKSPACE_DIR": {
                      "isOptional": false,
                      "description": "Persistent workspace directory for sessions and agent-created files.",
                      "defaultValue": "/data/workspace"
                    },
                    "DSH_TELEMETRY_DISABLED": {
                      "isOptional": false,
                      "description": "Disables DeepSeek Harness telemetry for this deployment.",
                      "defaultValue": "true"
                    },
                    "HARNESS_ACCESS_PASSWORD": {
                      "isOptional": false,
                      "description": "Choose the Web UI login password (12-256 characters; 16+ recommended). Stored as a Railway secret.",
                      "defaultValue": "{{HARNESS_ACCESS_PASSWORD}}"
                    },
                    "HARNESS_ACCESS_USERNAME": {
                      "isOptional": false,
                      "description": "Choose the Web UI login username (3-64 letters, numbers, dots, underscores, or hyphens).",
                      "defaultValue": "{{HARNESS_ACCESS_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "c72acfa8-e8c4-49bd-9266-9dc36209acf7": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "deepseek-harness-web-ui",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-23T16:14:58.907Z",
  "generator_version": "0.1.0"
}
