{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c47ce7ef-17b8-4147-88fd-c8bec70efc46",
    "slug": "arcane",
    "name": "Arcane",
    "description": "Arcane — modern web-based Docker management UI, single SQLite container",
    "url": "https://railway.com/deploy/arcane",
    "upstream": {
      "image": "ghcr.io/getarcaneapp/manager:v2.2.0"
    }
  },
  "services": [
    {
      "name": "arcane",
      "source": {
        "image": "ghcr.io/getarcaneapp/manager:v2.2.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PGID",
      "service": "arcane",
      "description": "Group ID for file ownership (default: 65532).",
      "secret": false,
      "strategy": "default",
      "default": "65532"
    },
    {
      "key": "PUID",
      "service": "arcane",
      "description": "User ID for file ownership (default: 65532).",
      "secret": false,
      "strategy": "default",
      "default": "65532"
    },
    {
      "key": "APP_URL",
      "service": "arcane",
      "description": "Public URL of your Arcane instance. Required. Auto-populated from Railway's public domain; override if using a custom domain.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "JWT_SECRET",
      "service": "arcane",
      "description": "Random secret for JWT signing. Auto-generated. Override with: openssl rand -hex 32 (64-char hex) or any sufficiently long random string.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "arcane",
      "description": "Random secret for encryption. Auto-generated. Override with: openssl rand -hex 32 (64-char hex) or any sufficiently long random string.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "arcane"
      }
    },
    "cli": "railway deploy --template arcane",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c47ce7ef-17b8-4147-88fd-c8bec70efc46",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "8784374e-da15-49a7-a8ea-fc0539680c8f": {
                  "icon": null,
                  "name": "arcane",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/getarcaneapp/manager:v2.2.0"
                  },
                  "variables": {
                    "PGID": {
                      "isOptional": false,
                      "description": "Group ID for file ownership (default: 65532).",
                      "defaultValue": "65532"
                    },
                    "PUID": {
                      "isOptional": false,
                      "description": "User ID for file ownership (default: 65532).",
                      "defaultValue": "65532"
                    },
                    "APP_URL": {
                      "isOptional": true,
                      "description": "Public URL of your Arcane instance. Required. Auto-populated from Railway's public domain; override if using a custom domain.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "JWT_SECRET": {
                      "isOptional": false,
                      "description": "Random secret for JWT signing. Auto-generated. Override with: openssl rand -hex 32 (64-char hex) or any sufficiently long random string.",
                      "defaultValue": "{{JWT_SECRET}}"
                    },
                    "ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "Random secret for encryption. Auto-generated. Override with: openssl rand -hex 32 (64-char hex) or any sufficiently long random string.",
                      "defaultValue": "{{ENCRYPTION_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "8784374e-da15-49a7-a8ea-fc0539680c8f": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:24:47.690Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a9ca8adc4b84483fbdfc",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "arcane"
  }
}
