{
  "manifest_version": "1.0.0",
  "template": {
    "id": "efa650d9-8ee5-4fff-857d-eea94c576f77",
    "slug": "alltube",
    "name": "Alltube",
    "description": "HTML GUI for youtube-dl with video conversion capabilities",
    "url": "https://railway.com/deploy/alltube",
    "upstream": {
      "image": "dnomd343/alltube:latest"
    }
  },
  "services": [
    {
      "name": "Alltube",
      "source": {
        "image": "dnomd343/alltube:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Alltube",
      "description": "Port the app listens on inside the container",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "REMUX",
      "service": "Alltube",
      "description": "Enables remuxing (repackaging streams into a container without re-encoding)",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "TITLE",
      "service": "Alltube",
      "description": "Site title shown in the AllTube web UI",
      "secret": false,
      "strategy": "default",
      "default": "My AllTube Site"
    },
    {
      "key": "STREAM",
      "service": "Alltube",
      "description": "Enables direct streaming/preview of media instead of download-only",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "CONVERT",
      "service": "Alltube",
      "description": "Enables audio/video format conversion options for downloads",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "alltube"
      }
    },
    "cli": "railway deploy --template alltube",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "efa650d9-8ee5-4fff-857d-eea94c576f77",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "e45e64d0-a333-4a93-8599-622912b60504": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/youtube-dl.svg",
                  "name": "Alltube",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "dnomd343/alltube:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the app listens on inside the container",
                      "defaultValue": "80"
                    },
                    "REMUX": {
                      "isOptional": false,
                      "description": "Enables remuxing (repackaging streams into a container without re-encoding)",
                      "defaultValue": "true"
                    },
                    "TITLE": {
                      "isOptional": false,
                      "description": "Site title shown in the AllTube web UI",
                      "defaultValue": "My AllTube Site"
                    },
                    "STREAM": {
                      "isOptional": false,
                      "description": "Enables direct streaming/preview of media instead of download-only",
                      "defaultValue": "true"
                    },
                    "CONVERT": {
                      "isOptional": false,
                      "description": "Enables audio/video format conversion options for downloads",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-26T16:14:55.683Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-26T14:56:21.359Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2a56c608aee7424e9c84",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 18,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Alltube"
  }
}
