Cosmostat Init Commit
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
This is a local service that will keep a brief history of some system stats and broadcast simple system stats.
|
||||
|
||||
Plan is a python service for a local API, this API will have Objects for system components (like CPU, Storage, RAM, Info) which will inherit the properties of the component object which will have common things like name, summary, live info, historical info.
|
||||
|
||||
There will be a web server stack in docker that will have an isolated network, nginx and js node and php apache, or whatever evolves
|
||||
|
||||
I want the local web service to show a web-based summary for the current system that can be seen locally at whatever IP I pick
|
||||
The API will start with just responding to the local requests
|
||||
|
||||
There will be a docker network named cosmostat-network at 192.168.37.0/24
|
||||
|
||||
I will create that network in init with a generic docker command so it's there for the API to bind to since I want to build the API first after init. This has to be at the bottom because that's where all the data comes from. Build the API. build the web files, build docker
|
||||
|
||||
Reference in New Issue
Block a user