web dashboard in single container

This commit is contained in:
2026-04-05 01:50:41 -07:00
parent a89703c420
commit c6007d9c33
26 changed files with 460 additions and 365 deletions

View File

@ -68,10 +68,12 @@ refresh_special: false
special_server: "none"
# cosmostat_settings, will be for special_server defaults
# the special_server install will be the full stack with public visibility
# regular installs will be handled through specific pipelines
noisy_test: false
debug_output: false
secure_api: true
push_redis: false
secure_api: false
push_redis: true
run_background : true
log_output: true
update_frequency: "1"
@ -79,6 +81,6 @@ cosmostat_server: false
cosmostat_server_api: "https://cosmostat.matt-cloud.com/"
local_api_address: "http://{{ cosmostat_server_ip }}:{{ custom_api_port }}/"
cosmostat_server_reporter: true
# setting this to true for default install
disable_local_dashboard: true
# setting this to false for default install
disable_local_dashboard: false
...