All Projects → productive-dev → minimal-reverse-proxy-demo

productive-dev / minimal-reverse-proxy-demo

Licence: Unlicense License
docker-compose nginx reverse proxy demo

Programming Languages

Vue
7211 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to minimal-reverse-proxy-demo

pawxi
Dead simple reverse proxy for all your containerized needss
Stars: ✭ 14 (-90%)
Mutual labels:  reverse-proxy
gorift
A toolkit for reverse proxy and load balancer
Stars: ✭ 20 (-85.71%)
Mutual labels:  reverse-proxy
traefik-on-service-fabric
Azure Service Fabric now has support for Traefik!
Stars: ✭ 51 (-63.57%)
Mutual labels:  reverse-proxy
s3-proxy
S3 Reverse Proxy with GET, PUT and DELETE methods and authentication (OpenID Connect and Basic Auth)
Stars: ✭ 106 (-24.29%)
Mutual labels:  reverse-proxy
hyper-reverse-proxy
A simple reverse proxy for use with Hyper and Tokio
Stars: ✭ 94 (-32.86%)
Mutual labels:  reverse-proxy
FastTunnel
expose a local server to the internet. 高性能跨平台的内网穿透解决方案 远程内网计算机 域名访问内网站点 反向代理内网服务 端口转发 http代理
Stars: ✭ 815 (+482.14%)
Mutual labels:  reverse-proxy
json-caching-proxy
Node caching HTTP proxy built on top of express-http-proxy. Persists requests and responses to an in-memory HAR-like data structure based on HAR1.2 . Caches JSON content-type responses by default with the ability to cache an entire site; including content-types describing images. Useful for testing front end code, mocking api, and saving the cac…
Stars: ✭ 31 (-77.86%)
Mutual labels:  reverse-proxy
HAProxy-2-RPM-builder
Build latest HAProxy binary with prometheus metrics support
Stars: ✭ 28 (-80%)
Mutual labels:  reverse-proxy
go-reverse-proxy
Reverse proxy with simple routing configuration and override behaviour
Stars: ✭ 21 (-85%)
Mutual labels:  reverse-proxy
kong-map
Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for installation via Docker and Kubernetes at this time.
Stars: ✭ 60 (-57.14%)
Mutual labels:  reverse-proxy
stackdriver-reverse-proxy
Simple HTTP proxy to automatically traces the incoming requests
Stars: ✭ 41 (-70.71%)
Mutual labels:  reverse-proxy
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-81.43%)
Mutual labels:  reverse-proxy
mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (-54.29%)
Mutual labels:  reverse-proxy
shield
Shield is a role-based cloud-native user management system, identity & access proxy, and authorization server for your applications and API endpoints.
Stars: ✭ 158 (+12.86%)
Mutual labels:  reverse-proxy
leproxy
https reverse proxy with automatic Letsencrypt usage for multiple hostnames/backends
Stars: ✭ 89 (-36.43%)
Mutual labels:  reverse-proxy
reproxy
Simple edge server / reverse proxy
Stars: ✭ 994 (+610%)
Mutual labels:  reverse-proxy
opennotr
开源内网穿透,Open source NAT traversal (http://www.notr.tech)
Stars: ✭ 33 (-76.43%)
Mutual labels:  reverse-proxy
nginx-container
Nginx high-performance HTTP server and reverse proxy container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 77 (-45%)
Mutual labels:  reverse-proxy
crank4go
API Gateway implemented in Golang
Stars: ✭ 124 (-11.43%)
Mutual labels:  reverse-proxy
rconn
rconn is a multiplatform program for creating generic reverse connections. Lets you consume services that are behind firewall or NAT without opening ports or port-forwarding.
Stars: ✭ 231 (+65%)
Mutual labels:  reverse-proxy

Minimal nginx reverse proxy demo

This repository contains a docker-compose orchestrated application with Flask and Vue services running behind an nginx reverse proxy.

Warning

This application and its services are not production ready, and is not propely configured for deployment. It serves only as a basic starting point to configure nginx and orchestrate several services with docker-compose.

Running

To build the containers: docker-compose build

To run the containers: docker-compose up

Oversimplified Diagram

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].