{
  "manifest_version": "1.0.0",
  "template": {
    "id": "62669ded-1af3-4477-aaa0-53e6aff5eee8",
    "slug": "freshrss",
    "name": "FreshRSS",
    "description": "FreshRSS — one-click self-hosted feed reader",
    "url": "https://railway.com/deploy/freshrss",
    "upstream": {
      "image": "freshrss/freshrss:latest"
    }
  },
  "services": [
    {
      "name": "freshrss/freshrss:latest",
      "source": {
        "image": "freshrss/freshrss:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/FreshRSS/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "freshrss/freshrss:latest",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Asia/Shanghai"
    },
    {
      "key": "LISTEN",
      "service": "freshrss/freshrss:latest",
      "description": "Provide a value for LISTEN.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0:8080"
    },
    {
      "key": "CRON_MIN",
      "service": "freshrss/freshrss:latest",
      "description": "Provide a value for CRON_MIN.",
      "secret": false,
      "strategy": "default",
      "default": "1,31"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "freshrss"
      }
    },
    "cli": "railway deploy --template freshrss",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "62669ded-1af3-4477-aaa0-53e6aff5eee8",
            "serializedConfig": {
              "services": {
                "ae4cb49e-90f6-4813-a617-598b3fb1fb71": {
                  "name": "freshrss/freshrss:latest",
                  "source": {
                    "image": "freshrss/freshrss:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Asia/Shanghai"
                    },
                    "LISTEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0.0.0.0:8080"
                    },
                    "CRON_MIN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1,31"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ae4cb49e-90f6-4813-a617-598b3fb1fb71": {
                      "mountPath": "/var/www/FreshRSS/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T07:53:32.662Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4d87ec3506634ee38819",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "freshrss/freshrss:latest"
  }
}
