fix(ansible): add headless and CORS flags for reverse proxy
This commit is contained in:
+1
-1
@@ -55,5 +55,5 @@
|
|||||||
|
|
||||||
- name: start streamlit
|
- name: start streamlit
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: nohup /home/webapps/.local/bin/uv run streamlit run Home.py --server.port=8501 --server.address=0.0.0.0 &
|
cmd: nohup /home/webapps/.local/bin/uv run streamlit run Home.py --server.port=8501 --server.address=0.0.0.0 --server.headless=true --server.enableCORS=false &
|
||||||
chdir: ~/motief
|
chdir: ~/motief
|
||||||
|
|||||||
Reference in New Issue
Block a user