{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ad4cfd7a-111d-4b84-ac6b-5efbc8ac5a1e",
    "slug": "kanboard-1",
    "name": "Kanboard",
    "description": "Kanboard — minimalist Kanban project management, Trello alternative",
    "url": "https://railway.com/deploy/kanboard-1",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/railway-kanboard"
    }
  },
  "services": [
    {
      "name": "kanboard",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/railway-kanboard"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "kanboard",
      "description": "Port Kanboard listens on (default: 80). Railway injects PORT for routing.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "DEBUG",
      "service": "kanboard",
      "description": "Set to true to enable debug mode for troubleshooting.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "DB_DRIVER",
      "service": "kanboard",
      "description": "Database driver: sqlite, mysql, or postgres. SQLite is built-in with a persistent volume.",
      "secret": false,
      "strategy": "default",
      "default": "sqlite"
    },
    {
      "key": "MAIL_FROM",
      "service": "kanboard",
      "description": "From address for email notifications (task assignments, reminders). Change if you configure SMTP.",
      "secret": false,
      "strategy": "default",
      "default": "notifications@localhost"
    },
    {
      "key": "INITIAL_LOGIN_ID",
      "service": "kanboard",
      "description": "Informational purpose variable",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "PLUGIN_INSTALLER",
      "service": "kanboard",
      "description": "Set to true to enable the plugin installer from Administration > Plugins.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "INITIAL_LOGIN_PASSWORD",
      "service": "kanboard",
      "description": "Informational purpose variable",
      "secret": true,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kanboard-1"
      }
    },
    "cli": "railway deploy --template kanboard-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ad4cfd7a-111d-4b84-ac6b-5efbc8ac5a1e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "8411892a-d4f3-40a2-a14f-c571951b4abb": {
                  "icon": null,
                  "name": "kanboard",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/railway-kanboard",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port Kanboard listens on (default: 80). Railway injects PORT for routing.",
                      "defaultValue": "80"
                    },
                    "DEBUG": {
                      "description": "Set to true to enable debug mode for troubleshooting.",
                      "defaultValue": "false"
                    },
                    "DB_DRIVER": {
                      "description": "Database driver: sqlite, mysql, or postgres. SQLite is built-in with a persistent volume.",
                      "defaultValue": "sqlite"
                    },
                    "MAIL_FROM": {
                      "description": "From address for email notifications (task assignments, reminders). Change if you configure SMTP.",
                      "defaultValue": "notifications@localhost"
                    },
                    "INITIAL_LOGIN_ID": {
                      "isOptional": true,
                      "description": "Informational purpose variable",
                      "defaultValue": "admin"
                    },
                    "PLUGIN_INSTALLER": {
                      "description": "Set to true to enable the plugin installer from Administration > Plugins.",
                      "defaultValue": "false"
                    },
                    "INITIAL_LOGIN_PASSWORD": {
                      "isOptional": true,
                      "description": "Informational purpose variable",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "8411892a-d4f3-40a2-a14f-c571951b4abb": {
                      "mountPath": "/var/www/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:19:10.370Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_31d27557e0084e70b20b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 16,
    "typical_start_seconds": 10,
    "slowest_service": "kanboard"
  }
}
