v6.8.4: the relay password now changes every day

This commit is contained in:
lockbitchat
2026-09-23 19:45:54 -04:00
parent 99da907eb7
commit f39e9022b7
32 changed files with 722 additions and 276 deletions
+4
View File
@@ -11,6 +11,10 @@ COPY deploy/nginx.conf /etc/nginx/nginx.conf
# /sw.js, which is the real, caching worker.
COPY deploy/www-sw.js /etc/nginx/www-sw.js
# The TURN credential endpoint (POST /api/turn-credentials), run by nginx's njs
# module. The secret it signs with comes from the TURN_SECRET Fly secret.
COPY deploy/turn-credentials.js /etc/nginx/njs/turn-credentials.js
# Serve the repository (src/, assets/, libs/, dist/, config/, logo/, sw.js, ...).
COPY . /usr/share/nginx/html