nvidia tested and working, added options for web and api port in jenkinsfile

This commit is contained in:
2026-03-19 00:30:12 -07:00
parent d7d2507d43
commit cf269b83af
11 changed files with 172 additions and 60 deletions

View File

@ -13,6 +13,7 @@ cosmostat_packages:
- lm-sensors
- jc
- smartmontools
- inxi
# python venv packages
cosmostat_venv_packages: |
@ -47,10 +48,12 @@ api_service_name: "cosmostat_api"
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"
# dashboard vars
service_control_web_folder: "{{ service_folder }}/web"
public_dashboard: true
custom_port: "80"
# will skip init when true
quick_refresh: false