{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9872efe6-a525-4143-bb6f-9c8643c5e4f7",
    "slug": "private-python-registry",
    "name": "private-python-registry",
    "description": "Private Python package registry with devpi, pip/uv compatibility.",
    "url": "https://railway.com/deploy/private-python-registry",
    "upstream": {
      "repo_url": "https://github.com/hallcyn/private-python-registry"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "private-python-registry",
      "source": {
        "repo": "https://github.com/hallcyn/private-python-registry"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "private-python-registry",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "13141"
    },
    {
      "key": "DEVPI_SECRETFILE",
      "service": "private-python-registry",
      "description": "A persistent secret to keep tokens valid between redeployments. Must remain on the volume.",
      "secret": true,
      "strategy": "default",
      "default": "/data/.secret"
    },
    {
      "key": "DEVPI_ROOT_PASSWORD",
      "service": "private-python-registry",
      "description": "The root user's seed is set during devpi-init. This is only used for the first boot; changing it afterward has no effect. You must use `devpi user -m root password=...` to do so.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "private-python-registry"
      }
    },
    "cli": "railway deploy --template private-python-registry",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9872efe6-a525-4143-bb6f-9c8643c5e4f7",
            "serializedConfig": {
              "services": {
                "35e4de35-e46b-4c10-a6c7-fe2180146439": {
                  "icon": "https://avatars.githubusercontent.com/u/8394401?v=4",
                  "name": "private-python-registry",
                  "source": {
                    "repo": "hallcyn/private-python-registry",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "13141"
                    },
                    "DEVPI_SECRETFILE": {
                      "isOptional": true,
                      "description": "A persistent secret to keep tokens valid between redeployments. Must remain on the volume.",
                      "defaultValue": "/data/.secret"
                    },
                    "DEVPI_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "The root user's seed is set during devpi-init. This is only used for the first boot; changing it afterward has no effect. You must use `devpi user -m root password=...` to do so.",
                      "defaultValue": "{{DEVPI_ROOT_PASSWORD}}"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "35e4de35-e46b-4c10-a6c7-fe2180146439": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-04T13:32:45.587Z",
  "generator_version": "0.1.0"
}
