{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5545c938-bc61-4b55-a830-aac8142ad5a5",
    "slug": "homepage",
    "name": "Homepage",
    "description": "Homepage — modern self-hosted dashboard with 100+ service integrations",
    "url": "https://railway.com/deploy/homepage",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/railway-homepage"
    }
  },
  "services": [
    {
      "name": "homepage",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/railway-homepage"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOMEPAGE_ALLOWED_HOSTS",
      "service": "homepage",
      "description": "Comma-separated list of hosts allowed to serve Homepage (required by Homepage v1.0+). Railway serves from a dynamic *.railway.app domain, so '*' disables the host check. For tighter security set this to your actual domain(s), e.g. mydash.railway.app.",
      "secret": false,
      "strategy": "default",
      "default": "*"
    },
    {
      "key": "HOMEPAGE_VAR_DEFAULT_THEME",
      "service": "homepage",
      "description": "Default theme: dark, light, neon, or glassmorphism. Applied only if your config YAML references the {{HOMEPAGE_VAR_DEFAULT_THEME}} placeholder.",
      "secret": false,
      "strategy": "default",
      "default": "dark"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homepage"
      }
    },
    "cli": "railway deploy --template homepage",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5545c938-bc61-4b55-a830-aac8142ad5a5",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e5e8557f-d3b8-4da1-8807-3ee9ceb983a4": {
                  "icon": null,
                  "name": "homepage",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/railway-homepage",
                    "rootDirectory": null
                  },
                  "variables": {
                    "HOMEPAGE_VAR_TITLE": {
                      "isOptional": true,
                      "description": "Custom dashboard title (e.g., My Dashboard). Leave empty for default. Applied only if config YAML uses {{HOMEPAGE_VAR_TITLE}}.",
                      "defaultValue": ""
                    },
                    "HOMEPAGE_VAR_LANGUAGE": {
                      "isOptional": true,
                      "description": "Dashboard language code (e.g., en, fr, de). Leave empty for browser default. Applied only if config YAML uses {{HOMEPAGE_VAR_LANGUAGE}}.",
                      "defaultValue": ""
                    },
                    "HOMEPAGE_ALLOWED_HOSTS": {
                      "isOptional": false,
                      "description": "Comma-separated list of hosts allowed to serve Homepage (required by Homepage v1.0+). Railway serves from a dynamic *.railway.app domain, so '*' disables the host check. For tighter security set this to your actual domain(s), e.g. mydash.railway.app.",
                      "defaultValue": "*"
                    },
                    "HOMEPAGE_VAR_DEFAULT_THEME": {
                      "description": "Default theme: dark, light, neon, or glassmorphism. Applied only if your config YAML references the {{HOMEPAGE_VAR_DEFAULT_THEME}} placeholder.",
                      "defaultValue": "dark"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "e5e8557f-d3b8-4da1-8807-3ee9ceb983a4": {
                      "mountPath": "/app/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T01:26:24.706Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c3bd5010c8224315a981",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 31,
    "typical_start_seconds": 10,
    "slowest_service": "homepage"
  }
}
