{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5fe149d0-9cc2-4388-bac8-9d3902e08794",
    "slug": "baserow-or-just-updated-airtable-alterna",
    "name": "Baserow | (Just Updated) Airtable Alternative Whose Admin Isn't Claimable By Strangers",
    "description": "Airtable alternative; admin seeded before the URL opens. Needs 2GB RAM.",
    "url": "https://railway.com/deploy/baserow-or-just-updated-airtable-alterna",
    "upstream": {
      "image": "ghcr.io/bon5co/baserow-railway:2.3.3"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "redis",
      "source": {
        "image": "redis:8.2.1-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "postgres",
      "source": {
        "image": "postgres:16.4-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql",
      "http": false
    },
    {
      "name": "baserow",
      "source": {
        "image": "ghcr.io/bon5co/baserow-railway:2.3.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/baserow/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "REDIS_PASSWORD",
      "service": "redis",
      "description": "Provide a value for REDIS_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "POSTGRES_DB",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_DB.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_USER",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_USER.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_URL",
      "service": "baserow",
      "description": "Provide a value for REDIS_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SECRET_KEY",
      "service": "baserow",
      "description": "Provide a value for SECRET_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DATABASE_URL",
      "service": "baserow",
      "description": "Provide a value for DATABASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "BASEROW_PUBLIC_URL",
      "service": "baserow",
      "description": "Provide a value for BASEROW_PUBLIC_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "BASEROW_ADMIN_EMAIL",
      "service": "baserow",
      "description": "Provide a value for BASEROW_ADMIN_EMAIL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "BASEROW_ADMIN_PASSWORD",
      "service": "baserow",
      "description": "Provide a value for BASEROW_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "BASEROW_JWT_SIGNING_KEY",
      "service": "baserow",
      "description": "Provide a value for BASEROW_JWT_SIGNING_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "baserow-or-just-updated-airtable-alterna"
      }
    },
    "cli": "railway deploy --template baserow-or-just-updated-airtable-alterna",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5fe149d0-9cc2-4388-bac8-9d3902e08794",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "83094feb-5e11-4536-a6c3-4a11957600cd": {
                  "icon": null,
                  "name": "redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'chown -R redis:redis /data && exec docker-entrypoint.sh redis-server --requirepass \"$REDIS_PASSWORD\" --appendonly yes --dir /data'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1-alpine"
                  },
                  "variables": {
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "83094feb-5e11-4536-a6c3-4a11957600cd": {
                      "mountPath": "/data"
                    }
                  }
                },
                "8d649c1e-326c-439c-b3fb-8463ac535d1f": {
                  "icon": null,
                  "name": "postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "postgres:16.4-alpine"
                  },
                  "variables": {
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_DB}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_USER}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "8d649c1e-326c-439c-b3fb-8463ac535d1f": {
                      "mountPath": "/var/lib/postgresql"
                    }
                  }
                },
                "ff2f00fd-2afd-4e4f-9e29-60709e48a274": {
                  "icon": null,
                  "name": "baserow",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/baserow-railway:2.3.3"
                  },
                  "variables": {
                    "REDIS_URL": {
                      "isOptional": false,
                      "defaultValue": "redis://default:${{redis.REDIS_PASSWORD}}@${{redis.RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{SECRET_KEY}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "defaultValue": "postgresql://baserow:${{postgres.POSTGRES_PASSWORD}}@${{postgres.RAILWAY_PRIVATE_DOMAIN}}:5432/baserow"
                    },
                    "BASEROW_PUBLIC_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "BASEROW_ADMIN_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "admin@${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "BASEROW_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{BASEROW_ADMIN_PASSWORD}}"
                    },
                    "BASEROW_JWT_SIGNING_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{BASEROW_JWT_SIGNING_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ff2f00fd-2afd-4e4f-9e29-60709e48a274": {
                      "mountPath": "/baserow/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 3,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T10:14:37.526Z",
  "generator_version": "0.1.0"
}
