{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bae94624-4575-47b3-af90-b2f182faa729",
    "slug": "dokuwiki",
    "name": "dokuwiki",
    "description": "Deploy and Host dokuwiki with Railway",
    "url": "https://railway.com/deploy/dokuwiki",
    "upstream": {
      "image": "dokuwiki/dokuwiki:stable"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "dokuwiki",
      "source": {
        "image": "dokuwiki/dokuwiki:stable"
      },
      "needs_volume": true,
      "volume_mount_path": "/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "dokuwiki",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "PHP_TIMEZONE",
      "service": "dokuwiki",
      "description": "Provide a value for PHP_TIMEZONE.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dokuwiki"
      }
    },
    "cli": "railway deploy --template dokuwiki",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bae94624-4575-47b3-af90-b2f182faa729",
            "serializedConfig": {
              "services": {
                "18205bc8-648d-48ac-8980-80ddfee39f70": {
                  "name": "dokuwiki",
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "dokuwiki/dokuwiki:stable"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8080"
                    },
                    "PHP_TIMEZONE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{PHP_TIMEZONE}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "18205bc8-648d-48ac-8980-80ddfee39f70": {
                      "mountPath": "/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "dokuwiki",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
