mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-24 22:25:19 +00:00
fix: caddy hatchet with livekit
This commit is contained in:
@@ -1439,12 +1439,12 @@ CADDYEOF
|
|||||||
ok "Caddyfile already exists"
|
ok "Caddyfile already exists"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add Hatchet dashboard route if Daily.co is detected
|
# Add Hatchet dashboard route (Hatchet is always-on for all multitrack pipelines)
|
||||||
if [[ "$DAILY_DETECTED" == "true" ]]; then
|
if [[ "$DAILY_DETECTED" == "true" ]] || [[ "$LIVEKIT_DETECTED" == "true" ]]; then
|
||||||
if ! grep -q "hatchet" "$caddyfile" 2>/dev/null; then
|
if ! grep -q "hatchet" "$caddyfile" 2>/dev/null; then
|
||||||
cat >> "$caddyfile" << CADDYEOF
|
cat >> "$caddyfile" << CADDYEOF
|
||||||
|
|
||||||
# Hatchet workflow dashboard (Daily.co multitrack processing)
|
# Hatchet workflow dashboard (multitrack processing)
|
||||||
:8888 {
|
:8888 {
|
||||||
tls internal {
|
tls internal {
|
||||||
on_demand
|
on_demand
|
||||||
|
|||||||
Reference in New Issue
Block a user