Date: 2026-08-25
Affected deployment: chat.atomic.dev — Rocket.Chat 8.6.0 (Kubernetes, 2 app replicas)
Remote peer: open.rocket.chat — Rocket.Chat 8.8
Room: !dYmqsNbO:atomic.dev (federated channel with open.rocket.chat)
Symptom: Outbound federation works (our messages reach open.rocket.chat). Inbound federation is dead — no message from any rocket.chat user has been applied since Aug 20, 2026 ~12:25 UTC.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Genarate rsa keys. | |
| */ | |
| package main | |
| import ( | |
| "crypto/rand" | |
| "crypto/rsa" | |
| "crypto/x509" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ThemeEnabler = { | |
| isThemeOn: false, | |
| controls: null, | |
| onAppLoaded: async function() { | |
| this.checkCookie() | |
| do { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fs = require('fs'); | |
| const { exec } = require('child_process'); | |
| const file = fs.readFileSync('replicasets4.txt').toString(); | |
| // const file = fs.readFileSync('pods.txt').toString(); | |
| (async () => { | |
| const lines = file.split('\n'); | |
| const total = lines.length; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # (C) 2016, Deepak Kothandan | |
| # This file is part of Ansible | |
| # | |
| # Ansible is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # Ansible is distributed in the hope that it will be useful, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Terminal 1 | |
| docker exec -it CONTAINER_ID /bin/bash | |
| npm install node-inspector | |
| curl -O https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.tar.gz && tar -xvzf ngrok-stable-linux-amd64.tar.gz | |
| kill -s USR1 $(pidof node) | |
| node_modules/node-inspector/bin/inspector.js --web-port=9000 | |
| # Press ctrl+z | |
| bg | |
| ./ngrok http 9000 |
Get personal access token from github
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
NewerOlder