{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b2b9bd56-01b9-412f-92a8-5da2f3739825",
    "slug": "filebrowser-quantum",
    "name": "Filebrowser-Quantum",
    "description": "The best free self-hosted web-based file manager.",
    "url": "https://railway.com/deploy/filebrowser-quantum",
    "upstream": {
      "repo_url": "https://github.com/gtsteffaniak/filebrowser"
    }
  },
  "services": [
    {
      "name": "filebrowser",
      "source": {
        "repo": "https://github.com/gtsteffaniak/filebrowser"
      },
      "needs_volume": true,
      "volume_mount_path": "/folder/",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "filebrowser",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "_docker/Dockerfile"
    },
    {
      "key": "FILEBROWSER_ADMIN_PASSWORD",
      "service": "filebrowser",
      "description": "Provide a value for FILEBROWSER_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "filebrowser-quantum"
      }
    },
    "cli": "railway deploy --template filebrowser-quantum",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b2b9bd56-01b9-412f-92a8-5da2f3739825",
            "serializedConfig": {
              "services": {
                "a9c9ffbf-6675-4bf8-ac53-21b2b150025a": {
                  "name": "filebrowser",
                  "source": {
                    "repo": "gtsteffaniak/filebrowser",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "RAILWAY_DOCKERFILE_PATH": {
                      "defaultValue": "_docker/Dockerfile"
                    },
                    "FILEBROWSER_ADMIN_PASSWORD": {
                      "description": "",
                      "defaultValue": "{{FILEBROWSER_ADMIN_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "a9c9ffbf-6675-4bf8-ac53-21b2b150025a": {
                      "mountPath": "/folder/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T13:26:04.143Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_55139b61851547cfae0f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 129,
    "typical_build_seconds": 71,
    "typical_start_seconds": 10,
    "slowest_service": "filebrowser"
  }
}
