From e718252f7414960eaecdb448ec80e311f47a0320 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 19 Sep 2024 01:38:42 -0400 Subject: [PATCH] update --- .../Deep Dive: Discord-Linux Automated Container Platform.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index 209aa7e..9eb786c 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -2095,9 +2095,13 @@ const connection = mysql.createConnection({ ``` #### Key Components: + **Express.js**: Handles incoming HTTP requests and manages file uploads. + **multer**: A middleware for handling file uploads. + **cmd-promise**: Used to execute system commands, such as copying the file to the Docker container. + **MySQL Database**: Stores user information, including SSH IDs and keys, to verify upload requests. #### Upload Logic