{
  "manifest_version": "1.0.0",
  "template": {
    "id": "58a05e4a-9041-4385-a0f0-f2b61faa8218",
    "slug": "gatus-uptime-monitoring",
    "name": "Self-Hosted Uptime Monitoring & Status Page on Railway — Gatus",
    "description": "Self-host Gatus: uptime monitoring & status page. No per-endpoint fees.",
    "url": "https://railway.com/deploy/gatus-uptime-monitoring",
    "upstream": {
      "repo_url": "https://github.com/sahilrupani/gatus-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Gatus",
      "source": {
        "repo": "https://github.com/sahilrupani/gatus-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Gatus",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "GATUS_CONFIG_PATH",
      "service": "Gatus",
      "description": "Provide a value for GATUS_CONFIG_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "/data/config.yaml"
    },
    {
      "key": "GATUS_CONFIG_YAML",
      "service": "Gatus",
      "description": "Optional full YAML, overrides default at boot",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GATUS_ADMIN_PASSWORD",
      "service": "Gatus",
      "description": "Provide a value for GATUS_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "GATUS_ADMIN_USERNAME",
      "service": "Gatus",
      "description": "Provide a value for GATUS_ADMIN_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gatus-uptime-monitoring"
      }
    },
    "cli": "railway deploy --template gatus-uptime-monitoring",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "58a05e4a-9041-4385-a0f0-f2b61faa8218",
            "serializedConfig": {
              "services": {
                "40a3a89f-29c1-48af-894d-85e5f925d7e7": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/gatus.svg",
                  "name": "Gatus",
                  "source": {
                    "repo": "sahilrupani/gatus-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "GATUS_CONFIG_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "/data/config.yaml"
                    },
                    "GATUS_CONFIG_YAML": {
                      "isOptional": false,
                      "description": "Optional full YAML, overrides default at boot",
                      "defaultValue": "{{GATUS_CONFIG_YAML}}"
                    },
                    "GATUS_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{GATUS_ADMIN_PASSWORD}}"
                    },
                    "GATUS_ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "admin"
                    }
                  },
                  "volumeMounts": {
                    "40a3a89f-29c1-48af-894d-85e5f925d7e7": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
