{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f5dec35b-58e4-4c89-a0c5-059c9f105afc",
    "slug": "PjKE1E",
    "name": "Kaneo (Fixed)",
    "description": "An open source project management platform for simplicity and efficiency",
    "url": "https://railway.com/deploy/PjKE1E",
    "upstream": {
      "image": "ghcr.io/usekaneo/api:latest"
    }
  },
  "services": [
    {
      "name": "kaneo-backend",
      "source": {
        "image": "ghcr.io/usekaneo/api:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/apps/api/data",
      "http": true
    },
    {
      "name": "kaneo-frontend",
      "source": {
        "image": "ghcr.io/usekaneo/web:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kaneo-backend",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "1337"
    },
    {
      "key": "DB_PATH",
      "service": "kaneo-backend",
      "description": "Provide a value for DB_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/app/apps/api/data/kaneo.db"
    },
    {
      "key": "JWT_ACCESS",
      "service": "kaneo-backend",
      "description": "Provide a value for JWT_ACCESS.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PORT",
      "service": "kaneo-frontend",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "KANEO_API_URL",
      "service": "kaneo-frontend",
      "description": "Provide a value for KANEO_API_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "PjKE1E"
      }
    },
    "cli": "railway deploy --template PjKE1E",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f5dec35b-58e4-4c89-a0c5-059c9f105afc",
            "serializedConfig": {
              "services": {
                "6a5c66e9-18f1-4992-9fd6-29a6a1ba3402": {
                  "icon": "https://raw.githubusercontent.com/usekaneo/kaneo/refs/heads/main/apps/web/public/logo.svg",
                  "name": "kaneo-backend",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "preDeployCommand": "chown -R appuser:appuser /app/apps/api/data && chmod -R 775 /app/apps/api/data && chown appuser:appuser /app/apps/api/data/kaneo.db && chmod 664 /app/apps/api/data/kaneo.db"
                  },
                  "source": {
                    "image": "ghcr.io/usekaneo/api:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "1337"
                    },
                    "DB_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/app/apps/api/data/kaneo.db"
                    },
                    "JWT_ACCESS": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{JWT_ACCESS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6a5c66e9-18f1-4992-9fd6-29a6a1ba3402": {
                      "mountPath": "/app/apps/api/data"
                    }
                  }
                },
                "b099c426-e939-4b2e-85b8-6ae9efc4c005": {
                  "icon": "https://raw.githubusercontent.com/usekaneo/kaneo/refs/heads/main/apps/web/public/logo.svg",
                  "name": "kaneo-frontend",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/usekaneo/web:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    },
                    "KANEO_API_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{kaneo-backend.RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T08:30:52.829Z",
  "success_rate_30d": 0.1667,
  "validation": {
    "last_run_id": "run_417bdfa67636439997f2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "kaneo-frontend"
  }
}
