8000 GitHub - allnash/emyt: Emyt is a Reverse Proxy for your servers written in superb go and https://echo.labstack.com/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

allnash/emyt

 
 

Repository files navigation

Emty

Alternative Reverse Proxy for Python Django written in superb go

Why?

Nginx is too complicated to operate(for small deployments). I think of nginx as blackberry. It will be replaced one day IMO.

Build

# If golang is missing then install go using the helper script.
$>sh setup_go.sh
Then build the Program
$>make default 

(or make osx, or make windows)

# All builds are located under `builds` folder

Install (Only supported for Linux)

$>make install

Installation will create a file /etc/emyt/app.env.

Edit this file for the DOMAINS you wish to serve.

Where are my logs?

Logs are located under /var/log/emyt/emyt.log

Is it Fast?

I don't know, someone can run tests! But, its easier to configure than stupid nginx and gets the job done.

Got Problems?

Emyt Discord

Or use link below

https://discord.gg/fB3FeFAvaU

About

Emyt is a Reverse Proxy for your servers written in superb go and https://echo.labstack.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.1%
  • Makefile 14.9%
  • Shell 3.2%
  • HTML 1.8%
0