{
  "manifest_version": "1.0.0",
  "template": {
    "id": "21ee892b-c1a6-4c02-ad5a-5172894f1a4b",
    "slug": "BrjaHe",
    "name": "MariaDB Starter Package",
    "description": "Deploys MariaDB with Adminer UI from a repo",
    "url": "https://railway.com/deploy/BrjaHe",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/mariaDB"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Adminer",
      "source": {
        "repo": "https://github.com/railwayapp-templates/mariaDB"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Database",
      "source": {
        "repo": "https://github.com/railwayapp-templates/mariaDB"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/mysql",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Adminer",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "MARIADB_USER",
      "service": "Database",
      "description": "Database User",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MARIADB_PASSWORD",
      "service": "Database",
      "description": "User password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MARIADB_DATABASE ",
      "service": "Database",
      "description": "This variable allows you to specify the name of a database to be created on image startup.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MARIADB_ROOT_PASSWORD",
      "service": "Database",
      "description": "Random Password for root user",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "BrjaHe"
      }
    },
    "cli": "railway deploy --template BrjaHe",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "21ee892b-c1a6-4c02-ad5a-5172894f1a4b",
            "serializedConfig": {
              "services": {
                "95007b26-eae9-404a-975a-323c5024b710": {
                  "name": "Adminer",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/mariaDB",
                    "rootDirectory": "/Adminer"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "cd2d9f8f-8720-453e-8aad-2e3327495794": {
                  "name": "Database",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/mariaDB"
                  },
                  "variables": {
                    "MARIADB_USER": {
                      "isOptional": false,
                      "description": "Database User",
                      "defaultValue": "{{MARIADB_USER}}"
                    },
                    "MARIADB_PASSWORD": {
                      "isOptional": false,
                      "description": "User password",
                      "defaultValue": "{{MARIADB_PASSWORD}}"
                    },
                    "MARIADB_DATABASE ": {
                      "isOptional": false,
                      "description": "This variable allows you to specify the name of a database to be created on image startup.",
                      "defaultValue": "{{MARIADB_DATABASE }}"
                    },
                    "MARIADB_ROOT_PASSWORD": {
                      "isOptional": true,
                      "description": "Random Password for root user",
                      "defaultValue": "{{MARIADB_ROOT_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "cd2d9f8f-8720-453e-8aad-2e3327495794": {
                      "mountPath": "/var/lib/mysql"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
