{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f747bde8-6597-47a6-89fd-c152fd79494c",
    "slug": "odysseus-v102-or-pewdiepie-ai-workspace-",
    "name": "Odysseus | (Just Updated) PewDiePie AI Workspace Whose Web Search Works",
    "description": "AI workspace whose web search returns results instead of 403",
    "url": "https://railway.com/deploy/odysseus-v102-or-pewdiepie-ai-workspace-",
    "upstream": {
      "image": "ghcr.io/bon5co/odysseus-railway:latest"
    }
  },
  "services": [
    {
      "name": "ntfy",
      "source": {
        "image": "binwiederhier/ntfy:v2.15.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/cache/ntfy",
      "http": false
    },
    {
      "name": "odysseus",
      "source": {
        "image": "ghcr.io/bon5co/odysseus-railway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    },
    {
      "name": "searxng",
      "source": {
        "image": "ghcr.io/bon5co/odysseus-railway-searxng:latest"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "chroma",
      "source": {
        "image": "chromadb/chroma:1.0.21"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "NTFY_BASE_URL",
      "service": "ntfy",
      "description": "Provide a value for NTFY_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CHROMADB_HOST",
      "service": "odysseus",
      "description": "Provide a value for CHROMADB_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "NTFY_BASE_URL",
      "service": "odysseus",
      "description": "Provide a value for NTFY_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ALLOWED_ORIGINS",
      "service": "odysseus",
      "description": "Provide a value for ALLOWED_ORIGINS.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SEARXNG_INSTANCE",
      "service": "odysseus",
      "description": "Provide a value for SEARXNG_INSTANCE.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ODYSSEUS_ADMIN_PASSWORD",
      "service": "odysseus",
      "description": "Provide a value for ODYSSEUS_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SEARXNG_SECRET",
      "service": "searxng",
      "description": "Provide a value for SEARXNG_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "odysseus-v102-or-pewdiepie-ai-workspace-"
      }
    },
    "cli": "railway deploy --template odysseus-v102-or-pewdiepie-ai-workspace-",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f747bde8-6597-47a6-89fd-c152fd79494c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "897b97d7-9c52-4c6a-b4e5-81c9f7d34326": {
                  "icon": null,
                  "name": "ntfy",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'exec ntfy serve --cache-file /var/cache/ntfy/cache.db --base-url \"$NTFY_BASE_URL\" --listen-http :8080'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "binwiederhier/ntfy:v2.15.0"
                  },
                  "variables": {
                    "NTFY_BASE_URL": {
                      "isOptional": false,
                      "defaultValue": "http://${{RAILWAY_PRIVATE_DOMAIN}}:8080"
                    }
                  },
                  "volumeMounts": {
                    "897b97d7-9c52-4c6a-b4e5-81c9f7d34326": {
                      "mountPath": "/var/cache/ntfy"
                    }
                  }
                },
                "d5d8e394-64f7-48fd-938b-2386086ea6cf": {
                  "icon": null,
                  "name": "odysseus",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/odysseus-railway:latest"
                  },
                  "variables": {
                    "CHROMADB_HOST": {
                      "isOptional": false,
                      "defaultValue": "${{chroma.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "NTFY_BASE_URL": {
                      "isOptional": false,
                      "defaultValue": "http://${{ntfy.RAILWAY_PRIVATE_DOMAIN}}:8080"
                    },
                    "ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SEARXNG_INSTANCE": {
                      "isOptional": false,
                      "defaultValue": "http://${{searxng.RAILWAY_PRIVATE_DOMAIN}}:8080"
                    },
                    "ODYSSEUS_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ODYSSEUS_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "d5d8e394-64f7-48fd-938b-2386086ea6cf": {
                      "mountPath": "/app/data"
                    }
                  }
                },
                "d8064800-6403-4cd6-815f-aa17ca999de8": {
                  "icon": null,
                  "name": "searxng",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/odysseus-railway-searxng:latest"
                  },
                  "variables": {
                    "SEARXNG_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{SEARXNG_SECRET}}"
                    }
                  }
                },
                "f63e36b2-505b-464f-931d-c332f9063602": {
                  "icon": null,
                  "name": "chroma",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "chromadb/chroma:1.0.21"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "f63e36b2-505b-464f-931d-c332f9063602": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "odysseus",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T11:01:36.558Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bbdcbd8182824ebbbc25",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 77,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "odysseus"
  }
}
