Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paring-chan/mc-router-manager

Web UI for itzg/mc-router
https://github.com/paring-chan/mc-router-manager

mc-router minecraft minecraft-server webui

Last synced: about 2 months ago
JSON representation

Web UI for itzg/mc-router

Awesome Lists containing this project

README

        

# MC Router Manager

Management web ui for [mc-router](https://github.com/itzg/mc-router)

![thumbnail.png](docs/thumbnail.png)

## Installation

You can use docker image: `pikokr/mc-router-manager`

> **There's no authentication, so you should use proxy with authentication for exposing this application publically**

```shell
docker run -d -e API_URL=http://host:port -p 127.0.0.1:3000:3000 pikokr/mc-router-manager
```