{
  "manifest_version": "1.0.0",
  "template": {
    "id": "60664113-9288-455e-9234-d3db2426c2fc",
    "slug": "andromeda-feeds",
    "name": "Andromeda - Feeds",
    "description": "Minimal RSS reader written in Rust",
    "url": "https://railway.com/deploy/andromeda-feeds",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/feeds"
    }
  },
  "services": [
    {
      "name": "feeds",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/feeds"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "COOKIE_SECURE",
      "service": "feeds",
      "description": "Enable HTTPS cookies",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "feeds",
      "description": "Password for the admin panel",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ITEM_CAP_PER_FEED",
      "service": "feeds",
      "description": "Cap how many posts are gathered from a feed and stored in db",
      "secret": false,
      "strategy": "default",
      "default": "50"
    },
    {
      "key": "DEFAULT_POLL_MINUTES",
      "service": "feeds",
      "description": "How often feeds will fetch new posts",
      "secret": false,
      "strategy": "default",
      "default": "30"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-feeds"
      }
    },
    "cli": "railway deploy --template andromeda-feeds",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "60664113-9288-455e-9234-d3db2426c2fc",
            "serializedConfig": {
              "services": {
                "e84c695d-edaa-441f-a50a-610d950c6a44": {
                  "icon": "https://assets.andromeda.build/feeds-icon.png",
                  "name": "feeds",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/feeds"
                  },
                  "variables": {
                    "DEFAULT_FEED": {
                      "isOptional": true,
                      "description": "A default RSS feed to be used instead of FreshRSS credentials",
                      "defaultValue": ""
                    },
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Enable HTTPS cookies",
                      "defaultValue": "true"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the admin panel",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ITEM_CAP_PER_FEED": {
                      "isOptional": true,
                      "description": "Cap how many posts are gathered from a feed and stored in db",
                      "defaultValue": "50"
                    },
                    "DEFAULT_POLL_MINUTES": {
                      "isOptional": true,
                      "description": "How often feeds will fetch new posts",
                      "defaultValue": "30"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "e84c695d-edaa-441f-a50a-610d950c6a44": {
                      "mountPath": "/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-20T15:26:50.815Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0017aa0a93ac482d9dd3",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 56,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "feeds"
  }
}
