Go to file
Kumi 9c32a783c9
Switch Caddy reverse_proxy to Unix socket for HTML
Changed the HTML reverse proxy in the Caddy server configuration to use a Unix socket connection. This enhances security and performance by avoiding TCP stack overhead and protects against network-based attacks targeting the application server interface. This should only affect internal communication with the uWSGI server.
2023-12-31 14:00:51 +01:00
assets Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
templates Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
.gitignore Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
Caddyfile Switch Caddy reverse_proxy to Unix socket for HTML 2023-12-31 14:00:51 +01:00
LICENSE Add LICENSE 2023-03-09 17:26:44 +00:00
main.py Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
privatecoffee.ini Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
requirements.txt Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00
services.json Implement dynamic service rendering with Flask 2023-12-31 13:59:13 +01:00