fix(server): race condition that created server panic.

This commit is contained in:
Houmgaor
2025-11-24 00:51:45 +01:00
parent 6677f34c27
commit 67dad15204
8 changed files with 309 additions and 6 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Remote Server Operations
# Copy this file to .env and update values
# SSH connection string (user@host)
SERVER=erupe@your-server.example.com
# Remote paths
REMOTE_DIR=/home/erupe/Erupe
REMOTE_LOGS=/home/erupe/Erupe/logs
REMOTE_BIN=/home/erupe/Erupe/erupe-ce
# Local paths
LOCAL_LOGS=./logs