Bunch more stability fixes

This commit is contained in:
2026-03-23 22:12:24 -06:00
parent a56f8446f7
commit 63e05adcee
268 changed files with 20626 additions and 2260 deletions

View File

@@ -83,7 +83,7 @@ router.get(
miniqrSubdomain: 'qr',
excalidrawSubdomain: 'draw',
// Listmonk (newsletter platform)
listmonkPort: 9001,
listmonkPort: env.LISTMONK_PROXY_PORT,
listmonkSubdomain: 'listmonk',
// Code Server (web IDE)
codeServerPort: env.CODE_SERVER_PORT,