allow websockets from netlify.app subdomain for debugging

This commit is contained in:
Jake Jarvis 2021-11-18 00:11:45 -05:00
parent 537456e0f1
commit 707f554c36
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM docker.io/amd64/ubuntu:20.04
FROM docker.io/ubuntu:20.04
LABEL maintainer="Jake Jarvis <jake@jarv.is>"
LABEL repository="https://github.com/jakejarvis/y2k"
LABEL homepage="https://y2k.jarv.is/"
LABEL homepage="https://y2k.app/"
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -6,7 +6,7 @@ $REPO_DIR/host/websocketd \
--port=80 \
--binary \
--header-ws="Sec-WebSocket-Protocol: binary" \
--origin=y2k.app,www.y2k.app \
--origin=y2k.app,www.y2k.app,hardcore-turing-5cd513.netlify.app \
-- \
docker run \
--cpus 1 \