{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0d422e55-58b2-4bf5-8ffb-ec709ce56815",
    "slug": "osiris",
    "name": "Osiris",
    "description": "Open Source Global Intelligence Platform - A Palantir Alternative",
    "url": "https://railway.com/deploy/osiris",
    "upstream": {
      "repo_url": "https://github.com/sinan-pauz/osiris-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "osiris",
      "source": {
        "repo": "https://github.com/sinan-pauz/osiris-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "osiris",
      "description": "Port the application listens on",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "osiris",
      "description": "Bind interface for the Next.js standalone server",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "NODE_ENV",
      "service": "osiris",
      "description": "Node.js environment mode",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "AIS_API_KEY",
      "service": "osiris",
      "description": "Optional AIS Stream API key for live maritime vessel tracking",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SCANNER_KEY",
      "service": "osiris",
      "description": "Optional auth key paired with SCANNER_URL",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SCANNER_URL",
      "service": "osiris",
      "description": "Optional external port-scanner backend URL for the RECON toolkit",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "N2YO_API_KEY",
      "service": "osiris",
      "description": "Optional N2YO API key for live satellite tracking and pass predictions",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENSKY_PASSWORD",
      "service": "osiris",
      "description": "Optional OpenSky Network password paired with OPENSKY_USERNAME",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENSKY_USERNAME",
      "service": "osiris",
      "description": "Optional OpenSky Network username for enhanced flight-tracking API quota",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "osiris"
      }
    },
    "cli": "railway deploy --template osiris",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0d422e55-58b2-4bf5-8ffb-ec709ce56815",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "b491763f-2d87-4933-8991-083ac73c6802": {
                  "icon": "https://raw.githubusercontent.com/sinan-pauz/osiris-railway/master/public/osiris-icon.png",
                  "name": "osiris",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthcheck",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/sinan-pauz/osiris-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port the application listens on",
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "description": "Bind interface for the Next.js standalone server",
                      "defaultValue": "0.0.0.0"
                    },
                    "NODE_ENV": {
                      "description": "Node.js environment mode",
                      "defaultValue": "production"
                    },
                    "AIS_API_KEY": {
                      "description": "Optional AIS Stream API key for live maritime vessel tracking",
                      "defaultValue": "{{AIS_API_KEY}}"
                    },
                    "SCANNER_KEY": {
                      "description": "Optional auth key paired with SCANNER_URL",
                      "defaultValue": "{{SCANNER_KEY}}"
                    },
                    "SCANNER_URL": {
                      "description": "Optional external port-scanner backend URL for the RECON toolkit",
                      "defaultValue": "{{SCANNER_URL}}"
                    },
                    "N2YO_API_KEY": {
                      "description": "Optional N2YO API key for live satellite tracking and pass predictions",
                      "defaultValue": "{{N2YO_API_KEY}}"
                    },
                    "OPENSKY_PASSWORD": {
                      "description": "Optional OpenSky Network password paired with OPENSKY_USERNAME",
                      "defaultValue": "{{OPENSKY_PASSWORD}}"
                    },
                    "OPENSKY_USERNAME": {
                      "description": "Optional OpenSky Network username for enhanced flight-tracking API quota",
                      "defaultValue": "{{OPENSKY_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "osiris",
      "method": "GET",
      "path": "/healthcheck",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
