{
  "manifest_version": "1.0.0",
  "template": {
    "id": "290083ab-aab3-4d5c-9dd9-a6e8db91dee4",
    "slug": "pufferpanel",
    "name": "Pufferpanel",
    "description": "Game server panel for Minecraft, Steam games and 40+ community templates",
    "url": "https://railway.com/deploy/pufferpanel",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/pufferpanel"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "PufferPanel",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/pufferpanel"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/pufferpanel",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_EMAIL",
      "service": "PufferPanel",
      "description": "Provide a value for ADMIN_EMAIL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PLAYIT_SECRET",
      "service": "PufferPanel",
      "description": "Provide a value for PLAYIT_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "PufferPanel",
      "description": "Provide a value for ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "PufferPanel",
      "description": "Provide a value for ADMIN_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PUFFER_PANEL_REGISTRATIONENABLED",
      "service": "PufferPanel",
      "description": "Provide a value for PUFFER_PANEL_REGISTRATIONENABLED.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pufferpanel"
      }
    },
    "cli": "railway deploy --template pufferpanel",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "290083ab-aab3-4d5c-9dd9-a6e8db91dee4",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d6a2b4c5-7b2f-4567-8ae2-4121d43489d5": {
                  "icon": null,
                  "name": "PufferPanel",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/pufferpanel",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_EMAIL}}"
                    },
                    "PLAYIT_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{PLAYIT_SECRET}}"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "defaultValue": "{{ADMIN_USERNAME}}"
                    },
                    "PUFFER_PANEL_REGISTRATIONENABLED": {
                      "isOptional": false,
                      "defaultValue": "{{PUFFER_PANEL_REGISTRATIONENABLED}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "d6a2b4c5-7b2f-4567-8ae2-4121d43489d5": {
                      "mountPath": "/var/lib/pufferpanel"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T23:54:14.295Z",
  "generator_version": "0.1.0"
}
