{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4b212433-b219-4276-bb97-42c6a3a67669",
    "slug": "paperlessngx",
    "name": "Paperless-ngx",
    "description": "Open-source document management with automatic tagging and OCR",
    "url": "https://railway.com/deploy/paperlessngx",
    "upstream": {
      "image": "ghcr.io/paperless-ngx/paperless-ngx:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "gotenberg",
      "source": {
        "image": "gotenberg/gotenberg"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "paperless",
      "source": {
        "image": "ghcr.io/paperless-ngx/paperless-ngx:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "tika",
      "source": {
        "image": "apache/tika"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Data directory, a subdirectory of the volume mount",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Private hostname, reachable only inside the project",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Standard PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "libpq alias of the superuser name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "libpq alias of the default database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "libpq alias of the superuser password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "rRAILWAY_PRIVATE_DOMAINailway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Private connection string, use this from other services",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "Validity window of the generated self-signed TLS certificate",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Generated superuser password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PUBLIC_URL",
      "service": "Postgres",
      "description": "Public connection string over the TCP proxy, for external tools",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Grace period for in-flight connections on redeploy",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "gotenberg",
      "description": "Health check target port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Private hostname, reachable only inside the project",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Standard Redis port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Default ACL user created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string, use this from other services",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Convenience alias of the generated password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Generated password for the default user",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PORT",
      "service": "paperless",
      "description": "HTTP port the app listens on",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "PAPERLESS_URL",
      "service": "paperless",
      "description": "Public base URL for CSRF and CORS",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PAPERLESS_REDIS",
      "service": "paperless",
      "description": "Celery broker connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DBHOST",
      "service": "paperless",
      "description": "Private Postgres hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DBNAME",
      "service": "paperless",
      "description": "Postgres database name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DBPASS",
      "service": "paperless",
      "description": "Postgres password",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DBPORT",
      "service": "paperless",
      "description": "Postgres port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DBUSER",
      "service": "paperless",
      "description": "Postgres username",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PAPERLESS_DATA_DIR",
      "service": "paperless",
      "description": "Search index and models on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/data/data"
    },
    {
      "key": "PAPERLESS_DBENGINE",
      "service": "paperless",
      "description": "Database backend selector",
      "secret": false,
      "strategy": "default",
      "default": "postgresql"
    },
    {
      "key": "PAPERLESS_TIME_ZONE",
      "service": "paperless",
      "description": "Time zone for document dates",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "PAPERLESS_ADMIN_MAIL",
      "service": "paperless",
      "description": "First superuser email address",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.dev"
    },
    {
      "key": "PAPERLESS_ADMIN_USER",
      "service": "paperless",
      "description": "First superuser username",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "PAPERLESS_MEDIA_ROOT",
      "service": "paperless",
      "description": "Originals and thumbnails on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/data/media"
    },
    {
      "key": "PAPERLESS_SECRET_KEY",
      "service": "paperless",
      "description": "Signs sessions and API tokens",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PAPERLESS_OCR_LANGUAGE",
      "service": "paperless",
      "description": "Tesseract OCR language",
      "secret": false,
      "strategy": "default",
      "default": "eng"
    },
    {
      "key": "PAPERLESS_TASK_WORKERS",
      "service": "paperless",
      "description": "Documents processed in parallel",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "PAPERLESS_TIKA_ENABLED",
      "service": "paperless",
      "description": "Enable Office document conversion",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "PAPERLESS_TIKA_ENDPOINT",
      "service": "paperless",
      "description": "Private Tika address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PAPERLESS_ADMIN_PASSWORD",
      "service": "paperless",
      "description": "First superuser password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PAPERLESS_CONSUMPTION_DIR",
      "service": "paperless",
      "description": "Watched folder for scanner drops",
      "secret": false,
      "strategy": "default",
      "default": "/data/consume"
    },
    {
      "key": "PAPERLESS_PROXY_SSL_HEADER",
      "service": "paperless",
      "description": "Detect HTTPS behind Railway",
      "secret": false,
      "strategy": "default",
      "default": "[\"HTTP_X_FORWARDED_PROTO\", \"https\"]"
    },
    {
      "key": "PAPERLESS_WEBSERVER_WORKERS",
      "service": "paperless",
      "description": "Web server worker processes",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "PAPERLESS_THREADS_PER_WORKER",
      "service": "paperless",
      "description": "OCR threads per document",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "PAPERLESS_USE_X_FORWARD_HOST",
      "service": "paperless",
      "description": "Trust forwarded host header",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PAPERLESS_USE_X_FORWARD_PORT",
      "service": "paperless",
      "description": "Trust forwarded port header",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PAPERLESS_ACCOUNT_ALLOW_SIGNUPS",
      "service": "paperless",
      "description": "Keep self-registration closed",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "PAPERLESS_TIKA_GOTENBERG_ENDPOINT",
      "service": "paperless",
      "description": "Private Gotenberg address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PAPERLESS_ALLAUTH_TRUSTED_PROXY_COUNT",
      "service": "paperless",
      "description": "Real client IP for login rate limits",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "PORT",
      "service": "tika",
      "description": "Health check target port",
      "secret": false,
      "strategy": "default",
      "default": "9998"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "paperlessngx"
      }
    },
    "cli": "railway deploy --template paperlessngx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4b212433-b219-4276-bb97-42c6a3a67669",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "139cfdac-7cfb-41c4-82a7-848d74aa70bf": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Data directory, a subdirectory of the volume mount",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Private hostname, reachable only inside the project",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Standard PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "libpq alias of the superuser name",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "libpq alias of the default database",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "libpq alias of the superuser password",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database created on first boot",
                      "defaultValue": "rRAILWAY_PRIVATE_DOMAINailway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private connection string, use this from other services",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser created on first boot",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Validity window of the generated self-signed TLS certificate",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated superuser password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PUBLIC_URL": {
                      "description": "Public connection string over the TCP proxy, for external tools",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Grace period for in-flight connections on redeploy",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "139cfdac-7cfb-41c4-82a7-848d74aa70bf": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "52254401-9fff-4228-aa20-652fd2ce07e4": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gotenberg.png",
                  "name": "gotenberg",
                  "deploy": {
                    "startCommand": "/usr/bin/tini -- gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*",
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "gotenberg/gotenberg"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Health check target port",
                      "defaultValue": "3000"
                    }
                  }
                },
                "57847ec0-d3a3-45b6-a239-cfa278686bd8": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Private hostname, reachable only inside the project",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Standard Redis port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Default ACL user created on first boot",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string, use this from other services",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Convenience alias of the generated password",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated password for the default user",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "57847ec0-d3a3-45b6-a239-cfa278686bd8": {
                      "mountPath": "/data"
                    }
                  }
                },
                "7ea749bf-78e5-44f5-853a-053cb722bb1d": {
                  "icon": "https://cdn.simpleicons.org/paperlessngx/17541F",
                  "name": "paperless",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/accounts/login/",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/paperless-ngx/paperless-ngx:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port the app listens on",
                      "defaultValue": "8000"
                    },
                    "PAPERLESS_URL": {
                      "isOptional": false,
                      "description": "Public base URL for CSRF and CORS",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PAPERLESS_REDIS": {
                      "isOptional": false,
                      "description": "Celery broker connection URL",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "PAPERLESS_DBHOST": {
                      "isOptional": false,
                      "description": "Private Postgres hostname",
                      "defaultValue": "${{Postgres.PGHOST}}"
                    },
                    "PAPERLESS_DBNAME": {
                      "isOptional": false,
                      "description": "Postgres database name",
                      "defaultValue": "${{Postgres.PGDATABASE}}"
                    },
                    "PAPERLESS_DBPASS": {
                      "isOptional": false,
                      "description": "Postgres password",
                      "defaultValue": "${{Postgres.PGPASSWORD}}"
                    },
                    "PAPERLESS_DBPORT": {
                      "isOptional": false,
                      "description": "Postgres port",
                      "defaultValue": "${{Postgres.PGPORT}}"
                    },
                    "PAPERLESS_DBUSER": {
                      "isOptional": false,
                      "description": "Postgres username",
                      "defaultValue": "${{Postgres.PGUSER}}"
                    },
                    "PAPERLESS_DATA_DIR": {
                      "isOptional": false,
                      "description": "Search index and models on the volume",
                      "defaultValue": "/data/data"
                    },
                    "PAPERLESS_DBENGINE": {
                      "isOptional": false,
                      "description": "Database backend selector",
                      "defaultValue": "postgresql"
                    },
                    "PAPERLESS_TIME_ZONE": {
                      "isOptional": false,
                      "description": "Time zone for document dates",
                      "defaultValue": "Etc/UTC"
                    },
                    "PAPERLESS_ADMIN_MAIL": {
                      "isOptional": false,
                      "description": "First superuser email address",
                      "defaultValue": "admin@example.dev"
                    },
                    "PAPERLESS_ADMIN_USER": {
                      "isOptional": false,
                      "description": "First superuser username",
                      "defaultValue": "admin"
                    },
                    "PAPERLESS_MEDIA_ROOT": {
                      "isOptional": false,
                      "description": "Originals and thumbnails on the volume",
                      "defaultValue": "/data/media"
                    },
                    "PAPERLESS_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Signs sessions and API tokens",
                      "defaultValue": "{{PAPERLESS_SECRET_KEY}}"
                    },
                    "PAPERLESS_OCR_LANGUAGE": {
                      "isOptional": false,
                      "description": "Tesseract OCR language",
                      "defaultValue": "eng"
                    },
                    "PAPERLESS_TASK_WORKERS": {
                      "isOptional": false,
                      "description": "Documents processed in parallel",
                      "defaultValue": "2"
                    },
                    "PAPERLESS_TIKA_ENABLED": {
                      "isOptional": false,
                      "description": "Enable Office document conversion",
                      "defaultValue": "1"
                    },
                    "PAPERLESS_TIKA_ENDPOINT": {
                      "isOptional": false,
                      "description": "Private Tika address",
                      "defaultValue": "http://${{tika.RAILWAY_PRIVATE_DOMAIN}}:9998"
                    },
                    "PAPERLESS_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "First superuser password",
                      "defaultValue": "{{PAPERLESS_ADMIN_PASSWORD}}"
                    },
                    "PAPERLESS_CONSUMPTION_DIR": {
                      "isOptional": false,
                      "description": "Watched folder for scanner drops",
                      "defaultValue": "/data/consume"
                    },
                    "PAPERLESS_PROXY_SSL_HEADER": {
                      "isOptional": false,
                      "description": "Detect HTTPS behind Railway",
                      "defaultValue": "[\"HTTP_X_FORWARDED_PROTO\", \"https\"]"
                    },
                    "PAPERLESS_WEBSERVER_WORKERS": {
                      "isOptional": false,
                      "description": "Web server worker processes",
                      "defaultValue": "2"
                    },
                    "PAPERLESS_THREADS_PER_WORKER": {
                      "isOptional": false,
                      "description": "OCR threads per document",
                      "defaultValue": "2"
                    },
                    "PAPERLESS_USE_X_FORWARD_HOST": {
                      "isOptional": false,
                      "description": "Trust forwarded host header",
                      "defaultValue": "true"
                    },
                    "PAPERLESS_USE_X_FORWARD_PORT": {
                      "isOptional": false,
                      "description": "Trust forwarded port header",
                      "defaultValue": "true"
                    },
                    "PAPERLESS_ACCOUNT_ALLOW_SIGNUPS": {
                      "isOptional": false,
                      "description": "Keep self-registration closed",
                      "defaultValue": "false"
                    },
                    "PAPERLESS_TIKA_GOTENBERG_ENDPOINT": {
                      "isOptional": false,
                      "description": "Private Gotenberg address",
                      "defaultValue": "http://${{gotenberg.RAILWAY_PRIVATE_DOMAIN}}:3000"
                    },
                    "PAPERLESS_ALLAUTH_TRUSTED_PROXY_COUNT": {
                      "isOptional": false,
                      "description": "Real client IP for login rate limits",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8000": {
                        "port": 8000
                      }
                    }
                  },
                  "volumeMounts": {
                    "7ea749bf-78e5-44f5-853a-053cb722bb1d": {
                      "mountPath": "/data"
                    }
                  }
                },
                "93dd5020-3512-418a-b318-74657beb82cb": {
                  "icon": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/apache-tika.svg",
                  "name": "tika",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/tika",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "apache/tika"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Health check target port",
                      "defaultValue": "9998"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "paperless",
      "method": "GET",
      "path": "/accounts/login/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 5,
    "needs_volume": true
  },
  "generated_at": "2026-09-03T23:07:37.076Z",
  "generator_version": "0.1.0"
}
