feat(chat): add websocket to update messages

This commit is contained in:
Simon Vieille 2025-09-07 15:46:23 +02:00
commit 5d16a83723
Signed by: deblan
GPG key ID: 579388D585F70417
12 changed files with 148 additions and 68 deletions

View file

@ -6,6 +6,7 @@ sn=owncastwh
st="Owncast Webhook"
while true; do
screen -X -S "$sn" quit
rm -f cmd/server/rice-box.go
./node_modules/.bin/webpack
screen -S "$sn" -d -m go run ./cmd/server/