{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c98fe104-22ba-4034-9529-fd5b5290f6f9",
    "slug": "homarr-service-dashboard",
    "name": "Homarr — Self-Hosted Dashboard for Your Services",
    "description": "Self-host Homarr — one dashboard for all your apps & integrations",
    "url": "https://railway.com/deploy/homarr-service-dashboard",
    "upstream": {
      "image": "ghcr.io/homarr-labs/homarr"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Homarr",
      "source": {
        "image": "ghcr.io/homarr-labs/homarr"
      },
      "needs_volume": true,
      "volume_mount_path": "/appdata",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Homarr",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "HOSTNAME",
      "service": "Homarr",
      "description": "Provide a value for HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "SECRET_ENCRYPTION_KEY",
      "service": "Homarr",
      "description": "Provide a value for SECRET_ENCRYPTION_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homarr-service-dashboard"
      }
    },
    "cli": "railway deploy --template homarr-service-dashboard",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c98fe104-22ba-4034-9529-fd5b5290f6f9",
            "serializedConfig": {
              "services": {
                "c9bce230-8d16-4e25-ae1c-6dc226302d59": {
                  "icon": "https://raw.githubusercontent.com/ajnart/homarr/refs/heads/dev/public/imgs/logo/logo.svg",
                  "name": "Homarr",
                  "source": {
                    "image": "ghcr.io/homarr-labs/homarr"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "HOSTNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "0.0.0.0"
                    },
                    "SECRET_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SECRET_ENCRYPTION_KEY}}"
                    }
                  },
                  "volumeMounts": {
                    "c9bce230-8d16-4e25-ae1c-6dc226302d59": {
                      "mountPath": "/appdata"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-05T11:54:15.547Z",
  "generator_version": "0.1.0"
}
