{
  "manifest_version": "1.0.0",
  "template": {
    "id": "98424bf1-3bf5-4bd3-ab6e-4d888a0eb605",
    "slug": "sillytavern",
    "name": "Sillytavern",
    "description": "Chat and roleplay with AI characters using your own API key",
    "url": "https://railway.com/deploy/sillytavern",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/sillytavern-railway"
    }
  },
  "services": [
    {
      "name": "sillytavern",
      "source": {
        "repo": "https://github.com/gridalpha/sillytavern-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/node/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "sillytavern",
      "description": "HTTP listening port",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "ST_ADMIN_PASSWORD",
      "service": "sillytavern",
      "description": "Password for the default-user admin",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "sillytavern",
      "description": "Dockerfile location in the repo",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile"
    },
    {
      "key": "SILLYTAVERN_SESSIONTIMEOUT",
      "service": "sillytavern",
      "description": "Session inactivity timeout, seconds",
      "secret": false,
      "strategy": "default",
      "default": "604800"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sillytavern"
      }
    },
    "cli": "railway deploy --template sillytavern",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "98424bf1-3bf5-4bd3-ab6e-4d888a0eb605",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "89fedfb6-de29-4155-be2f-947c864a5661": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/sillytavern.png",
                  "name": "sillytavern",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/sillytavern-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP listening port",
                      "defaultValue": "8000"
                    },
                    "ST_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the default-user admin",
                      "defaultValue": "{{ST_ADMIN_PASSWORD}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile location in the repo",
                      "defaultValue": "Dockerfile"
                    },
                    "SILLYTAVERN_SESSIONTIMEOUT": {
                      "isOptional": false,
                      "description": "Session inactivity timeout, seconds",
                      "defaultValue": "604800"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "89fedfb6-de29-4155-be2f-947c864a5661": {
                      "mountPath": "/home/node/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T16:14:32.086Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_62d05411c129447a8e2b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 144,
    "typical_build_seconds": 30,
    "typical_start_seconds": 10,
    "slowest_service": "sillytavern"
  }
}
