{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4f4d64c6-b1a6-42e4-9f97-e33660ada5e7",
    "slug": "kan-or-just-updated-trello-alternative-y",
    "name": "Kan | (Just Updated) Trello Alternative You Can Actually Sign Into",
    "description": "Open-source Trello alternative. Email sign-in works, no OAuth app needed.",
    "url": "https://railway.com/deploy/kan-or-just-updated-trello-alternative-y",
    "upstream": {
      "image": "ghcr.io/bon5co/kan-railway:0.6.0"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "kan",
      "source": {
        "image": "ghcr.io/bon5co/kan-railway:0.6.0"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "postgres",
      "source": {
        "image": "postgres:17.6-alpine"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "LOG_LEVEL",
      "service": "kan",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_URL",
      "service": "kan",
      "description": "Provide a value for POSTGRES_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "BETTER_AUTH_URL",
      "service": "kan",
      "description": "Provide a value for BETTER_AUTH_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "BETTER_AUTH_SECRET",
      "service": "kan",
      "description": "Provide a value for BETTER_AUTH_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NEXT_PUBLIC_BASE_URL",
      "service": "kan",
      "description": "Provide a value for NEXT_PUBLIC_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "NEXT_PUBLIC_DISABLE_EMAIL",
      "service": "kan",
      "description": "Provide a value for NEXT_PUBLIC_DISABLE_EMAIL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "BETTER_AUTH_TRUSTED_ORIGINS",
      "service": "kan",
      "description": "Provide a value for BETTER_AUTH_TRUSTED_ORIGINS.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "NEXT_PUBLIC_ALLOW_CREDENTIALS",
      "service": "kan",
      "description": "Provide a value for NEXT_PUBLIC_ALLOW_CREDENTIALS.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_DB",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_DB.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_USER",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_USER.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "postgres",
      "description": "Provide a value for POSTGRES_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kan-or-just-updated-trello-alternative-y"
      }
    },
    "cli": "railway deploy --template kan-or-just-updated-trello-alternative-y",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4f4d64c6-b1a6-42e4-9f97-e33660ada5e7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "17712999-3a55-479b-900f-0215d59b58c1": {
                  "icon": null,
                  "name": "kan",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/v1/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/kan-railway:0.6.0"
                  },
                  "variables": {
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "defaultValue": "{{LOG_LEVEL}}"
                    },
                    "POSTGRES_URL": {
                      "isOptional": false,
                      "defaultValue": "postgresql://kan:${{postgres.POSTGRES_PASSWORD}}@${{postgres.RAILWAY_PRIVATE_DOMAIN}}:5432/kan"
                    },
                    "BETTER_AUTH_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "BETTER_AUTH_SECRET": {
                      "isOptional": false,
                      "defaultValue": "{{BETTER_AUTH_SECRET}}"
                    },
                    "NEXT_PUBLIC_BASE_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "NEXT_PUBLIC_DISABLE_EMAIL": {
                      "isOptional": false,
                      "defaultValue": "{{NEXT_PUBLIC_DISABLE_EMAIL}}"
                    },
                    "BETTER_AUTH_TRUSTED_ORIGINS": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "NEXT_PUBLIC_ALLOW_CREDENTIALS": {
                      "isOptional": false,
                      "defaultValue": "{{NEXT_PUBLIC_ALLOW_CREDENTIALS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "90f35f33-8f86-49c7-bcf3-5bfca0fb58c6": {
                  "icon": null,
                  "name": "postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "postgres:17.6-alpine"
                  },
                  "variables": {
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_DB}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_USER}}"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "90f35f33-8f86-49c7-bcf3-5bfca0fb58c6": {
                      "mountPath": "/var/lib/postgresql"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "kan",
      "method": "GET",
      "path": "/api/v1/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0"
}
