{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e57b4316-5e89-4c24-b139-db9cbcb8f137",
    "slug": "suite-crm",
    "name": "Suite CRM",
    "description": "SuiteCRM 7 one-click deploy on Railway. Free tier, zero config. 🚀",
    "url": "https://railway.com/deploy/suite-crm",
    "upstream": {
      "repo_url": "https://github.com/BURNI80/suitecrm-railway-template"
    }
  },
  "services": [
    {
      "name": "mariadb",
      "source": {
        "image": "mariadb:11"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "suitecrm",
      "source": {
        "repo": "https://github.com/BURNI80/suitecrm-railway-template"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/upload",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "MARIADB_USER",
      "service": "mariadb",
      "description": "MARIADB_USER",
      "secret": false,
      "strategy": "default",
      "default": "suitecrm"
    },
    {
      "key": "MARIADB_DATABASE",
      "service": "mariadb",
      "description": "MARIADB_DATABASE",
      "secret": false,
      "strategy": "default",
      "default": "suitecrm"
    },
    {
      "key": "MARIADB_PASSWORD",
      "service": "mariadb",
      "description": "MARIADB_PASSWORD",
      "secret": true,
      "strategy": "default",
      "default": "suitecrm"
    },
    {
      "key": "MARIADB_ROOT_PASSWORD",
      "service": "mariadb",
      "description": "MARIADB_ROOT_PASSWORD",
      "secret": true,
      "strategy": "default",
      "default": "suitecrm"
    },
    {
      "key": "DB_HOST",
      "service": "suitecrm",
      "description": "DB_HOST",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "DB_NAME",
      "service": "suitecrm",
      "description": "DB_NAME",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASS",
      "service": "suitecrm",
      "description": "DB_PASS",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "suitecrm",
      "description": "DB_PORT",
      "secret": false,
      "strategy": "default",
      "default": "3306"
    },
    {
      "key": "DB_USER",
      "service": "suitecrm",
      "description": "DB_USER",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "suite-crm"
      }
    },
    "cli": "railway deploy --template suite-crm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e57b4316-5e89-4c24-b139-db9cbcb8f137",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "588240d7-7df5-4730-bca0-5abab98c4bf3": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/mariadb.png",
                  "name": "mariadb",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "mariadb:11"
                  },
                  "variables": {
                    "MARIADB_USER": {
                      "isOptional": false,
                      "description": "MARIADB_USER",
                      "defaultValue": "suitecrm"
                    },
                    "MARIADB_DATABASE": {
                      "isOptional": false,
                      "description": "MARIADB_DATABASE",
                      "defaultValue": "suitecrm"
                    },
                    "MARIADB_PASSWORD": {
                      "isOptional": false,
                      "description": "MARIADB_PASSWORD",
                      "defaultValue": "suitecrm"
                    },
                    "MARIADB_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "MARIADB_ROOT_PASSWORD",
                      "defaultValue": "suitecrm"
                    }
                  }
                },
                "d70d4d7f-702c-43ab-9d16-9c532097500c": {
                  "icon": "https://pb.dashboardicons.com/api/files/community_gallery/nc1vxy2x57qngqp/images_v2j6kkfrl9.png",
                  "name": "suitecrm",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/BURNI80/suitecrm-railway-template",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DB_HOST": {
                      "isOptional": false,
                      "description": "DB_HOST",
                      "defaultValue": "${{mariadb.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "DB_NAME": {
                      "isOptional": false,
                      "description": "DB_NAME",
                      "defaultValue": "${{mariadb.MARIADB_DATABASE}}"
                    },
                    "DB_PASS": {
                      "isOptional": false,
                      "description": "DB_PASS",
                      "defaultValue": "${{mariadb.MARIADB_PASSWORD}}"
                    },
                    "DB_PORT": {
                      "isOptional": false,
                      "description": "DB_PORT",
                      "defaultValue": "3306"
                    },
                    "DB_USER": {
                      "isOptional": false,
                      "description": "DB_USER",
                      "defaultValue": "${{mariadb.MARIADB_USER}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "d70d4d7f-702c-43ab-9d16-9c532097500c": {
                      "mountPath": "/var/www/html/upload"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-23T22:14:45.316Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T19:31:07.364Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d546c0d7a3f74ff191aa",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 209,
    "typical_build_seconds": 145,
    "typical_start_seconds": 10,
    "slowest_service": "suitecrm"
  }
}
