{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8cbe74e4-167e-4f46-be85-10732ac69724",
    "slug": "mongo-express",
    "name": "Mongo Express",
    "description": "MongoDB admin dashboard with a simple web-based interface.",
    "url": "https://railway.com/deploy/mongo-express",
    "upstream": {
      "image": "mongo-express"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "mongo-express",
      "source": {
        "image": "mongo-express"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "mongo-express",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8081"
    },
    {
      "key": "MONGOHOST",
      "service": "mongo-express",
      "description": "Provide a value for MONGOHOST.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MONGOPORT",
      "service": "mongo-express",
      "description": "Provide a value for MONGOPORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MONGOUSER",
      "service": "mongo-express",
      "description": "Provide a value for MONGOUSER.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MONGOPASSWORD",
      "service": "mongo-express",
      "description": "Provide a value for MONGOPASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ME_CONFIG_MONGODB_URL",
      "service": "mongo-express",
      "description": "Provide a value for ME_CONFIG_MONGODB_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ME_CONFIG_BASICAUTH_PASSWORD",
      "service": "mongo-express",
      "description": "Provide a value for ME_CONFIG_BASICAUTH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ME_CONFIG_BASICAUTH_USERNAME",
      "service": "mongo-express",
      "description": "Provide a value for ME_CONFIG_BASICAUTH_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "ME_CONFIG_OPTIONS_EDITORTHEME",
      "service": "mongo-express",
      "description": "Provide a value for ME_CONFIG_OPTIONS_EDITORTHEME.",
      "secret": false,
      "strategy": "default",
      "default": "ambiance"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mongo-express"
      }
    },
    "cli": "railway deploy --template mongo-express",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8cbe74e4-167e-4f46-be85-10732ac69724",
            "serializedConfig": {
              "services": {
                "82f88988-f2b4-40d2-9c91-d9bf625c0124": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/b9077663f53d2a5f3ce3ce52c9249d4b0c684fd9/mongo-express/logo.png",
                  "name": "mongo-express",
                  "source": {
                    "image": "mongo-express"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8081"
                    },
                    "MONGOHOST": {
                      "defaultValue": "{{MONGOHOST}}"
                    },
                    "MONGOPORT": {
                      "defaultValue": "{{MONGOPORT}}"
                    },
                    "MONGOUSER": {
                      "defaultValue": "{{MONGOUSER}}"
                    },
                    "MONGOPASSWORD": {
                      "defaultValue": "{{MONGOPASSWORD}}"
                    },
                    "ME_CONFIG_MONGODB_URL": {
                      "defaultValue": "mongodb://${{MONGOUSER}}:${{MONGOPASSWORD}}@${{MONGOHOST}}:${{MONGOPORT}}/admin?authSource=admin"
                    },
                    "ME_CONFIG_BASICAUTH_PASSWORD": {
                      "defaultValue": "{{ME_CONFIG_BASICAUTH_PASSWORD}}"
                    },
                    "ME_CONFIG_BASICAUTH_USERNAME": {
                      "defaultValue": "{{ME_CONFIG_BASICAUTH_USERNAME}}"
                    },
                    "ME_CONFIG_OPTIONS_EDITORTHEME": {
                      "defaultValue": "ambiance"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8081": {
                        "port": 8081
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
