jellyfin etc.

This commit is contained in:
2025-02-28 23:22:29 +00:00
parent 20fcec5c6e
commit 433e78a534
19 changed files with 602 additions and 47 deletions

View File

@@ -1,2 +1,3 @@
turn_off_remote_pc: "ssh -i /config/ssh_keys/id_rsa_homeassistant -o 'StrictHostKeyChecking=no' homeassistant@192.168.178.87 sudo shutdown -h now"
start_comfy_ui: "ssh -i /config/ssh_keys/id_rsa_homeassistant -o 'StrictHostKeyChecking=no' homeassistant@192.168.178.87 bash -c 'cd /home/oster/git/ComfyUI;./start.sh; read x'"
stop_comfy_ui: "echo 0"