Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/9d4/mhu

Mikrotik Hotspot User. Bulk import
https://github.com/9d4/mhu

bulk-operation csv mikrotik mikrotik-api mikrotik-hotspot rest

Last synced: 9 days ago
JSON representation

Mikrotik Hotspot User. Bulk import

Awesome Lists containing this project

README

        

## Mikrotik Hotspot User

### Build Frontend

```shell
$ npm install
$ npm run build
```

Output located in views/dist.

### Build Backend

``` shell
$ go get
$ go build # or go run .
```

### Runtime

Optional Environments:
- ADDRESS (default: 0.0.0.0:4500): Where server listen on
- MIKROTIK_URI (default:https://admin:@192.168.104.12/rest/): mikrotik rest address.

Notes:

- Set mikrotik certificate. READ [Mikrotik REST API](https://help.mikrotik.com/docs/display/ROS/REST+API)

- Mikrotik certificate's Subject Alt. Name must be available.