1
0
Fork 0

Add support for plugin configurations and minor refactoring

- Added `plugin_configs` attribute to test cases.
- Improved handling of enabled plugins in `easymapping/__init__.py`.
- Updated templates directory path resolution for robustness.
- Refactored example files to enhance formatting consistency.
This commit is contained in:
Joao Gilberto Magalhaes 2025-11-27 18:08:05 -05:00
parent 90e3df2b75
commit 113b90a697
13 changed files with 88 additions and 20 deletions

View file

@ -23,6 +23,7 @@ defaults
timeout server 10m
backend certbot_backend
mode http
server certbot 127.0.0.1:2080

View file

@ -29,6 +29,7 @@ defaults
errorfile 503 /etc/haproxy/errors-custom/503.http
errorfile 504 /etc/haproxy/errors-custom/504.http
frontend stats
bind *:1936
mode http

View file

@ -23,6 +23,7 @@ defaults
timeout server 10m
frontend http_in_19901
bind *:19901
mode http

View file

@ -29,6 +29,7 @@ defaults
errorfile 503 /etc/haproxy/errors-custom/503.http
errorfile 504 /etc/haproxy/errors-custom/504.http
frontend stats
bind *:1937
mode http

View file

@ -21,6 +21,7 @@ defaults
timeout server 10m
frontend http_in_80
bind *:80
mode http

View file

@ -23,6 +23,7 @@ defaults
timeout server 10m
frontend tcp_in_31339
bind *:31339
mode tcp

View file

@ -23,6 +23,7 @@ defaults
timeout server 10m
frontend tcp_in_31339
bind *:31339
mode tcp

View file

@ -20,6 +20,7 @@ defaults
timeout client 10s
timeout server 10m
frontend stats
bind *:1936
mode http

View file

@ -18,6 +18,7 @@ defaults
timeout server 10m
backend certbot_backend
mode http
server certbot 127.0.0.1:2080

View file

@ -29,6 +29,7 @@ defaults
errorfile 503 /etc/haproxy/errors-custom/503.http
errorfile 504 /etc/haproxy/errors-custom/504.http
frontend stats
bind *:1936
mode http