{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d22d0af1-b626-4818-9f59-91b851d5bd53",
    "slug": "pocketbase-standalone",
    "name": "Pocketbase Standalone [Aug 26]",
    "description": "Open source backend — SQLite, REST API, auth, admin UI · Updated Aug 26",
    "url": "https://railway.com/deploy/pocketbase-standalone",
    "upstream": {
      "repo_url": "https://github.com/marco-quintella/pocketbase-standalone"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "pocketbase",
      "source": {
        "repo": "https://github.com/marco-quintella/pocketbase-standalone"
      },
      "needs_volume": true,
      "volume_mount_path": "/pb_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "pocketbase",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PB_ADMIN_EMAIL",
      "service": "pocketbase",
      "description": "Provide a value for PB_ADMIN_EMAIL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PB_ADMIN_PASSWORD",
      "service": "pocketbase",
      "description": "Provide a value for PB_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pocketbase-standalone"
      }
    },
    "cli": "railway deploy --template pocketbase-standalone",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d22d0af1-b626-4818-9f59-91b851d5bd53",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3b58d160-b365-457a-94c1-02c8d0be8eaa": {
                  "icon": null,
                  "name": "pocketbase",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/marco-quintella/pocketbase-standalone",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "PB_ADMIN_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "{{PB_ADMIN_EMAIL}}"
                    },
                    "PB_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{PB_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "3b58d160-b365-457a-94c1-02c8d0be8eaa": {
                      "mountPath": "/pb_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T10:14:37.526Z",
  "generator_version": "0.1.0"
}
