{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2a53b8a3-b96c-41ad-bf07-30b86c01ede1",
    "slug": "silverbullet",
    "name": "SilverBullet",
    "description": "An open source personal productivity platform built on Markdown and Lua.",
    "url": "https://railway.com/deploy/silverbullet",
    "upstream": {
      "image": "ghcr.io/silverbulletmd/silverbullet:2.11.0@sha256:535efe0a5d97587593edd88dfd7b2523f7c3a11482aa5c75887cce64f741acfc"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "SilverBullet",
      "source": {
        "image": "ghcr.io/silverbulletmd/silverbullet:2.11.0@sha256:535efe0a5d97587593edd88dfd7b2523f7c3a11482aa5c75887cce64f741acfc"
      },
      "needs_volume": true,
      "volume_mount_path": "/space",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "SilverBullet",
      "description": "Application port.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "USER",
      "service": "SilverBullet",
      "description": "Username to authenticate edits.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SB_USER",
      "service": "SilverBullet",
      "description": "The user:password that is needed to authenticate the application.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSWORD",
      "service": "SilverBullet",
      "description": "Password to authenticate edits.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "silverbullet"
      }
    },
    "cli": "railway deploy --template silverbullet",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2a53b8a3-b96c-41ad-bf07-30b86c01ede1",
            "serializedConfig": {
              "services": {
                "bd27e199-2c90-4bb7-b907-bcc61ce269be": {
                  "icon": "https://avatars.githubusercontent.com/u/108344757?s=48&v=4.jpg",
                  "name": "SilverBullet",
                  "deploy": {
                    "healthcheckPath": "/.ping"
                  },
                  "source": {
                    "image": "ghcr.io/silverbulletmd/silverbullet:2.11.0@sha256:535efe0a5d97587593edd88dfd7b2523f7c3a11482aa5c75887cce64f741acfc"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Application port.",
                      "defaultValue": "3000"
                    },
                    "USER": {
                      "description": "Username to authenticate edits.",
                      "defaultValue": "{{USER}}"
                    },
                    "SB_USER": {
                      "description": "The user:password that is needed to authenticate the application.",
                      "defaultValue": "${{USER}}:${{PASSWORD}}"
                    },
                    "PASSWORD": {
                      "description": "Password to authenticate edits.",
                      "defaultValue": "{{PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "bd27e199-2c90-4bb7-b907-bcc61ce269be": {
                      "mountPath": "/space"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "SilverBullet",
      "method": "GET",
      "path": "/.ping",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
