feat: Misskey channel adapter, agent reliability hardening & stream error resilience (#359)

This commit is contained in:
KasuganoSora
2026-04-13 17:10:50 +08:00
committed by GitHub
parent 26b01cc463
commit a40207ab6d
87 changed files with 3972 additions and 547 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ RUN for core in $(echo "$BROWSER_CORES" | tr ',' ' '); do \
EXPOSE 8083
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
CMD curl -sf http://127.0.0.1:8083/health || exit 1
CMD curl -sf http://$(hostname):8083/health || exit 1
CMD ["bun", "run", "dist/index.js"]