{
  "manifest_version": "1.0.0",
  "template": {
    "id": "70f9c9d1-c1e5-4c4f-81e4-f0fe0e3b07e5",
    "slug": "tududi-template-gi-1",
    "name": "Tududi",
    "description": "Tududi — self-hosted task management with projects, notes, and recurrence",
    "url": "https://railway.com/deploy/tududi-template-gi-1",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/railway-tududi"
    }
  },
  "services": [
    {
      "name": "tududi-template-github",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/railway-tududi"
      },
      "needs_volume": true,
      "volume_mount_path": "/usr/src/app/tududi_db",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TUDUDI_USER_EMAIL",
      "service": "tududi-template-github",
      "description": "Email for the default user account.",
      "secret": false,
      "strategy": "default",
      "default": "admin@yourdomain.com"
    },
    {
      "key": "TUDUDI_USER_PASSWORD",
      "service": "tududi-template-github",
      "description": "Password for the default user account. Auto-generated.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TUDUDI_SESSION_SECRET",
      "service": "tududi-template-github",
      "description": "Secret key for encrypting session data. Required for session security.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TUDUDI_INTERNAL_SSL_ENABLED",
      "service": "tududi-template-github",
      "description": "Enable internal SSL (Railway handles HTTPS, set to false).",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tududi-template-gi-1"
      }
    },
    "cli": "railway deploy --template tududi-template-gi-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "70f9c9d1-c1e5-4c4f-81e4-f0fe0e3b07e5",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "bc0cfb52-add8-445c-8f6f-89ca34b55854": {
                  "icon": null,
                  "name": "tududi-template-github",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/railway-tududi",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TUDUDI_USER_EMAIL": {
                      "isOptional": false,
                      "description": "Email for the default user account.",
                      "defaultValue": "admin@yourdomain.com"
                    },
                    "TUDUDI_USER_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the default user account. Auto-generated.",
                      "defaultValue": "{{TUDUDI_USER_PASSWORD}}"
                    },
                    "TUDUDI_SESSION_SECRET": {
                      "isOptional": false,
                      "description": "Secret key for encrypting session data. Required for session security.",
                      "defaultValue": "{{TUDUDI_SESSION_SECRET}}"
                    },
                    "TUDUDI_INTERNAL_SSL_ENABLED": {
                      "isOptional": false,
                      "description": "Enable internal SSL (Railway handles HTTPS, set to false).",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "bc0cfb52-add8-445c-8f6f-89ca34b55854": {
                      "mountPath": "/usr/src/app/tududi_db"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:14:11.450Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3b4befedf3fd402a901b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 129,
    "typical_build_seconds": 50,
    "typical_start_seconds": 10,
    "slowest_service": "tududi-template-github"
  }
}
