{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b742f5ac-80e8-4f28-84aa-39b19b4ee09a",
    "slug": "vaultwarden-6",
    "name": "Vaultwarden",
    "description": "Self-hosted Bitwarden-compatible password manager server.",
    "url": "https://railway.com/deploy/vaultwarden-6",
    "upstream": {
      "image": "vaultwarden/server:1.36.0"
    }
  },
  "services": [
    {
      "name": "Vaultwarden",
      "source": {
        "image": "vaultwarden/server:1.36.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DOMAIN",
      "service": "Vaultwarden",
      "description": "Provide a value for DOMAIN.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vaultwarden-6"
      }
    },
    "cli": "railway deploy --template vaultwarden-6",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b742f5ac-80e8-4f28-84aa-39b19b4ee09a",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4a4cec16-39ac-4dc9-b7c3-15ae1a658057": {
                  "icon": null,
                  "name": "Vaultwarden",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "vaultwarden/server:1.36.0"
                  },
                  "variables": {
                    "DOMAIN": {
                      "isOptional": false,
                      "defaultValue": "https://${{Vaultwarden.RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "4a4cec16-39ac-4dc9-b7c3-15ae1a658057": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T01:45:14.274Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8a944f997da5451b9ffe",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 28,
    "typical_build_seconds": 0,
    "typical_start_seconds": 5,
    "slowest_service": "Vaultwarden"
  }
}
