Add LibreTranslate permission init container, scale Bergamot to 0
LibreTranslate was crashing with PermissionError on packages subdir. Added busybox init container to mkdir + chmod 777 the mounted hostPath before the main cont...
JVB_ADVERTISE_IPS must be public IP, not Wireguard IP
Was 10.8.1.1 (Wireguard private) — guests' browsers can't reach this. Changed to 75.83.113.11 (public IP). This is why guests kept getting ICE restarts every ~1...
Disable mod_token_verification via custom plugin override to stop guest kicks
The MUC token_verification module re-validates tokens and demotes guests from PARTICIPANT to VISITOR after ~60 seconds, causing Jicofo to kick them. The module ...
Add guest domain to token_verification_allowlist, increase smacks timeout
Guests authenticate via Meet-anonymous on guest.meet.Meet but the MUC token_verification module was re-checking them and demoting their role from PARTICIPANT to...
Disable Jicofo auth module to prevent 1-minute participant kick
Jicofo's AbstractAuthAuthority has a hardcoded 1-minute auth session lifetime that ignores the config file setting. After 60 seconds, Prosody demotes participan...
Use room names (not full JIDs) for all brewery MUC configs
Both Jicofo and JVB Docker images append @XMPP_INTERNAL_MUC_DOMAIN to the brewery room name automatically. Using full JIDs like **************** caused double-d...
Use TCP probe on port 9090 for JVB health checks instead of HTTP on 8080
JVB's REST API port 8080 conflicts with CockroachDB's admin UI on the same hostNetwork. The JVB_OHTTP_SERVER_PORT env var is not recognized by this JVB image ve...
حل حلقة تحطم الطائرة - فصيل عبد الواحد الخطأ + النـزاع 8080
قضيتان تسببا في تحطم الطائرة في حلقة لمدة 43 ساعة 1 - (جي في بي) - كان (موك) - (الكل JID) لكن (جي في بي) تذيع (إكس إم بي) (إينترنال) rlm; لديه @ in the domain ...
JVB_BREWERY_MUC should be room name only, not full JID
كان هذا هو السبب الذي جعل (جي في بي) يبني (جي دي) مع a @ in the domain part — breaking JVB with XmppStringprepception. JVB appends XMPP INTERNAL MUC DOMAIN auto...
Add dnsPolicy ClusterFirstWithHostNet to JVB StatefulSets so hostNetwork pods can resolve cluster DNS
Reference *** instead of non-existent turn-secret in Prosody deployment
Enable auto-truncate on embedding model to prevent 413 errors
Add --auto-truncate flag so inputs exceeding the 256 token limit are silently truncated instead of rejected with a validation error.
Load embedding model from local hostPath to prevent HuggingFace download failures
The embedding-model pod was in CrashLoopBackOff because it couldn't download the model from HuggingFace on startup (network/DNS issue). Mount the model from a h...
Auto-cert service not renewing expired SSL certificates
The auto-cert service was importing expired certs from shared storage and skipping Certificate CR creation, so cert-manager couldn't manage renewals. Also fixed...
Fix kubectl not found in pod, add docs alias, proactive SUBDOMAINS
- Mount /usr/local/bin/kubectl from host via hostPath instead of failing apt-get install (kubectl not in default Debian repos) - Add "docs" to SUBDOMAINS list...
Remove forced WebSocket headers from media middleware
Traefik v3 handles WebSocket Upgrade/Connection headers natively. Remove forced headers that broke non-WebSocket API requests.
Add system account to all NATS configs
Add $SYS account with admin credentials to k0m1, k1m1, and k2m1 NATS configs. Enables nats CLI cluster management operations (peer removal, step-down, etc.) for...
Resilient probes so cluster stays up when one node is offline
- Liveness: tcpSocket on 4222 (do not depend on JetStream meta leader) - Readiness: initialDelay 90s, period 15s, failureThreshold 10 so k0m1+k1m1 can form qu...
Skip CockroachDB init job if any pods exist - cluster already initialized
Improve CockroachDB init check to wait for pods and verify cluster state
Prevent CockroachDB init job from running when cluster is already initialized
Update CockroachDB probes, HTTP redirect, and MinIO service endpoints
Add CORS middleware to theme routes to allow cross-origin access from all websites
إضافة قوة مضيفة إلى نشر ترافيك من أجل الوصول المباشر إلى الموانئ
- استخدام القوة المضيفة 443 للدخول على شبكة الإنترنت لضمان التفافية - السماح للمرسل إلى ميناء 443 مباشرة إلى ترافيك - وضع أيضا جهازا مضيفا للشبكة (30080) واسمين...
Set External Traffic Policy to Local for Traefik NodePort service
- يسمح بتحديد مسار حركة المرور الخارجي على نحو سليم من جهاز التوجيه - يحفظ عناوين المصدر IP لتحسين قطع الأشجار
Update CockroachDB StatefulSet to use dynamic VPN IP based on node hostname
- ستة إعلانات مضافة لاستخدام الرقم IP (10.8.1.1 للكومي 1، 10.8.2.1 للكيلومترات المربعة 1) - تحديث البارامترات المستخدمة في استخدام برامج الحماية الشخصية بدلاً م...
يضاف شهادات رمزية إلى الإبداع السري لكوكروش دي بي
- أضف المشنقة و المشنقة لدليل الصرصور - تحديث سير العمل في مجال مكافحة التصحر/الأمراض المعدية لتشمل شهادات العقيدة عند إنشاء *** - قضية (كوكروش بي كراشلوب)
نسلّم (باكوف ليميت) بحذف العمل الفاشل وإعادة التجفيف
- عندما تفشل الوظيفة مع (باكوفليمت) المُسَتَحَوَّل، وتُنظَّفُ الطوابق، وتُحذف وتُعيدُ العمل -هذا يسمح لنا بالحصول على سجلات جديدة -القطط "الجاهزة" أوقعت خطأ في ...
نسلّم (باكوفليميت) مُسْتَحَبَاً بحذف وإعادةِ العمل
- عندما تفشل الوظيفة مع (باكوفليمت) المُسَتَحَوَّل، وتُنظَّفُ الطوابق، وتُحذف وتُعيدُ العمل - وهذا يتيح للوظيفة العودة إلى العمل والنجاح إذا كانت المجموعة قد بد...
Improve CockroachDB init job error handling when pods are cleaned up
- Check previous pod logs if current pods are not found - Test cluster connectivity to verify if already initialized - Better handling of failed jobs with clean...
Resolve Traefik, NATS, and CockroachDB deployment issues
- Remove hostPort from Traefik deployment (conflicts with NodePort service) - Fix NATS deployment to only deploy server-specific statefulsets (nats-k1m1, nats-k...
Improve CockroachDB init job error handling - check pod status and logs after timeout
Remove heredoc whitespace issue - use echo commands and ConfigMap
الأطباء هنا كانوا يقودون الفضاء الأبيض من موقع "يام إل" مسببين أخطاء في الطوابق -استخدموا أوامر الصدى لخلق دوفيكوت - Mount auth-sql.conf.ext from ConfigMap (no ...
Use driver=sql with sql_driver=mysql and inline connect
Based on official Dovecot 2.4 examples found online: - Named sections: passdb sql { and userdb sql { - driver = sql (not driver = mysql) - sql_driver = mysql (s...
Use driver=mysql (not driver=sql) with inline connect in Dovecot 2.4
Based on official Dovecot 2.4 examples: - Named sections: passdb sql { and userdb sql { - Use driver = mysql (not driver = sql) - Inline connect, default_pass_s...
Dovecot 2.4 requires SQL settings inline, not args parameter
- Dovecot 2.4 removed 'args' parameter for passdb/userdb - SQL connection settings must be specified directly in passdb/userdb blocks - Put driver=mysql, connec...
Disable idle timeout for WebSocket connections
- Added idleTimeout=0 to websecure entrypoint - Prevents Traefik from closing WebSocket connections due to inactivity - Fixes SockJS WebSocket timeout issues
Split port ranges to avoid conflicts
- Coturn relay: 52000-65535 (13,536 ports) - Avoids: Janus RTP (10000-49151) and WireGuard (51820-51821) - No overlap between services
Adjust relay port range to avoid WireGuard/VPN ports
- Changed max-port from 65535 to 51800 to avoid conflicts - Avoids WireGuard on UDP 51820 and other VPN services on 51821 - Provides 2,649 ports (49152-51800) f...
Resolve CrashLoopBackOff by fixing probes and config
- Replace netstat-based health probes with TCP socket checks (netstat not available in coturn/coturn:latest Alpine image) - Remove conflicting no-stdout-log dir...
Add Connection: Upgrade header to WebSocket upgrade middleware
- Add Connection: Upgrade header along with Upgrade: websocket - Both headers are required for proper WebSocket upgrade handshake - This ensures HTTP/2 Extended...
Skip CockroachDB init if job failed (cluster already initialized)
Add webhook wait and sleep to ensure cert-manager is fully ready
مثل ما ترى الشحن؟?
كل واحد من هذه تحديثات الأراضي في مكان عملك تلقائيا. ابدأوا بالمجان وشاهدوها تنمو بعد أسبوع.