I hereby claim:
- I am lloydwatkin on github.
- I am lloydwatkin (https://keybase.io/lloydwatkin) on keybase.
- I have a public key whose fingerprint is 7456 980E 637A EFA2 F495 FD13 17A0 4D71 EB69 5DBE
To claim this, I am signing this object:
| # i.e. Sidekiq job | |
| class ApplicationMailerJob | |
| include Sideiq::Worker | |
| sidekiq_options queue: "low_priority" | |
| def perform(mailer, action, arguments) | |
| mailer.constantize.send(action, arguments).deliver_now | |
| end |
| $ sudo docker run -it mysql:latest /bin/bash | |
| Unable to find image 'mysql:latest' locally | |
| latest: Pulling from mysql | |
| 25270607d748: Pull complete | |
| d118ad716ef1: Pull complete | |
| 0985a1ea7675: Pull complete | |
| 15959bd10e3d: Pull complete | |
| 57c832a5f583: Pull complete | |
| 92ba15de5dba: Pull complete | |
| 0df34f74edfd: Pull complete |
| _getItemIdStrs() { | |
| const result = [] | |
| const itemIdStrings = Object.keys(this.state) | |
| for (const itemIdStr of itemIdStrings) { | |
| if (itemIdStr !== 'groups') { | |
| result.push(itemIdStr) | |
| } | |
| } | |
| return result | |
| } |
| server { | |
| listen 80; | |
| server_name ~^buddycloud\.(?<domain>.+)$; | |
| rewrite ^ https://http.#BC_DOMAIN#?h=$domain permanent; | |
| } | |
| server { | |
| listen 80; | |
| server_name hosting.#BC_DOMAIN#; | |
| rewrite ^ https://$server_name$request_uri? permanent; |
| +---------+ HTML/IMG/JS/CSS +-------------------+ | |
| | User / | <---------------+ | xmpp-ftw + primus | | |
| | Browser | websocket | server | | |
| +---------+ <---------------> +-------------------+ | |
| ^ | |
| | socket | |
| | | |
| v | |
| +--------+ component +------------+ | |
| | XMPP | connection | buddycloud | |
| #! /bin/bash | |
| # | |
| # - For example: | |
| # | |
| # VHOSTS="xmpp.surevine.com|locahost:3000|websocket;stats.surevine.com|localhost:8080" ./splitter.sh | |
| # | |
| VHOST_SEPARATOR=";" | |
| PARAM_SEPARATOR="|" |
| Lloyds-MacBook-Pro:buddycloud-server-java lloyd$ docker run -it -e DATABASE="jdbc:postgresql://some.domain:5432/buddycloud_server?user=buddycloudserver&password=tellnoone" buddycloud/channel-server /bin/bash | |
| Unable to find image 'buddycloud/channel-server' locally | |
| Pulling repository buddycloud/channel-server | |
| f1cd5f674e46: Download complete | |
| 511136ea3c5a: Download complete | |
| 97fd97495e49: Download complete | |
| 2dcbbf65536c: Download complete | |
| 6a459d727ebb: Download complete | |
| 8f321fc43180: Download complete | |
| 03db2b23cf03: Download complete |
| Sep 29 08:39:34 mod_c2s error Traceback[c2s]: /usr/lib/prosody/modules/mod_admin_adhoc.lua:174: bad argument #1 to 'ipairs' (table expected, got nil) | |
| stack traceback: | |
| [C]: in function 'ipairs' | |
| /usr/lib/prosody/modules/mod_admin_adhoc.lua:174: in function </usr/lib/prosody/modules/mod_admin_adhoc.lua:168> | |
| (tail call): ? | |
| /usr/lib/prosody/modules/adhoc/adhoc.lib.lua:35: in function </usr/lib/prosody/modules/adhoc/adhoc.lib.lua:27> | |
| (tail call): ? | |
| /usr/lib/prosody/util/events.lua:67: in function </usr/lib/prosody/util/events.lua:63> | |
| (tail call): ? | |
| /usr/lib/prosody/modules/mod_iq.lua:70: in function '?' |
I hereby claim:
To claim this, I am signing this object:
| debugger listening on port 5858 | |
| - Welcome to Massah | |
| Found a .massah.js config file | |
| User Author page | |
| Should show presence buttons | |
| - Given an authenticated user |