first cosmoserver commit

This commit is contained in:
2026-03-21 21:20:00 -07:00
parent 7c29cbdab5
commit 324eaff135
14 changed files with 1019 additions and 423 deletions

View File

@ -2,7 +2,7 @@
# required system packages
cosmostat_packages:
- docker
- "{{ 'docker' if x64_arch else 'wmdocker' }}"
- docker.io
- docker-compose
- python3
@ -55,8 +55,9 @@ service_control_web_folder: "{{ service_folder }}/web"
public_dashboard: true
custom_port: "80"
# will skip init when true
# other vars
quick_refresh: false
x64_arch: true
# cosmostat_settings
noisy_test: false
@ -66,4 +67,7 @@ push_redis: true
run_background : true
log_output: true
update_frequency: "1"
cosmostat_server: false
cosmostat_server_api: "http://10.200.27.20/"
cosmostat_server_reporter: false
...