Question about enabling zlib

Hello friends, I have a question, I need to use zlib, on my Hostinger self-hosted n8n. I asked Gemini, to add “- NODE_FUNCTION_ALLOW_EXTERNAL=zlib” in my docker-compose / environment, but I still have the error message “Module ‘zlib’ is disallowed”, can anyone help me to solve this little problem ? Thanks !!!

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Arnaud_Latourrette , hope you are doing well!
I would avoid importing zlib in the Code node and move that compression/decompression step to an Execute Command node or a small external service, since module imports in the Code node are restricted by design and depend on the runtime allowlist.