{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f40e841e-69e8-4874-bc29-327fed2426ac",
    "slug": "filebrowser-quantum-file-manager",
    "name": "FileBrowser Quantum — Self-Hosted Web File Manager",
    "description": "Self-host a modern web file manager: search, previews, sharing, 2FA. Own it",
    "url": "https://railway.com/deploy/filebrowser-quantum-file-manager",
    "upstream": {
      "repo_url": "https://github.com/gtsteffaniak/filebrowser"
    }
  },
  "services": [
    {
      "name": "Filebrowser-Quantum",
      "source": {
        "repo": "https://github.com/gtsteffaniak/filebrowser"
      },
      "needs_volume": true,
      "volume_mount_path": "/folder/",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "Filebrowser-Quantum",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "_docker/Dockerfile"
    },
    {
      "key": "FILEBROWSER_ADMIN_PASSWORD",
      "service": "Filebrowser-Quantum",
      "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-file-manager"
      }
    },
    "cli": "railway deploy --template filebrowser-quantum-file-manager",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f40e841e-69e8-4874-bc29-327fed2426ac",
            "serializedConfig": {
              "services": {
                "0f949e0a-00be-4b0d-88a3-dec8ad3f260d": {
                  "name": "Filebrowser-Quantum",
                  "source": {
                    "repo": "gtsteffaniak/filebrowser",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "_docker/Dockerfile"
                    },
                    "FILEBROWSER_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{FILEBROWSER_ADMIN_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "0f949e0a-00be-4b0d-88a3-dec8ad3f260d": {
                      "mountPath": "/folder/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T07:09:17.050Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_005f5167a74f41ce9982",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 135,
    "typical_build_seconds": 65,
    "typical_start_seconds": 10,
    "slowest_service": "Filebrowser-Quantum"
  }
}
