{
  "manifest_version": "1.0.0",
  "template": {
    "id": "99599edd-e26e-44e4-9633-80b1d70f80c3",
    "slug": "github-release-monitor",
    "name": "GitHub Release Monitor",
    "description": "Automatically monitor GitHub repository releases and receive notifications",
    "url": "https://railway.com/deploy/github-release-monitor",
    "upstream": {
      "image": "ghcr.io/iamspido/github-release-monitor:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "GitHub Release Monitor",
      "source": {
        "image": "ghcr.io/iamspido/github-release-monitor:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MAIL_PORT",
      "service": "GitHub Release Monitor",
      "description": "The port for your SMTP server (e.g., 587 or 465)",
      "secret": false,
      "strategy": "default",
      "default": "25"
    },
    {
      "key": "AUTH_SECRET",
      "service": "GitHub Release Monitor",
      "description": "A secret key (at least 32 characters) for encrypting user sessions",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AUTH_PASSWORD",
      "service": "GitHub Release Monitor",
      "description": "The password for logging into the application",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AUTH_USERNAME",
      "service": "GitHub Release Monitor",
      "description": "The username for logging into the application",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "GitHub Release Monitor",
      "description": "This is required in order to modify the volume data",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "github-release-monitor"
      }
    },
    "cli": "railway deploy --template github-release-monitor",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "99599edd-e26e-44e4-9633-80b1d70f80c3",
            "serializedConfig": {
              "services": {
                "8f1eef54-4c00-427c-ba62-f43f3b93354c": {
                  "icon": "https://raw.githubusercontent.com/iamspido/github-release-monitor/1dd33eed51c79e63a95e5c799f9d74cc64199a41/src/app/icon.svg",
                  "name": "GitHub Release Monitor",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "ghcr.io/iamspido/github-release-monitor:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "The timezone for the container (e.g., `Europe/Berlin`). Affects log timestamps and date formatting",
                      "defaultValue": ""
                    },
                    "MAIL_HOST": {
                      "isOptional": true,
                      "description": "The hostname or IP address of your SMTP server",
                      "defaultValue": ""
                    },
                    "MAIL_PORT": {
                      "isOptional": true,
                      "description": "The port for your SMTP server (e.g., 587 or 465)",
                      "defaultValue": "25"
                    },
                    "AUTH_SECRET": {
                      "description": "A secret key (at least 32 characters) for encrypting user sessions",
                      "defaultValue": "{{AUTH_SECRET}}"
                    },
                    "AUTH_PASSWORD": {
                      "description": "The password for logging into the application",
                      "defaultValue": "{{AUTH_PASSWORD}}"
                    },
                    "AUTH_USERNAME": {
                      "description": "The username for logging into the application",
                      "defaultValue": "{{AUTH_USERNAME}}"
                    },
                    "MAIL_PASSWORD": {
                      "isOptional": true,
                      "description": "The password or app token for SMTP authentication",
                      "defaultValue": ""
                    },
                    "MAIL_USERNAME": {
                      "isOptional": true,
                      "description": "The username for SMTP authentication",
                      "defaultValue": ""
                    },
                    "MAIL_FROM_NAME": {
                      "isOptional": true,
                      "description": "The display name for the \"from\" address",
                      "defaultValue": ""
                    },
                    "MAIL_TO_ADDRESS": {
                      "isOptional": true,
                      "description": "The email address that will receive the notifications",
                      "defaultValue": ""
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "This is required in order to modify the volume data",
                      "defaultValue": "0"
                    },
                    "MAIL_FROM_ADDRESS": {
                      "isOptional": true,
                      "description": "The email address that notifications will be sent from",
                      "defaultValue": ""
                    },
                    "GITHUB_ACCESS_TOKEN": {
                      "isOptional": true,
                      "description": "A GitHub personal access token is not required, but strongly recommended to increase the API rate limit from 60 to 5000 requests per hour.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "8f1eef54-4c00-427c-ba62-f43f3b93354c": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "GitHub Release Monitor",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
