{
  "manifest_version": "1.0.0",
  "template": {
    "id": "707cf32b-21c4-4fc0-b338-6fe88d390a69",
    "slug": "navidrome-1",
    "name": "Navidrome | Music Server with Drag & Drop Uploads",
    "description": "Self-hosted music streaming — your own Spotify with a drag-drop upload UI.",
    "url": "https://railway.com/deploy/navidrome-1",
    "upstream": {
      "repo_url": "https://github.com/nomideusz/navidrome-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "navidrome",
      "source": {
        "repo": "https://github.com/nomideusz/navidrome-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "navidrome",
      "description": "Port for Railway healthcheck probing. Do not change.",
      "secret": false,
      "strategy": "default",
      "default": "4533"
    },
    {
      "key": "FILEBROWSER_PASSWORD",
      "service": "navidrome",
      "description": "Login password for the music upload panel (username: admin), applied on first boot. Minimum 12 characters.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "navidrome-1"
      }
    },
    "cli": "railway deploy --template navidrome-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "707cf32b-21c4-4fc0-b338-6fe88d390a69",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "62092d06-6a1d-436e-82bb-a000886bff8c": {
                  "icon": "https://raw.githubusercontent.com/navidrome/navidrome/master/resources/logo-192x192.png",
                  "name": "navidrome",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/ping",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nomideusz/navidrome-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port for Railway healthcheck probing. Do not change.",
                      "defaultValue": "4533"
                    },
                    "FILEBROWSER_PASSWORD": {
                      "isOptional": false,
                      "description": "Login password for the music upload panel (username: admin), applied on first boot. Minimum 12 characters.",
                      "defaultValue": "{{FILEBROWSER_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4533": {
                        "port": 4533
                      },
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "62092d06-6a1d-436e-82bb-a000886bff8c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "navidrome",
      "method": "GET",
      "path": "/ping",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
