{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5eced920-daba-47c5-ac91-4cdbe7a9fa91",
    "slug": "filestash-file-manager",
    "name": "Filestash — Web File Manager for S3, SFTP, SMB & 20+ Backends",
    "description": "Self-host a web UI for S3, SFTP & 20+ storage backends. No migration.",
    "url": "https://railway.com/deploy/filestash-file-manager",
    "upstream": {
      "image": "machines/filestash:latest"
    }
  },
  "services": [
    {
      "name": "Filestash",
      "source": {
        "image": "machines/filestash:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data/state",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Filestash",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8334"
    },
    {
      "key": "CANARY",
      "service": "Filestash",
      "description": "Provide a value for CANARY.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LOG_LEVEL",
      "service": "Filestash",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "INFO"
    },
    {
      "key": "APPLICATION_URL",
      "service": "Filestash",
      "description": "Provide a value for APPLICATION_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Filestash",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "filestash-file-manager"
      }
    },
    "cli": "railway deploy --template filestash-file-manager",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5eced920-daba-47c5-ac91-4cdbe7a9fa91",
            "serializedConfig": {
              "services": {
                "eacf5b84-ec3a-48a6-8e8d-bb4176132318": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/filestash.svg",
                  "name": "Filestash",
                  "source": {
                    "image": "machines/filestash:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8334"
                    },
                    "CANARY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "true"
                    },
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "INFO"
                    },
                    "APPLICATION_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0"
                    }
                  },
                  "volumeMounts": {
                    "eacf5b84-ec3a-48a6-8e8d-bb4176132318": {
                      "mountPath": "/app/data/state"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T09:03:07.003Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3bbd878f986b42619432",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Filestash"
  }
}
