i5

command module
v0.0.0-...-4feb759 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 14 Imported by: 0

README

Build Status GoDoc MIT License

i5 is a reverse proxy for web services running in Docker.

Features

  • Monitors the Docker daemon for containers starting and stopping
  • Routes traffic to running containers based on labels
  • Serves static files directly
  • Provides status pages for monitoring services
  • Automatically obtains TLS certificates and redirects HTTP traffic
  • Creates and initializes MySQL and PostgreSQL databases on-demand
  • Runs within its own Docker container and requires very little configuration

Building the App

i5 must be built in two steps.

Building the UI

The web interface uses React and must be built with npm. This can be done by running the following command in the ui/ directory:

npm run build

The resulting files can be found in ui/build/.

Compiling the Application

The server application itself is written in Go and can be compiled with:

go build

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL