NobleMajo / cprox

CProX is an easy to configure static serve, redirect, reverse proxy and load balancing web server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cprox v2

NobleMajo opened this issue · comments

commented

v2

There will be a security update in the future.
Maybe at some point also an auto lets encrypt settings (flag+env var) because I already have this local implemented and tested, but no version 2.
If anything, I add a new rule type and don't make any breaking changes to the current version.

It's not that the current system is perfect, but rather that CProX should remain a lightweight and easily configurable web server.
Unfortunately, in a v2 brainstorming I went beyond this (lightweight and easily configurable) within the first 2 minutes.

This server is more for development purposes or smaller quick deployments and tests. For systems with higher load, you should take the time to overcome the entry hurdle of a decent web server (example: nginx, apache2, httpd) or go straight to kubernetes (+cert-manager, +nginx-ingress) setup.