fix(web client): websocket url detection on invite screen
This commit is contained in:
parent
a23147556b
commit
2f40a0a507
5 changed files with 32 additions and 59 deletions
4
justfile
4
justfile
|
|
@ -55,6 +55,10 @@ build-relay:
|
|||
cp target/release/relay-server deploy
|
||||
cp -u server/relay-server/GameConfig.json deploy/
|
||||
|
||||
# generate web stats report from the current nginx logs
|
||||
stats:
|
||||
ssh -t raspberry sudo goaccess /var/log/nginx/trictrac_access.log --log-format=COMBINED -o html > var/stats/report.html
|
||||
|
||||
# start a trictrac container with nixos-container
|
||||
# `boot.enableContainers = true` must be set on local nixos system
|
||||
local:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue