Easy inventory client and server
Warning!!!
Please assemble the client yourself. You must specify secret keys and the server address.
make build-client TOKEN=secret SERVER_URL=http://127.0.0.1:8080/api/v1/clientinventory-client-linux
inventory-client-windows.exe
-s silent mode (not need write WH)
inventory-server-linux
| Kev | Default | Example | Description |
|---|---|---|---|
| LISTEN_ADDRESS | no | :8080 or 127.0.0.1:8080 | server listen address |
| TOKEN | no | mySuperSecretToken | secret token must be the same for clients and on the server |
| STORAGE_TYPE | memory | see more TODO | data storage types |
memory all data store on memory. Attention: Will be destroyed after reboot!!!
redis TODO
sqlite3 TODO