1
0
Fork 0
Commit graph

203 commits

Author SHA1 Message Date
Joao Gilberto
364fce10d1 Upgrade HAProxy to 2.4.2; Added examples 2021-08-10 15:17:00 -05:00
Joao Gilberto Magalhães
61d8ea2360 Fix README.md 2020-06-07 23:35:08 -05:00
Joao Gilberto Magalhães
0429f9a366 Merge branch '2.2' of github.com:byjg/docker-easy-haproxy into 2.2 2020-06-07 23:31:02 -05:00
Joao Gilberto Magalhães
82391f0939
Merge pull request #4 from pngmbh/tcp-mode
Tcp mode
2020-06-07 23:28:11 -05:00
Joao Gilberto Magalhães
53010bb1be Add more verbose on exit-event-listener.py. Fix python. 2020-06-07 23:13:53 -05:00
Joao Gilberto Magalhães
74413882fa Fix SSL Parsing; Changed all tests; 2020-06-07 22:31:00 -05:00
Joao Gilberto Magalhães
ddfa2e34ae Minor adjustment in Static unittest. 2020-06-07 21:36:02 -05:00
till
75deebc783
Update: more tests and ssl health-check
- restructure more tests for the "mode http"
 - add tests tests for "mode tcp"
 - add the ability to ssl health check on a backend (in mode tcp)
2020-06-05 16:50:04 +02:00
till
08de132450
Refactor: tried to refactor code
- move scripts to assets/scripts (and updated build)
 - put most logic into HaproxyConfigGenerator
 - created DockerLabelHandler for all label handling from previous code
 - added unit tests and fixtures to cover HaproxyConfigGenerator and DockerLabelHandler
 - added a Makefile with build (for docker build) and test targets
2020-06-05 16:46:40 +02:00
till
5f9eac4b8a
Fix: send haproxy logs to stdout 2020-06-05 16:46:40 +02:00
till
fcc7980602
Fix: inspect services (vs. containers/tasks) 2020-06-05 16:46:40 +02:00
till
f5b097616e
Update: support tcp-mode (in frontend/backend) 2020-06-05 16:46:40 +02:00
Joao Gilberto Magalhães
869fdead3d Added .travis.yml file 2020-06-05 09:11:51 -05:00
Joao Gilberto Magalhães
cf85ec15e6
Merge pull request #2 from pngmbh/haproxy-2.1
Update: use 2.1 release
2020-05-31 21:47:50 -05:00
till
653aa9c913
Update: use 2.1 release 2020-05-30 15:06:06 +02:00
Joao Gilberto Magalhaes
ccfc0860e8 Update README.md 2019-08-05 22:16:38 -05:00
Joao Gilberto Magalhaes
aa8167e0be Update README.md 2019-08-05 22:15:33 -05:00
Joao Gilberto Magalhães
d01cbd5a3d
Merge pull request #1 from byjg/2.0
Version 2.0
2019-07-24 09:23:36 -05:00
Joao Gilberto Magalhaes
57f336329e Update README.md 2019-07-23 23:06:58 -05:00
Joao Gilberto Magalhaes
0835560baa Update README.md 2019-07-21 19:14:01 -05:00
Joao Gilberto Magalhaes
e678865421 Update README.md 2019-07-21 19:06:48 -05:00
Joao Gilberto Magalhaes
21686e1605 Group the bind to the same port. 2019-07-21 00:18:13 -05:00
Joao Gilberto Magalhaes
cbcd59d6f7 Fix redirect documentation 2019-07-21 00:15:53 -05:00
Joao Gilberto Magalhaes
8d7723e415 Update README to support swarm 2019-07-19 00:04:55 -05:00
Joao Gilberto Magalhaes
7e2b6f0f01 Add __pycache__ to .gitignore 2019-07-18 00:19:37 -05:00
Joao Gilberto Magalhaes
e823471a44 Update HAProxy from 1.9.8 to 2.0.2 2019-07-18 00:17:27 -05:00
Joao Gilberto Magalhaes
f283cb7131 Stats access requires custom password 2019-07-18 00:06:40 -05:00
Joao Gilberto Magalhaes
8afffcebd5 Added SSL from docker label. 2019-07-17 23:40:17 -05:00
Joao Gilberto Magalhaes
174dc4ac9f Update Documentation 2019-07-17 23:39:14 -05:00
Joao Gilberto Magalhaes
b7ec691e8f Reading from Docker and Swarm 2019-07-17 22:12:04 -05:00
Joao Gilberto Magalhaes
b196905320 Directory restructuration 2019-07-17 00:14:58 -05:00
Joao Gilberto Magalhaes
eb10288717 Preparing for reloading haproxy 2019-07-15 23:22:51 -05:00
Joao Gilberto Magalhaes
417db0de77 Update README.md 2019-07-11 01:31:35 -05:00
Joao Gilberto Magalhaes
f6e2351f9d Update Dockerfile 2019-07-11 01:28:07 -05:00
Joao Gilberto Magalhaes
d3687d7632 Starting the Discovery Script 2019-07-11 01:21:03 -05:00
Joao Gilberto Magalhaes
7f6f30b6f9 Add SSL certificate; Fix minor bugs in redirect route. 2019-01-13 18:35:05 -06:00
Joao Gilberto Magalhaes
1bca19a285 Upgrade HAProxy version to 1.9 2019-01-13 18:33:22 -06:00
Joao Gilberto Magalhaes
ab8753baf9 Added documentation to opensource ByJG.com 2019-01-04 00:03:45 -06:00
Joao Gilberto Magalhaes
87b7b81994 Update README.md 2018-12-25 22:01:22 -06:00
Joao Gilberto Magalhaes
a41e84df08 Added documentation to opensource ByJG.com 2018-12-25 22:00:56 -06:00
Joao Gilberto Magalhaes
9f087306e7 Fix Redirect 2018-10-06 22:23:41 -05:00
Joao Gilberto Magalhaes
6bcf41762a Fix same host multiple ports 2018-10-04 23:35:10 -05:00
Joao Gilberto Magalhaes
e67bf676f1 Fix same host multiple ports 2018-10-04 23:29:56 -05:00
Joao Gilberto Magalhaes
9315157f2f Fix read config 2018-10-04 21:46:23 -05:00
Joao Gilberto Magalhaes
fa4fcfd0e3 Fixing Matching Exact host 2018-10-04 21:31:48 -05:00
Joao Gilberto Magalhaes
536e0d4b09 Fix .cfg 2018-10-04 21:31:01 -05:00
Joao Gilberto Magalhaes
2e4fadf653 Refactoring. Use YAML instead environment 2018-10-04 00:19:21 -05:00
Joao Gilberto Magalhaes
ca6e54d926 Added some logs 2018-10-01 22:30:44 -05:00
Joao Gilberto Magalhaes
d55330e7cd Fix Stats 2018-09-30 21:30:25 -05:00
Joao Gilberto Magalhaes
de0c7a93b8 Added Custom Config 2018-09-17 01:38:26 -05:00