{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b22052a-9163-4fba-936b-7eb24168e0a5",
    "slug": "boop",
    "name": "Boop",
    "description": "Self-hosted notification inbox: pushes from your apps, on your phone",
    "url": "https://railway.com/deploy/boop",
    "upstream": {
      "repo_url": "https://github.com/monotykamary/railway-template-boop"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "boop",
      "source": {
        "repo": "https://github.com/monotykamary/railway-template-boop"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "BOOP_BASE_URL",
      "service": "boop",
      "description": "Public address your phone will use to reach Boop. Generated from the service domain; update it if you attach a custom domain.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BOOP_LOG_LEVEL",
      "service": "boop",
      "description": "Log level: debug, info, warn, or error.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "BOOP_ADMIN_USER",
      "service": "boop",
      "description": "Web UI and admin API login user.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "APNS_ENVIRONMENT",
      "service": "boop",
      "description": "APNs environment: production, or sandbox for Xcode debug builds.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "BOOP_ADMIN_PASSWORD",
      "service": "boop",
      "description": "Web UI and admin API login password. Generated at deploy time; 8+ characters.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "BOOP_RETENTION_DAYS",
      "service": "boop",
      "description": "Days of event history to keep (0 keeps everything). Overrides the value saved in the web UI when set.",
      "secret": false,
      "strategy": "default",
      "default": "90"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "boop"
      }
    },
    "cli": "railway deploy --template boop",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b22052a-9163-4fba-936b-7eb24168e0a5",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "64aa94b1-dbfa-4f5f-b00d-5037a4195937": {
                  "icon": "https://raw.githubusercontent.com/monotykamary/railway-template-boop/fd82ab9aa09eb89c8246568affef4e5ac02555cc/icon.png",
                  "name": "boop",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 300,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/monotykamary/railway-template-boop",
                    "rootDirectory": "/server"
                  },
                  "variables": {
                    "APNS_KEY_ID": {
                      "isOptional": true,
                      "description": "APNs key identifier (the XXXXXXXXXX part of AuthKey_XXXXXXXXXX.p8).",
                      "defaultValue": ""
                    },
                    "APNS_TEAM_ID": {
                      "isOptional": true,
                      "description": "Apple Developer Team ID for push notifications. Leave empty to run without pushes; events still reach the web inbox.",
                      "defaultValue": ""
                    },
                    "BOOP_BASE_URL": {
                      "isOptional": false,
                      "description": "Public address your phone will use to reach Boop. Generated from the service domain; update it if you attach a custom domain.",
                      "defaultValue": "{{BOOP_BASE_URL}}"
                    },
                    "APNS_BUNDLE_ID": {
                      "isOptional": true,
                      "description": "Bundle identifier of your self-built Boop iOS app.",
                      "defaultValue": ""
                    },
                    "BOOP_LOG_LEVEL": {
                      "isOptional": true,
                      "description": "Log level: debug, info, warn, or error.",
                      "defaultValue": "info"
                    },
                    "BOOP_MCP_TOKEN": {
                      "isOptional": true,
                      "description": "Bearer token for the read-only MCP endpoint (/mcp) that AI agents connect to. 16+ characters. Leave empty to allow only device credentials and admin login.",
                      "defaultValue": ""
                    },
                    "BOOP_ADMIN_USER": {
                      "isOptional": true,
                      "description": "Web UI and admin API login user.",
                      "defaultValue": "admin"
                    },
                    "APNS_ENVIRONMENT": {
                      "isOptional": true,
                      "description": "APNs environment: production, or sandbox for Xcode debug builds.",
                      "defaultValue": "production"
                    },
                    "APNS_PRIVATE_KEY": {
                      "isOptional": true,
                      "description": "Contents of the APNs .p8 key, PEM text or base64 (easiest). Leave APNS_PRIVATE_KEY_PATH empty when using this.",
                      "defaultValue": ""
                    },
                    "BOOP_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Web UI and admin API login password. Generated at deploy time; 8+ characters.",
                      "defaultValue": "{{BOOP_ADMIN_PASSWORD}}"
                    },
                    "BOOP_RETENTION_DAYS": {
                      "isOptional": true,
                      "description": "Days of event history to keep (0 keeps everything). Overrides the value saved in the web UI when set.",
                      "defaultValue": "90"
                    },
                    "APNS_PRIVATE_KEY_PATH": {
                      "isOptional": true,
                      "description": "Path to a mounted .p8 key file. Takes precedence over APNS_PRIVATE_KEY when set; leave empty to use the pasted key.",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "64aa94b1-dbfa-4f5f-b00d-5037a4195937": {
                      "mountPath": "/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "boop",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
