Skip to content

DesSolo/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory

Easy inventory client and server

Inventory-Client

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/client

inventory-client-linux
inventory-client-windows.exe

keys

-s silent mode (not need write WH)

Inventory-Server

inventory-server-linux

env variables

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

supported storage types

memory all data store on memory. Attention: Will be destroyed after reboot!!!

redis TODO

sqlite3 TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors