nginx container to proxy and some visual tweaks

This commit is contained in:
2025-11-30 23:32:53 -08:00
parent 96e874239a
commit 4096f7165c
7 changed files with 78 additions and 12 deletions

View File

@ -16,7 +16,7 @@
owner: root
group: root
- name: drive history dashboard - copy files for docker container
- name: drive history dashboard - copy files for history dashboard
copy:
src: "dashboard/"
dest: "{{ service_control_web_folder }}/html"
@ -24,6 +24,14 @@
owner: root
group: root
- name: drive history dashboard - copy files for proxy container
copy:
src: "nginx/"
dest: "{{ service_control_web_folder }}/proxy"
mode: 0755
owner: root
group: root
- name: websocket tasks
when: not quick_refresh | bool
block: