cosmostat API more random

This commit is contained in:
2026-03-29 10:54:55 -07:00
parent 93d09ecb82
commit ba849b150c
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ api_service_folder: "{{ service_folder }}/api"
venv_folder: "{{ service_folder }}/venv" venv_folder: "{{ service_folder }}/venv"
api_service_exe: "{{ venv_folder }}/bin/python -u {{ api_service_folder }}/app.py" api_service_exe: "{{ venv_folder }}/bin/python -u {{ api_service_folder }}/app.py"
custom_api_port: "5000" custom_api_port: "5000"
REAL_API_KEY: "DEADBEEF" REAL_API_KEY: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters,digits,punctuation') }}"
# dashboard vars # dashboard vars
service_control_web_folder: "{{ service_folder }}/web" service_control_web_folder: "{{ service_folder }}/web"

View File

@ -98,7 +98,7 @@ $selectedHost = $clients[$selectedIdx]['hostname'];
This will return the entire JSON descriptor variable.<br> This will return the entire JSON descriptor variable.<br>
The endpoint agent uses this descriptor to build out its local System Object.<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> 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 --> </div> <!-- / Header Card -->
<!-- summary card --> <!-- summary card -->