{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9ddc5c86-ce4a-46a4-adfc-ff0af28a6989",
    "slug": "vscodium",
    "name": "VSCodium | Desktop App in the Cloud",
    "description": "Desktop VSCodium streamed to any device. Password-gated, persistent.",
    "url": "https://railway.com/deploy/vscodium",
    "upstream": {
      "repo_url": "https://github.com/nomideusz/vscodium-railway"
    }
  },
  "services": [
    {
      "name": "vscodium",
      "source": {
        "repo": "https://github.com/nomideusz/vscodium-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "vscodium",
      "description": "Time zone inside the desktop session.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "vscodium",
      "description": "Port for Railway healthcheck probing. Do not change.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "PASSWORD",
      "service": "vscodium",
      "description": "Login password for the desktop session. Keep it strong - this gates who can use your cloud VSCodium.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CUSTOM_USER",
      "service": "vscodium",
      "description": "Login username for the desktop session.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vscodium"
      }
    },
    "cli": "railway deploy --template vscodium",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9ddc5c86-ce4a-46a4-adfc-ff0af28a6989",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d19bb338-5599-4a23-9d22-2d77c1ee1b92": {
                  "icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png",
                  "name": "vscodium",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/healthcheck",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nomideusz/vscodium-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Time zone inside the desktop session.",
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "description": "Port for Railway healthcheck probing. Do not change.",
                      "defaultValue": "3000"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Login password for the desktop session. Keep it strong - this gates who can use your cloud VSCodium.",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "CUSTOM_USER": {
                      "isOptional": false,
                      "description": "Login username for the desktop session.",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "d19bb338-5599-4a23-9d22-2d77c1ee1b92": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "vscodium",
      "method": "GET",
      "path": "/healthcheck",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T00:02:40.379Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:06:07.111Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_10471fda533e4c7ba94d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 172,
    "typical_build_seconds": 91,
    "typical_start_seconds": 32,
    "slowest_service": "vscodium"
  }
}
