Skip to content

Instantly share code, notes, and snippets.

meshblu-util update -p -d '{"$set": {"genisys.options.backgroundImageUrl": "https://cdn.octoblu.com/cinemagraphs/jade-is-working3.png", "genisys.options.backgroundVideoUrl": "https://cdn.octoblu.com/cinemagraphs/jade-is-working3.mp4"}}'
@sqrtofsaturn
sqrtofsaturn / configure-schema.json
Last active November 15, 2016 00:43
Smart Conference Room template
{
"type": "object",
"properties": {
"genisys": {
"type": "object",
"properties": {
"backgroundImageUrl": {
"title": "Background Image URL",
"type": "string",
"default": "https://cdn.octoblu.com/images/leo-1920x1080.jpg"
#!/bin/bash
main(){
local service="$1"
local version="$2"
local exit_code
while true; do
t1000 status "$service" | grep 'minorVersion' | grep "$version"
## Autodiscover
https://mail.citrix.com/autodiscover/Services.wsdl
https://mail.citrix.com/autodiscover/messages.xsd
## EWS
https://mail.citrix.com/ews/services.wsdl
https://mail.citrix.com/ews/messages.xsd
https://mail.citrix.com/ews/types.xsd
{
"name": "Citrix Registry",
"documentation": "...",
"version": "1.0.0",
"items": {
"citrix-meshblu-connector-display": {
"_id": "citrix-meshblu-connector-display",
"name": "Windows Display",
"description": "blah blah blah",
"type": "device:display",
- Check if it works out of the box
- npm run test
- npm run test:watch
- npm run lint
- npm start
- npm build
- yo zooid:component
- run checks again
- npm-check -u
- Update all packages
@sqrtofsaturn
sqrtofsaturn / endo-github.env
Created July 22, 2016 22:34
Endo Github non-secret environment variables
+---------------------------------------------------------+----------------------------------+
| KEY | VALUE |
+---------------------------------------------------------+----------------------------------+
| octoblu/endo-github/env | <dir> |
| octoblu/endo-github/env/APP_OCTOBLU_HOST | https://app.octoblu.com/ |
| octoblu/endo-github/env/DEBUG | nothing |
| octoblu/endo-github/env/ENDO_GITHUB_GITHUB_CALLBACK_URL | https://endo-github.octoblu.com |
| octoblu/endo-github/env/ENDO_GITHUB_MANAGER_URL | https://endo-manager.octoblu.com |
| octoblu/endo-github/env/ENDO_GITHUB_SERVICE_URL | https://endo-github.octoblu.com |
| octoblu/endo-github/env/ENDO_OCTOBLU_OAUTH_URL | https://oauth.octoblu.com |
@sqrtofsaturn
sqrtofsaturn / hyperterm.js
Last active July 19, 2016 14:31
Hyperterminal Settings
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 26,
// font family with optional fallbacks
fontFamily: 'Source Code Pro for Powerline',
// terminal cursor background color (hex)
cursorColor: '#F81CE5',
box: alpine
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/services/index.html
# services:
# - postgres
# http://devcenter.wercker.com/docs/services/postgresql.html
# - mongo
# http://devcenter.wercker.com/docs/services/mongodb.html
@sqrtofsaturn
sqrtofsaturn / wercker.log
Last active July 11, 2016 23:44
Wercker log for meshblu-connector-blink1
# Log obtained by running:
# wercker --debug build &> wercker.log
# for wercker.yml, see: https://gist.github.com/sqrtofsaturn/917c31e51c6dc80e78a3b4906b183474
time="2016-07-11T16:38:54-07:00" level=debug line="events.go:177" msg=BuildStarted Logger=Events
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:857" msg=" AWSOptions *core.AWSOptions" Logger=Options
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSAccessKeyID string = " Logger=Options
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSRegion string = us-east-1" Logger=Options
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSSecretAccessKey string = " Logger=Options
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" S3Bucket string = wercker-development" Logger=Options