dockge/backend
Louis Lam 766e751522
Close terminal if there is no clients (#60)
* Close terminal if there is no clients connecting

* Only enable

* Join the terminal only if it is managed by Dockge

* Done
2023-11-25 02:04:16 +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 Close terminal if there is no clients (#60) 2023-11-25 02:04:16 +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 Close terminal if there is no clients (#60) 2023-11-25 02:04:16 +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