{
  "manifest_version": "1.0.0",
  "template": {
    "id": "10af9220-cc84-4731-ba0b-99d2c0b089ed",
    "slug": "debian-browser-linux-sandbox",
    "name": "Debian Web Terminal — Browser-Based Linux Sandbox",
    "description": "Self-host a Linux shell in your browser — code from any device",
    "url": "https://railway.com/deploy/debian-browser-linux-sandbox",
    "upstream": {
      "repo_url": "https://github.com/sahilrupani/debian-linux"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Debian Linux",
      "source": {
        "repo": "https://github.com/sahilrupani/debian-linux"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Debian Linux",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PASSWORD",
      "service": "Debian Linux",
      "description": "Set a password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "Debian Linux",
      "description": "Set a username",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "debian-browser-linux-sandbox"
      }
    },
    "cli": "railway deploy --template debian-browser-linux-sandbox",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "10af9220-cc84-4731-ba0b-99d2c0b089ed",
            "serializedConfig": {
              "services": {
                "4d493768-d6e0-4142-8a0a-0a1dd43a1e0b": {
                  "icon": "https://raw.githubusercontent.com/XenaaLangliss/debian-railway/refs/heads/main/assets/debian.png",
                  "name": "Debian Linux",
                  "source": {
                    "repo": "sahilrupani/debian-linux",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Set a password",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "Set a username",
                      "defaultValue": "{{USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-17T04:14:44.001Z",
  "generator_version": "0.1.0"
}
