{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2cd713e0-d31d-4249-92d7-fa14529b34f7",
    "slug": "omnitools",
    "name": "OmniTools",
    "description": "126 browser-based tools for images, video, PDFs, text and data",
    "url": "https://railway.com/deploy/omnitools",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/omnitools-railway"
    }
  },
  "services": [
    {
      "name": "omnitools",
      "source": {
        "repo": "https://github.com/gridalpha/omnitools-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "omnitools",
      "description": "Port nginx listens on",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "CSP_CDN_HOSTS",
      "service": "omnitools",
      "description": "Script origins; none allows none",
      "secret": false,
      "strategy": "default",
      "default": "https://cdn.jsdelivr.net https://unpkg.com"
    },
    {
      "key": "ROBOTS_POLICY",
      "service": "omnitools",
      "description": "noindex or allow, written to robots.txt",
      "secret": false,
      "strategy": "default",
      "default": "noindex"
    },
    {
      "key": "CSP_DATA_HOSTS",
      "service": "omnitools",
      "description": "Fetch origins; none allows none",
      "secret": false,
      "strategy": "default",
      "default": "https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://staticimgly.com https://tessdata.projectnaptha.com"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "omnitools"
      }
    },
    "cli": "railway deploy --template omnitools",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2cd713e0-d31d-4249-92d7-fa14529b34f7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e92c75ed-7503-4879-abff-a1de7dc4d6f0": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/omni-tools.png",
                  "name": "omnitools",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthz",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/omnitools-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port nginx listens on",
                      "defaultValue": "8080"
                    },
                    "CSP_CDN_HOSTS": {
                      "isOptional": false,
                      "description": "Script origins; none allows none",
                      "defaultValue": "https://cdn.jsdelivr.net https://unpkg.com"
                    },
                    "ROBOTS_POLICY": {
                      "isOptional": false,
                      "description": "noindex or allow, written to robots.txt",
                      "defaultValue": "noindex"
                    },
                    "CSP_DATA_HOSTS": {
                      "isOptional": false,
                      "description": "Fetch origins; none allows none",
                      "defaultValue": "https://api.iconify.design https://api.simplesvg.com https://api.unisvg.com https://staticimgly.com https://tessdata.projectnaptha.com"
                    },
                    "OMNITOOLS_PASSWORD": {
                      "isOptional": true,
                      "description": "Optional basic-auth password, hashed at boot",
                      "defaultValue": ""
                    },
                    "OMNITOOLS_USERNAME": {
                      "isOptional": true,
                      "description": "Optional basic-auth user; set with the password",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "omnitools",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-09T22:14:39.753Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T19:35:22.356Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1b5939468d0c4baf9d7f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 45,
    "typical_start_seconds": 20,
    "slowest_service": "omnitools"
  }
}
