dockge/backend
Louis Lam b5f6919bab
Fix 100% cpu usage and terminal issue by downgrading Node.js to 18.17.1 (#186)
* 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 (#1) 2023-11-11 22:18:37 +08:00
models Init (#1) 2023-11-11 22:18:37 +08:00
routers Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
socket-handlers Close terminal if there is no clients (#60) 2023-11-25 02:04:16 +08:00
utils Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
check-version.ts Init (#1) 2023-11-11 22:18:37 +08:00
database.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
docker.ts Init (#1) 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 (#186) 2023-11-26 17:51:26 +08:00
index.ts Init (#1) 2023-11-11 22:18:37 +08:00
log.ts Improvements (#124) 2023-11-21 18:51:38 +08:00
password-hash.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
rate-limiter.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
router.ts Init (#1) 2023-11-11 22:18:37 +08:00
settings.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
socket-handler.ts Init (#1) 2023-11-11 22:18:37 +08:00
stack.ts Close terminal if there is no clients (#60) 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 (#186) 2023-11-26 17:51:26 +08:00
util-common.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00
util-server.ts Check TypeScript for backend (#64) 2023-11-18 15:54:43 +08:00