Retro Komputery / Programowanie / Motoryzacja / Polityka

Proxyma

Welcome to Proxyma official documentation page.

What is Proxyma ?

Proxyma is a simple and uncomplicated implementation of HTTP Reverse Proxy tool that runs directly as Tomcat servlet/web application. It is similar in idea to HaProxy or Apache mod_proxy, but it was build to up to my personal requiremets, especially:

  1. Ability ro run as a Java Tomcat servlet that takes control over ROOT webapp(should be a single app on the instance)
  2. Ability to be containerized into Docker image and to forward HTTP requests into other containers with some security
  3. No text file configuration, just simple GUI to add and remove
  4. Support for virual hosts (to replace uneeded nginx, or apache)
  5. Support to forward HTTPS/SSL requests
  6. Support to log and output some request statistics