1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-03-26 02:52:21 +00:00
dockge/backend
Louis Lam b5f6919bab
Fix 100% cpu usage and terminal issue by downgrading Node.js to 18.17.1 ()
* Downgrade from Node.js 20 to Node.js 18.17.1

* Enable back socket.io polling

* Avoid multiple commands at the same for a stack
2023-11-26 17:51:26 +08:00
..
migrations Init () 2023-11-11 22:18:37 +08:00
models Init () 2023-11-11 22:18:37 +08:00
routers Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
socket-handlers Close terminal if there is no clients () 2023-11-25 02:04:16 +08:00
utils Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
check-version.ts Init () 2023-11-11 22:18:37 +08:00
database.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
docker.ts Init () 2023-11-11 22:18:37 +08:00
dockge-server.ts Fix 100% cpu usage and terminal issue by downgrading Node.js to 18.17.1 () 2023-11-26 17:51:26 +08:00
index.ts Init () 2023-11-11 22:18:37 +08:00
log.ts Improvements () 2023-11-21 18:51:38 +08:00
password-hash.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
rate-limiter.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
router.ts Init () 2023-11-11 22:18:37 +08:00
settings.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
socket-handler.ts Init () 2023-11-11 22:18:37 +08:00
stack.ts Close terminal if there is no clients () 2023-11-25 02:04:16 +08:00
terminal.ts Fix 100% cpu usage and terminal issue by downgrading Node.js to 18.17.1 () 2023-11-26 17:51:26 +08:00
util-common.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00
util-server.ts Check TypeScript for backend () 2023-11-18 15:54:43 +08:00