Commit Graph
29 Commits
Author SHA1 Message Date
Janis 92054a114d Update Docker and NGINX configurations 2023-12-08 00:26:23 +01:00
Janis 4126feef38 Remove unused import statement 2023-12-08 00:09:57 +01:00
Janis 960a36f36a Add Docker Compose command to start the
application
2023-12-08 00:09:49 +01:00
Janis 2543361d00 Add VS Code settings for Python analysis 2023-12-08 00:09:43 +01:00
Janis bedccc8739 Update nginxHandler.py with worker_processes and
events configuration
2023-11-29 19:14:24 +01:00
Janis 5946fd77be Fix request handling logic in RequestHandler class 2023-11-25 21:16:23 +01:00
Janis 2c159b6fa3 Add support for new request type 2023-11-25 20:35:54 +01:00
Janis af5dd7243e Fix request handler restart issue 2023-11-25 01:27:07 +01:00
Janis 1a0de38c4a Update docker-compose.yml 2023-11-24 23:44:40 +01:00
Janis 56725e2558 Update readme.md 2023-11-24 23:31:45 +01:00
Janis ba083e9b26 Fix bug in login functionality 2023-11-24 23:30:23 +01:00
Janis 9f6a2acc94 Fix placeholder server IP handling 2023-11-24 23:19:36 +01:00
Janis 62ede11ba9 Add request handler for each port and improve
error handling
2023-11-24 23:09:42 +01:00
Janis 542a1a3af6 Remove unnecessary packages from requirements.txt 2023-11-24 22:29:17 +01:00
Janis 946e520a81 Add new dependencies to requirements.txt 2023-11-24 22:28:43 +01:00
Janis 6ac9de188e Refactor DockerHandler instantiation and port
iteration
2023-11-24 22:27:18 +01:00
Janis 07633de8ff Add network configuration and server mapping 2023-11-24 22:27:13 +01:00
Janis 07ed97a6c3 Refactor DockerHandler and NginxHandler classes 2023-11-24 22:27:07 +01:00
Janis 3649c6b49c Add NGINX configuration 2023-11-24 22:26:55 +01:00
Janis 4389132132 Add new environment variable for starting
placeholder server
2023-11-24 21:51:17 +01:00
Janis bb2e48bc30 Add placeholder server sleeping IP environment
variable
2023-11-24 20:47:09 +01:00
Janis b6ad4608cb Refactor Dockerfile and nginxHandler.py 2023-11-24 17:40:13 +01:00
janis 4160b51e22 Update response message in RequestHandler class 2023-11-24 14:56:27 +01:00
janis 4c4456daad Add Docker installation and update CMD command 2023-11-24 14:50:56 +01:00
janis f95004f03d Update server ports in nginxHandler.py and
docker-compose.yml
2023-11-24 14:39:02 +01:00
janis 9e932623c7 Refactor Docker and Nginx setup 2023-11-24 14:29:08 +01:00
janis 505992374b Add NginxHandler class with start, stop, restart,
print_config, and setup_config_file methods
2023-11-24 14:12:35 +01:00
janis 9a82253f05 Remove nginx.conf file and related server
configurations
2023-11-24 14:12:25 +01:00
janis 8dfeb2d8e0 first commit 2023-11-24 13:57:03 +01:00