cosmostat API more random
This commit is contained in:
@ -52,7 +52,7 @@ api_service_folder: "{{ service_folder }}/api"
|
||||
venv_folder: "{{ service_folder }}/venv"
|
||||
api_service_exe: "{{ venv_folder }}/bin/python -u {{ api_service_folder }}/app.py"
|
||||
custom_api_port: "5000"
|
||||
REAL_API_KEY: "DEADBEEF"
|
||||
REAL_API_KEY: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters,digits,punctuation') }}"
|
||||
|
||||
# dashboard vars
|
||||
service_control_web_folder: "{{ service_folder }}/web"
|
||||
|
||||
@ -98,7 +98,7 @@ $selectedHost = $clients[$selectedIdx]['hostname'];
|
||||
This will return the entire JSON descriptor variable.<br>
|
||||
The endpoint agent uses this descriptor to build out its local System Object.<br>
|
||||
The agent then reports back to the Cosmostat Server with all the data found in the descriptor.<br>
|
||||
Full Source Code can be found at its <a href=https://gitea.matt-cloud.com/matt/cosmoserver>Gitea</a> page.
|
||||
Full Source Code can be found at its <a target="_blank" rel="noopener noreferrer" href=https://gitea.matt-cloud.com/matt/cosmoserver>Gitea</a> page.
|
||||
</div> <!-- / Header Card -->
|
||||
|
||||
<!-- summary card -->
|
||||
|
||||
Reference in New Issue
Block a user