{
  "manifest_version": "1.0.0",
  "template": {
    "id": "740144b6-3961-4882-8171-5fb85379defe",
    "slug": "1K5sEZ",
    "name": "PicoShare",
    "description": "A minimalist, easy-to-host service for sharing images and other files",
    "url": "https://railway.com/deploy/1K5sEZ",
    "upstream": {
      "image": "mtlynch/picoshare"
    }
  },
  "services": [
    {
      "name": "picoshare",
      "source": {
        "image": "mtlynch/picoshare"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "picoshare",
      "description": "TCP port on which to listen for HTTP connections (defaults to 4001).",
      "secret": false,
      "strategy": "default",
      "default": "4001"
    },
    {
      "key": "PS_SHARED_SECRET",
      "service": "picoshare",
      "description": "Specifies a passphrase for the admin user to log in to PicoShare.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "1K5sEZ"
      }
    },
    "cli": "railway deploy --template 1K5sEZ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "740144b6-3961-4882-8171-5fb85379defe",
            "serializedConfig": {
              "services": {
                "9619a300-79bd-4ffd-b6cd-dfff81ac8957": {
                  "name": "picoshare",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "mtlynch/picoshare"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "TCP port on which to listen for HTTP connections (defaults to 4001).",
                      "defaultValue": "4001"
                    },
                    "PS_SHARED_SECRET": {
                      "isOptional": false,
                      "description": "Specifies a passphrase for the admin user to log in to PicoShare.",
                      "defaultValue": "{{PS_SHARED_SECRET}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "9619a300-79bd-4ffd-b6cd-dfff81ac8957": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T11:00:53.406Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7bcdab224e604b1db937",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "picoshare"
  }
}
