{
  "manifest_version": "1.0.0",
  "template": {
    "id": "31175972-941f-46f8-87b4-c3aa7fac92a7",
    "slug": "immich-drop",
    "name": "Immich Drop",
    "description": "Web app for collecting photos/videos from anyone into your Immich server",
    "url": "https://railway.com/deploy/immich-drop",
    "upstream": {
      "image": "ghcr.io/nasogaa/immich-drop:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Immich Drop",
      "source": {
        "image": "ghcr.io/nasogaa/immich-drop:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Immich Drop",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "CHUNK_SIZE_MB",
      "service": "Immich Drop",
      "description": "Provide a value for CHUNK_SIZE_MB.",
      "secret": false,
      "strategy": "default",
      "default": "95"
    },
    {
      "key": "IMMICH_API_KEY",
      "service": "Immich Drop",
      "description": "In your Immich, click on your profile -> Account Settings -> API Keys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SESSION_SECRET",
      "service": "Immich Drop",
      "description": "Provide a value for SESSION_SECRET.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "IMMICH_BASE_URL",
      "service": "Immich Drop",
      "description": "Must include /api. For example: https://immich.example.com/api",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PUBLIC_BASE_URL",
      "service": "Immich Drop",
      "description": "Provide a value for PUBLIC_BASE_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "CHUNKED_UPLOADS_ENABLED",
      "service": "Immich Drop",
      "description": "Provide a value for CHUNKED_UPLOADS_ENABLED.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "immich-drop"
      }
    },
    "cli": "railway deploy --template immich-drop",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "31175972-941f-46f8-87b4-c3aa7fac92a7",
            "serializedConfig": {
              "services": {
                "edbd9953-6948-4c58-998f-25867fb29943": {
                  "icon": "https://lhbaovhjuhitknbfclbg.supabase.co/storage/v1/object/public/logos/immich.svg",
                  "name": "Immich Drop",
                  "source": {
                    "image": "ghcr.io/nasogaa/immich-drop:latest"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8080"
                    },
                    "CHUNK_SIZE_MB": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "95"
                    },
                    "IMMICH_API_KEY": {
                      "description": "In your Immich, click on your profile -> Account Settings -> API Keys",
                      "defaultValue": "{{IMMICH_API_KEY}}"
                    },
                    "SESSION_SECRET": {
                      "description": "",
                      "defaultValue": "{{SESSION_SECRET}}"
                    },
                    "IMMICH_BASE_URL": {
                      "description": "Must include /api. For example: https://immich.example.com/api",
                      "defaultValue": "{{IMMICH_BASE_URL}}"
                    },
                    "PUBLIC_BASE_URL": {
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "IMMICH_ALBUM_NAME": {
                      "isOptional": true,
                      "description": "Auto-add uploads from public uploader to this album (creates if needed)",
                      "defaultValue": ""
                    },
                    "CHUNKED_UPLOADS_ENABLED": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "true"
                    },
                    "PUBLIC_UPLOAD_PAGE_ENABLED": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "edbd9953-6948-4c58-998f-25867fb29943": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
