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