</picture>
-->
+# Mobius (Friendship Quest Remix)
+
+A fork of [mobius](https://github.com/jhalter/mobius) with some extra features:
+
+1. If you have upload permission, you get your own `~` folder.
+
# Mobius
Mobius is a cross-platform command line [Hotline](https://en.wikipedia.org/wiki/Hotline_Communications) server implemented in Golang.
The stats endpoint returns server runtime statistics and counters.
```
-❯ curl -s localhost:5603/api/v1/stats | jq .
+❯ curl -s localhost:5503/api/v1/stats | jq .
{
"ConnectionCounter": 0,
"ConnectionPeak": 0,
Example:
```
-❯ curl -s localhost:5603/api/v1/reload | jq .
+❯ curl -s localhost:5503/api/v1/reload | jq .
{
"msg": "config reloaded"
}
Example:
```
-❯ curl -d 'Server rebooting' localhost:5603/api/v1/shutdown
+❯ curl -d 'Server rebooting' localhost:5503/api/v1/shutdown
{ "msg": "server shutting down" }
```