{
  "manifest_version": "1.0.0",
  "template": {
    "id": "11a30eaa-9954-40a7-bdec-65697331cd8d",
    "slug": "andromeda-posts",
    "name": "Andromeda - Posts",
    "description": "A minimal micro blogging app",
    "url": "https://railway.com/deploy/andromeda-posts",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/posts"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "posts",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/posts"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SITE_URL",
      "service": "posts",
      "description": "The full URL of your published site, e.g. \"example.com.\" You can update this later.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "COOKIE_SECURE",
      "service": "posts",
      "description": "Enable HTTPS-only cookies",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "POSTS_PASSWORD",
      "service": "posts",
      "description": "Password to access the /admin dashboard",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-posts"
      }
    },
    "cli": "railway deploy --template andromeda-posts",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "11a30eaa-9954-40a7-bdec-65697331cd8d",
            "serializedConfig": {
              "services": {
                "13891ae4-22fe-4409-97ee-548ec12e5f89": {
                  "icon": "https://assets.andromeda.build/posts-icon.png",
                  "name": "posts",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/posts"
                  },
                  "variables": {
                    "SITE_URL": {
                      "description": "The full URL of your published site, e.g. \"example.com.\" You can update this later.",
                      "defaultValue": "{{SITE_URL}}"
                    },
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Enable HTTPS-only cookies",
                      "defaultValue": "true"
                    },
                    "POSTS_PASSWORD": {
                      "description": "Password to access the /admin dashboard",
                      "defaultValue": "{{POSTS_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "13891ae4-22fe-4409-97ee-548ec12e5f89": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0"
}
