{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7c0bd4d7-e4e8-4d21-87ff-968f4cf3ff25",
    "slug": "alist",
    "name": "Alist",
    "description": "File list program that supports multiple storage, powered by Gin and React",
    "url": "https://railway.com/deploy/alist",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/alist-railway"
    }
  },
  "services": [
    {
      "name": "alist-railway",
      "source": {
        "repo": "https://github.com/bilalnawaz072/alist-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/alist/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "alist-railway",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Asia/Karachi"
    },
    {
      "key": "PGID",
      "service": "alist-railway",
      "description": "Provide a value for PGID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "PUID",
      "service": "alist-railway",
      "description": "Provide a value for PUID.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "UMASK",
      "service": "alist-railway",
      "description": "Provide a value for UMASK.",
      "secret": false,
      "strategy": "default",
      "default": "022"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "alist-railway",
      "description": "Set passward to loggin first time",
      "secret": true,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "alist"
      }
    },
    "cli": "railway deploy --template alist",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7c0bd4d7-e4e8-4d21-87ff-968f4cf3ff25",
            "serializedConfig": {
              "services": {
                "d0ee0448-ffcf-477b-8140-ef90e713ef56": {
                  "name": "alist-railway",
                  "source": {
                    "repo": "bilalnawaz072/alist-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "defaultValue": "Asia/Karachi"
                    },
                    "PGID": {
                      "isOptional": true,
                      "defaultValue": "0"
                    },
                    "PUID": {
                      "isOptional": true,
                      "defaultValue": "0"
                    },
                    "UMASK": {
                      "isOptional": true,
                      "defaultValue": "022"
                    },
                    "ADMIN_PASSWORD": {
                      "description": "Set passward to loggin first time",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5244": {
                        "port": 5244
                      }
                    }
                  },
                  "volumeMounts": {
                    "d0ee0448-ffcf-477b-8140-ef90e713ef56": {
                      "mountPath": "/opt/alist/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:28:54.237Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b953006f4bcc49ffa088",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 95,
    "typical_build_seconds": 42,
    "typical_start_seconds": 10,
    "slowest_service": "alist-railway"
  }
}
