Refactor code structure for improved readability and maintainability

This commit is contained in:
Abdulazizzn
2025-09-19 02:43:59 +03:00
parent cb673285a0
commit 48050a41a8
7 changed files with 6938 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ ARG TARGETPLATFORM
# ==============================================================================
# STAGE 1: System Dependencies & Base Setup
# ==============================================================================
FROM n8nio/base:${NODE_VERSION} AS system-deps
FROM n8nio/base:22-ffmpeg AS system-deps
# ==============================================================================
# STAGE 2: Application Artifact Processor

View File

@@ -29,7 +29,11 @@
"N8N_VERSION",
"ENVIRONMENT",
"DEPLOYMENT_NAME"
]
],
"env-overrides": {
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
"NODE_FUNCTION_ALLOW_EXTERNAL": "ytdl-core,youtube-dl-exec,yt-search,ytsr,moment"
}
}
]
}