{
  "manifest_version": "1.0.0",
  "template": {
    "id": "431cd58f-ac92-4dc7-8f91-708a2da79534",
    "slug": "appsmith-standalone",
    "name": "appsmith-standalone",
    "description": "Open-source platform to build internal tools and dashboards on Railway.",
    "url": "https://railway.com/deploy/appsmith-standalone",
    "upstream": {
      "repo_url": "https://github.com/marco-quintella/appsmith-standalone"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "appsmith",
      "source": {
        "repo": "https://github.com/marco-quintella/appsmith-standalone"
      },
      "needs_volume": true,
      "volume_mount_path": "/appsmith-stacks",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "appsmith",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "APPSMITH_ENCRYPTION_SALT",
      "service": "appsmith",
      "description": "Provide a value for APPSMITH_ENCRYPTION_SALT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "APPSMITH_ENCRYPTION_PASSWORD",
      "service": "appsmith",
      "description": "Provide a value for APPSMITH_ENCRYPTION_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "appsmith-standalone"
      }
    },
    "cli": "railway deploy --template appsmith-standalone",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "431cd58f-ac92-4dc7-8f91-708a2da79534",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "9b25d68d-8f5d-4f12-8170-e4897800e9a8": {
                  "icon": null,
                  "name": "appsmith",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/marco-quintella/appsmith-standalone",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "APPSMITH_ENCRYPTION_SALT": {
                      "isOptional": false,
                      "defaultValue": "{{APPSMITH_ENCRYPTION_SALT}}"
                    },
                    "APPSMITH_ENCRYPTION_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{APPSMITH_ENCRYPTION_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "9b25d68d-8f5d-4f12-8170-e4897800e9a8": {
                      "mountPath": "/appsmith-stacks"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0"
}
