Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/9d4/mhu
- Owner: 9d4
- Created: 2023-01-10T03:43:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T03:51:21.000Z (about 2 years ago)
- Last Synced: 2024-12-02T07:44:50.528Z (2 months ago)
- Topics: bulk-operation, csv, mikrotik, mikrotik-api, mikrotik-hotspot, rest
- Language: Vue
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.