{
  "manifest_version": "1.0.0",
  "template": {
    "id": "99fb8011-5125-4b1b-88fd-d1b0ed90fded",
    "slug": "BOpuEm",
    "name": "Sun Panel",
    "description": "Server, NAS, VPS navigation panel, home page and browser home page.",
    "url": "https://railway.com/deploy/BOpuEm",
    "upstream": {
      "image": "hslr/sun-panel"
    }
  },
  "services": [
    {
      "name": "sun-panel",
      "source": {
        "image": "hslr/sun-panel"
      },
      "needs_volume": true,
      "volume_mount_path": "/docker_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "sun-panel",
      "description": "port",
      "secret": false,
      "strategy": "default",
      "default": "3002"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "BOpuEm"
      }
    },
    "cli": "railway deploy --template BOpuEm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "99fb8011-5125-4b1b-88fd-d1b0ed90fded",
            "serializedConfig": {
              "services": {
                "6e0449c9-2fc5-453c-b752-1507bd2ca915": {
                  "name": "sun-panel",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "hslr/sun-panel",
                    "rootDirectory": "/"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "port",
                      "defaultValue": "3002"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6e0449c9-2fc5-453c-b752-1507bd2ca915": {
                      "mountPath": "/docker_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T15:18:19.531Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b829353a4aa048799796",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "sun-panel"
  }
}
