{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d9262083-b448-4f92-9579-1dc5a98218a9",
    "slug": "filebrowser-or-official-image-pinned-no-",
    "name": "Filebrowser | Official Image, Pinned, No Stock Password",
    "description": "Official image, pinned. Generated admin password, no admin/admin.",
    "url": "https://railway.com/deploy/filebrowser-or-official-image-pinned-no-",
    "upstream": {
      "repo_url": "https://github.com/ak40u/filebrowser-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "filebrowser",
      "source": {
        "repo": "https://github.com/ak40u/filebrowser-railway-starter"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "filebrowser",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "filebrowser",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "filebrowser-or-official-image-pinned-no-"
      }
    },
    "cli": "railway deploy --template filebrowser-or-official-image-pinned-no-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d9262083-b448-4f92-9579-1dc5a98218a9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c57cef35-eef3-4919-b186-8834b3a23757": {
                  "icon": null,
                  "name": "filebrowser",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ak40u/filebrowser-railway-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "c57cef35-eef3-4919-b186-8834b3a23757": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
