{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6c36028c-a58b-4f88-99eb-9fb8a2c95e09",
    "slug": "vitodeploy",
    "name": "VitoDeploy",
    "description": "Free, Self-Hosted, Open-Source Server Management Tool",
    "url": "https://railway.com/deploy/vitodeploy",
    "upstream": {
      "image": "vitodeploy/vito"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "vitodeploy",
      "source": {
        "image": "vitodeploy/vito"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NAME",
      "service": "vitodeploy",
      "description": "Your account's name",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "EMAIL",
      "service": "vitodeploy",
      "description": "Your account's email for login",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "APP_KEY",
      "service": "vitodeploy",
      "description": "A 32-character string app key used for encryption within the app. Get it from here: https://vitodeploy.com/docs/getting-started/installation#environment-variables",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "APP_URL",
      "service": "vitodeploy",
      "description": "The URL of your Vito instance, It is required for some features like Vito Logs to work properly.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PASSWORD",
      "service": "vitodeploy",
      "description": "Your account's password for login (You can change it after login)",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vitodeploy"
      }
    },
    "cli": "railway deploy --template vitodeploy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6c36028c-a58b-4f88-99eb-9fb8a2c95e09",
            "serializedConfig": {
              "services": {
                "25a15874-5a27-4453-82b6-1b688592af1c": {
                  "name": "vitodeploy",
                  "source": {
                    "image": "vitodeploy/vito"
                  },
                  "variables": {
                    "NAME": {
                      "isOptional": false,
                      "description": "Your account's name",
                      "defaultValue": "{{NAME}}"
                    },
                    "EMAIL": {
                      "isOptional": false,
                      "description": "Your account's email for login",
                      "defaultValue": "{{EMAIL}}"
                    },
                    "APP_KEY": {
                      "isOptional": false,
                      "description": "A 32-character string app key used for encryption within the app. Get it from here: https://vitodeploy.com/docs/getting-started/installation#environment-variables",
                      "defaultValue": "{{APP_KEY}}"
                    },
                    "APP_URL": {
                      "isOptional": false,
                      "description": "The URL of your Vito instance, It is required for some features like Vito Logs to work properly.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Your account's password for login (You can change it after login)",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "ASSET_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_HOST": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "FORCE_HTTPS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_PASSWORD": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_USERNAME": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_ENCRYPTION": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "MAIL_FROM_ADDRESS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
