36 Commits

Author SHA1 Message Date
dertyp7
c9af5893e1 Refactor initialization and update methods in app.py and related classes 2023-12-27 16:40:09 +01:00
dertyp7
0eb86721ff Update Dockerfile and utils.py 2023-12-27 16:21:45 +01:00
Janis
e0bfc6a0ef Update server stop delay and comments in app.py and docker-compose.yml 2023-12-19 19:39:03 +01:00
Janis
4844c26002 Update Dockerfile, settings.json, utils.py, nginx-example.conf, docker-compose.yml, and app.py 2023-12-19 19:20:10 +01:00
DerTyp7
5775cb087a Fix DockerHandler and NginxHandler bugs 2023-12-12 13:27:35 +01:00
DerTyp7
732650e31e Refactor DockerHandler class to improve container
retrieval
2023-12-11 15:04:41 +01:00
Janis
2908389772 Update Docker configuration and Nginx setup 2023-12-10 22:01:37 +01:00
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
DerTyp7
4160b51e22 Update response message in RequestHandler class 2023-11-24 14:56:27 +01:00
DerTyp7
4c4456daad Add Docker installation and update CMD command 2023-11-24 14:50:56 +01:00
DerTyp7
f95004f03d Update server ports in nginxHandler.py and
docker-compose.yml
2023-11-24 14:39:02 +01:00
DerTyp7
9e932623c7 Refactor Docker and Nginx setup 2023-11-24 14:29:08 +01:00
DerTyp7
505992374b Add NginxHandler class with start, stop, restart,
print_config, and setup_config_file methods
2023-11-24 14:12:35 +01:00
DerTyp7
9a82253f05 Remove nginx.conf file and related server
configurations
2023-11-24 14:12:25 +01:00
DerTyp7
8dfeb2d8e0 first commit 2023-11-24 13:57:03 +01:00