{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7b46dfd7-76cb-43d6-ba09-92b12362bb70",
    "slug": "tududi",
    "name": "tududi",
    "description": "tududi is a FOSS task and project management service",
    "url": "https://railway.com/deploy/tududi",
    "upstream": {
      "image": "chrisvel/tududi"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "tududi",
      "source": {
        "image": "chrisvel/tududi"
      },
      "needs_volume": true,
      "volume_mount_path": "/usr/src/app/tududi_db",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TUDUDI_USER_EMAIL",
      "service": "tududi",
      "description": "Email is used as a login name",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "TUDUDI_USER_PASSWORD",
      "service": "tududi",
      "description": "Password you are using to log in",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "TUDUDI_SESSION_SECRET",
      "service": "tududi",
      "description": "Session secret for Cookie encryption. Needs to be at least 32 char long.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TUDUDI_INTERNAL_SSL_ENABLED",
      "service": "tududi",
      "description": "Whether to use SSL internally as well. Usually not needed as it all runs within the Railwayx infrastructure.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tududi"
      }
    },
    "cli": "railway deploy --template tududi",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7b46dfd7-76cb-43d6-ba09-92b12362bb70",
            "serializedConfig": {
              "services": {
                "b980d9d5-92c8-4444-bd46-e2eb5ec5b7e0": {
                  "icon": null,
                  "name": "tududi",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "chrisvel/tududi"
                  },
                  "variables": {
                    "TUDUDI_USER_EMAIL": {
                      "isOptional": false,
                      "description": "Email is used as a login name",
                      "defaultValue": "{{TUDUDI_USER_EMAIL}}"
                    },
                    "TUDUDI_USER_PASSWORD": {
                      "isOptional": false,
                      "description": "Password you are using to log in",
                      "defaultValue": "{{TUDUDI_USER_PASSWORD}}"
                    },
                    "TUDUDI_SESSION_SECRET": {
                      "isOptional": false,
                      "description": "Session secret for Cookie encryption. Needs to be at least 32 char long.",
                      "defaultValue": "{{TUDUDI_SESSION_SECRET}}"
                    },
                    "TUDUDI_INTERNAL_SSL_ENABLED": {
                      "isOptional": false,
                      "description": "Whether to use SSL internally as well. Usually not needed as it all runs within the Railwayx infrastructure.",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "b980d9d5-92c8-4444-bd46-e2eb5ec5b7e0": {
                      "mountPath": "/usr/src/app/tududi_db"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T10:14:50.742Z",
  "generator_version": "0.1.0"
}
