{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6ced874e-29ba-4173-ad49-e4fd71226c35",
    "slug": "parrotos-core-web-terminal",
    "name": "ParrotOS Core — Browser-Based Linux Sandbox",
    "description": "Self-host a Parrot Core Linux shell in your browser, any device",
    "url": "https://railway.com/deploy/parrotos-core-web-terminal",
    "upstream": {
      "repo_url": "https://github.com/decoge/parrotos-core-edition-webterminal-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "ParrotOS Core Edition (Web Terminal)",
      "source": {
        "repo": "https://github.com/decoge/parrotos-core-edition-webterminal-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/work",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "ParrotOS Core Edition (Web Terminal)",
      "description": "Choose a Password for ttyd web terminal basic authentication.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "ParrotOS Core Edition (Web Terminal)",
      "description": "Choose a Username for ttyd web terminal basic authentication.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "parrotos-core-web-terminal"
      }
    },
    "cli": "railway deploy --template parrotos-core-web-terminal",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6ced874e-29ba-4173-ad49-e4fd71226c35",
            "serializedConfig": {
              "services": {
                "1e0367d3-e783-4092-a47a-f45c4eb45d10": {
                  "icon": "https://gitlab.com/parrotsec/project/graphics/-/raw/master/logo/parrotsec-logo.svg",
                  "name": "ParrotOS Core Edition (Web Terminal)",
                  "source": {
                    "repo": "decoge/parrotos-core-edition-webterminal-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Choose a Password for ttyd web terminal basic authentication.",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "Choose a Username for ttyd web terminal basic authentication.",
                      "defaultValue": "{{USERNAME}}"
                    }
                  },
                  "volumeMounts": {
                    "1e0367d3-e783-4092-a47a-f45c4eb45d10": {
                      "mountPath": "/work"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T16:14:56.866Z",
  "generator_version": "0.1.0"
}
