jellyfin deploy

This commit is contained in:
2025-06-01 18:22:37 -07:00
parent 5f74753fdd
commit 32c28679d1

View File

@ -0,0 +1,15 @@
#!/bin/bash
curl --header "Content-Type: application/json" \
--header "X-Api-Key: $API_KEY" \
--header "X-Api-Secret: $API_SECRET" \
--data '{ "stack": "demo-jellyfin" }' \
https://demo.komo.do/execute/StopStack
sleep 3s
curl --header "Content-Type: application/json" \
--header "X-Api-Key: $API_KEY" \
--header "X-Api-Secret: $API_SECRET" \
--data '{ "stack": "demo-jellyfin" }' \
https://demo.komo.do/execute/DeployStack