{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5496afb6-45c0-4e5a-adf8-7acc76250fea",
    "slug": "fanren-sync",
    "name": "Fanren Sync",
    "description": "self-hosted JSON data synchronization service built on FastAPI",
    "url": "https://railway.com/deploy/fanren-sync",
    "upstream": {
      "image": "foamcold/fanren-sync:amd"
    }
  },
  "services": [
    {
      "name": "Fanren Sync",
      "source": {
        "image": "foamcold/fanren-sync:amd"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Fanren Sync",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "SYNC_PASSWORD",
      "service": "Fanren Sync",
      "description": "passward to use api",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fanren-sync"
      }
    },
    "cli": "railway deploy --template fanren-sync",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5496afb6-45c0-4e5a-adf8-7acc76250fea",
            "serializedConfig": {
              "services": {
                "f67593ac-4e14-4ac6-ac20-e83b16c6e926": {
                  "name": "Fanren Sync",
                  "source": {
                    "image": "foamcold/fanren-sync:amd"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8000"
                    },
                    "SYNC_PASSWORD": {
                      "description": "passward to use api",
                      "defaultValue": "{{SYNC_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "f67593ac-4e14-4ac6-ac20-e83b16c6e926": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T19:39:44.570Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ad9f1e8ce9264a1b8b85",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 89,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Fanren Sync"
  }
}
