Some checks failed
Build and push docker image / build (push) Failing after 1m40s
less_shitty_proxyjs implementation using redis and traefik
Install the traefik proxyjs.yml file (using the file provider!) to register the default handler that does load balancing to all proxyjs instances Install redis in traefik, to allow for dynamic route updates
Build and run
git clone https://code.brunner.ninja/feedc0de/less_shitty_proxyjs.git
cd less_shitty_proxyjs/
mkdir build
cd build/
qmake6 ..
make -j8
parallel -j10 --linebuffer ./less_shitty_proxyjs 'test{}' '950{}' ::: {0..9}
Screenshots
The server creates dynamic routes based on the serial number provided in the url
Description
Languages
C++
78.9%
HTML
7.9%
JavaScript
7.3%
Dockerfile
3.6%
QMake
2%
Other
0.3%