{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4b01076f-5c3a-4ca3-9558-710e8867f6a2",
    "slug": "quefy",
    "name": "Quefy - Self-Hosted Music Streaming Rooms",
    "description": "Multi-user YouTube, Spotify, and SoundCloud audio streaming rooms.",
    "url": "https://railway.com/deploy/quefy",
    "upstream": {
      "image": "snoozyman/quefy:b0e6bf9"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "snoozyman/quefy:b0e6bf9",
      "source": {
        "image": "snoozyman/quefy:b0e6bf9"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "snoozyman/quefy:b0e6bf9",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "SPOTIFY_MARKET",
      "service": "snoozyman/quefy:b0e6bf9",
      "description": "Provide a value for SPOTIFY_MARKET.",
      "secret": false,
      "strategy": "default",
      "default": "US"
    },
    {
      "key": "SPOTIFY_CLIENT_ID",
      "service": "snoozyman/quefy:b0e6bf9",
      "description": "https://developer.spotify.com/dashboard",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SPOTIFY_REDIRECT_URI",
      "service": "snoozyman/quefy:b0e6bf9",
      "description": "Provide a value for SPOTIFY_REDIRECT_URI.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SPOTIFY_CLIENT_SECRET",
      "service": "snoozyman/quefy:b0e6bf9",
      "description": "Obtain Client secret here.https://developer.spotify.com/dashboard",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "quefy"
      }
    },
    "cli": "railway deploy --template quefy",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4b01076f-5c3a-4ca3-9558-710e8867f6a2",
            "serializedConfig": {
              "services": {
                "b24e4d6b-ae1e-4513-80d8-a3b494731bd2": {
                  "name": "snoozyman/quefy:b0e6bf9",
                  "source": {
                    "image": "snoozyman/quefy:b0e6bf9"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "SPOTIFY_MARKET": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "US"
                    },
                    "SPOTIFY_CLIENT_ID": {
                      "description": "https://developer.spotify.com/dashboard",
                      "defaultValue": "{{SPOTIFY_CLIENT_ID}}"
                    },
                    "SPOTIFY_REDIRECT_URI": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/api/spotify/callback"
                    },
                    "SPOTIFY_CLIENT_SECRET": {
                      "description": "Obtain Client secret here.https://developer.spotify.com/dashboard",
                      "defaultValue": "{{SPOTIFY_CLIENT_SECRET}}"
                    }
                  },
                  "volumeMounts": {
                    "b24e4d6b-ae1e-4513-80d8-a3b494731bd2": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
