Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paring-chan/mc-router-manager
- Owner: paring-chan
- Created: 2023-11-18T11:25:51.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-11-07T05:34:43.000Z (about 2 months ago)
- Last Synced: 2024-11-07T06:27:13.348Z (about 2 months ago)
- Topics: mc-router, minecraft, minecraft-server, webui
- Language: TypeScript
- Homepage:
- Size: 174 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```