Files
Binbim 7d3333bbff
Release / build (aarch64, true, ubuntu-latest, sudo apt-get install -y rsync, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / build (arm-v7, true, ubuntu-latest, sudo apt-get install -y rsync, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / build (linux, ubuntu-latest, sudo apt-get install -y rsync, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / build (macos, macos-latest, brew install rsync, stable, x86_64-apple-darwin) (push) Has been cancelled
Release / release (push) Has been cancelled
Release / add (aarch64, true, ubuntu-latest, stable, aarch64-unknown-linux-musl) (push) Has been cancelled
Release / add (arm-v7, true, ubuntu-latest, stable, armv7-unknown-linux-musleabihf) (push) Has been cancelled
Release / add (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Release / add (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
feat: migrate to LiveKit, remove Agora/payment, add domain certs for Caddy
2026-07-04 07:15:41 +08:00

28 lines
564 B
Caddyfile

{
# Disable automatic HTTPS since we provide our own certs
auto_https off
}
# VoceChat - vocechat.binbim.locker
vocechat.binbim.locker {
tls /certs/vocechat/cert.pem /certs/vocechat/key.pem
# VoceChat API + Web client
handle {
reverse_proxy vocechat-server:3000
}
# LiveKit signaling via /rtc path
handle /rtc/* {
reverse_proxy livekit-server:7880
}
}
# LiveKit - livekit.binbim.locker (for direct WSS access if needed)
livekit.binbim.locker {
tls /certs/livekit/cert.pem /certs/livekit/key.pem
handle {
reverse_proxy livekit-server:7880
}
}