{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c4d82263-e004-47ce-a2e1-8770dc371549",
    "slug": "freshrss-1",
    "name": "FreshRSS",
    "description": "Self-hosted RSS feed aggregator.",
    "url": "https://railway.com/deploy/freshrss-1",
    "upstream": {
      "image": "linuxserver/freshrss:1.29.1@sha256:5292f1d623f621d65c8ecd0034b7cf637531f0ad6008b08affd6a73e32b902ea"
    }
  },
  "services": [
    {
      "name": "FreshRSS",
      "source": {
        "image": "linuxserver/freshrss:1.29.1@sha256:5292f1d623f621d65c8ecd0034b7cf637531f0ad6008b08affd6a73e32b902ea"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "FreshRSS",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PGID",
      "service": "FreshRSS",
      "description": "Provide a value for PGID.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    },
    {
      "key": "PORT",
      "service": "FreshRSS",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "PUID",
      "service": "FreshRSS",
      "description": "Provide a value for PUID.",
      "secret": false,
      "strategy": "default",
      "default": "1000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "freshrss-1"
      }
    },
    "cli": "railway deploy --template freshrss-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c4d82263-e004-47ce-a2e1-8770dc371549",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "f05fa5f2-aa5a-472d-8f87-7d7534f9f7f0": {
                  "icon": null,
                  "name": "FreshRSS",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"mkdir -p /config/nginx; echo 'resolver 1.1.1.1 8.8.8.8 valid=30s;' > /config/nginx/resolver.conf; exec /init\"",
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "linuxserver/freshrss:1.29.1@sha256:5292f1d623f621d65c8ecd0034b7cf637531f0ad6008b08affd6a73e32b902ea"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "defaultValue": "Etc/UTC"
                    },
                    "PGID": {
                      "isOptional": false,
                      "defaultValue": "1000"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "80"
                    },
                    "PUID": {
                      "isOptional": false,
                      "defaultValue": "1000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "f05fa5f2-aa5a-472d-8f87-7d7534f9f7f0": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "FreshRSS",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T18:11:54.206Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9ea698a112cd44b491d4",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "FreshRSS"
  }
}
