Giter Site home page Giter Site logo

secretsquirrelbucket / genhttp.gateway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaliumhexacyanoferrat/genhttp.gateway

0.0 0.0 0.0 114 KB

Simple reverse proxy to provide various web applications over a single HTTPS entry point, e.g. in a home server scenario.

Home Page: https://hub.docker.com/r/genhttp/gateway

License: MIT License

C# 100.00%

genhttp.gateway's Introduction

GenHTTP Gateway

The GenHTTP Gateway provides a simple way to serve all your web applications over a single, HTTPS secured entry point. Compared to other reverse-proxy solutions such as Traefik, the gateway provides less features but is easier to configure for scenarios such as home servers.

CI Coverage

Usage

The GenHTTP Gateway is available as a docker image on DockerHub. You will find examples on how to run and to configure the gateway there.

Development

Building the gateway from source requires the .NET Core SDK to be installed. The following commands will clone the repository and run the gateway on port 80:

git clone https://github.com/Kaliumhexacyanoferrat/GenHTTP.Gateway.git
cd GenHTTP.Gateway
dotnet run

As the default configuration uses domain1.com as an example, you may want to add the following entry to your /etc/hosts file (or C:\Windows\System32\drivers\etc\hosts on Windows):

127.0.0.1 domain1.com

You should then be able to open http://domain1.com/directory-browsing/ in your browser.

Building Docker Images

To build a docker image, run

docker build -f Dockerfile.linux-x64 -t genhttp/gateway:linux-x64 .

To build an image for a different platform simply select a different platform name.

genhttp.gateway's People

Contributors

kaliumhexacyanoferrat avatar dependabot[bot] avatar nm-naegeli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.