♻️(collaboration) switch collaboration server from hocuspocus to yhub

Signed-off-by: Kevin Jahns <kevin.jahns@protonmail.com>
This commit is contained in:
Kevin Jahns
2026-08-03 16:13:52 +02:00
parent eed828d8c7
commit 3bc372c756
60 changed files with 1217 additions and 2521 deletions
+13
View File
@@ -0,0 +1,13 @@
# trixie for glibc >= 2.38 — uws prebuilt binaries reject bookworm's 2.36
FROM node:22-trixie AS yhub
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev
COPY server.js ./
EXPOSE 3002
CMD ["node", "server.js"]