Fix bin/publish: copy docs.dist from project root

Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-21 02:08:33 +00:00
commit f6fac6c4bc
79758 changed files with 10547827 additions and 0 deletions

17
supervisor/debug-proxy.conf Executable file
View File

@@ -0,0 +1,17 @@
[program:debug-proxy]
command=/usr/bin/node /var/www/html/app/RSpade/resource/DebugProxy/dist/server.js
directory=/var/www/html/app/RSpade/resource/DebugProxy
autostart=true
autorestart=true
startsecs=10
stopwaitsecs=10
stdout_logfile=/var/log/supervisor/debug-proxy.log
stderr_logfile=/var/log/supervisor/debug-proxy-error.log
stdout_logfile_maxbytes=10MB
stderr_logfile_maxbytes=10MB
stdout_logfile_backups=5
stderr_logfile_backups=5
environment=NODE_ENV="production",DEBUG_PROXY_PORT="9080",DBGP_PORT="9003",AUTH_SESSION_PATH="/var/www/html/storage/rsx-ide-bridge",LOG_LEVEL="INFO"
user=www-data
killasgroup=true
stopasgroup=true