{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fdbcb1b4-16ab-49ba-8042-535ee19b47d5",
    "slug": "reposilite",
    "name": "Reposilite",
    "description": "Lightweight and easy-to-use repository manager for Maven-based artifacts.",
    "url": "https://railway.com/deploy/reposilite",
    "upstream": {
      "image": "dzikoysk/reposilite"
    }
  },
  "services": [
    {
      "name": "Reposilite",
      "source": {
        "image": "dzikoysk/reposilite"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TEMP_NAME",
      "service": "Reposilite",
      "description": "This will be the name used to sign in for the first time.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "TEMP_SECRET",
      "service": "Reposilite",
      "description": "This will be the secret used to sign in. Make sure it is safe!",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "reposilite"
      }
    },
    "cli": "railway deploy --template reposilite",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fdbcb1b4-16ab-49ba-8042-535ee19b47d5",
            "serializedConfig": {
              "services": {
                "bb2d0f23-7741-4a54-b713-c48187ecd058": {
                  "name": "Reposilite",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"java -jar reposilite.jar --token ${TEMP_NAME}:${TEMP_SECRET} --port ${PORT}\""
                  },
                  "source": {
                    "image": "dzikoysk/reposilite"
                  },
                  "variables": {
                    "TEMP_NAME": {
                      "isOptional": false,
                      "description": "This will be the name used to sign in for the first time.",
                      "defaultValue": "admin"
                    },
                    "TEMP_SECRET": {
                      "isOptional": false,
                      "description": "This will be the secret used to sign in. Make sure it is safe!",
                      "defaultValue": "{{TEMP_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T10:38:35.308Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_de6f395de55844a593bc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Reposilite"
  }
}
