{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d65f1f24-ac70-42cf-bc9b-b2eaf7c5a354",
    "slug": "Nan7Bs",
    "name": "Filebrowser",
    "description": "A Web File Browser using volumes",
    "url": "https://railway.com/deploy/Nan7Bs",
    "upstream": {
      "image": "ghcr.io/brody192/filebrowser-template:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Filebrowser",
      "source": {
        "image": "ghcr.io/brody192/filebrowser-template:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "WEB_PASSWORD",
      "service": "Filebrowser",
      "description": "Super secret password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "WEB_USERNAME",
      "service": "Filebrowser",
      "description": "Your own username for the login credentials",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "USE_VOLUME_ROOT",
      "service": "Filebrowser",
      "description": "By default, the storage location is set to the `storage` subdirectory in the root of the volume, but by setting this variable `1` you can opt to use the root of the volume as the storage location instead",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Nan7Bs"
      }
    },
    "cli": "railway deploy --template Nan7Bs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d65f1f24-ac70-42cf-bc9b-b2eaf7c5a354",
            "serializedConfig": {
              "services": {
                "23ad10e9-43cb-4e8c-be5c-f8eea415ce5d": {
                  "icon": "https://i.imgur.com/6bn7hG1.png",
                  "name": "Filebrowser",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ghcr.io/brody192/filebrowser-template:latest"
                  },
                  "variables": {
                    "WEB_PASSWORD": {
                      "isOptional": false,
                      "description": "Super secret password",
                      "defaultValue": "{{WEB_PASSWORD}}"
                    },
                    "WEB_USERNAME": {
                      "isOptional": false,
                      "description": "Your own username for the login credentials",
                      "defaultValue": "{{WEB_USERNAME}}"
                    },
                    "USE_VOLUME_ROOT": {
                      "isOptional": false,
                      "description": "By default, the storage location is set to the `storage` subdirectory in the root of the volume, but by setting this variable `1` you can opt to use the root of the volume as the storage location instead",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "23ad10e9-43cb-4e8c-be5c-f8eea415ce5d": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Filebrowser",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
