Skip to content

Instantly share code, notes, and snippets.

@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 |
- 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
{
"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",
## 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
#!/bin/bash
main(){
local service="$1"
local version="$2"
local exit_code
while true; do
t1000 status "$service" | grep 'minorVersion' | grep "$version"
@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"
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"}}'
#!/bin/bash
export FLEETCTL_TUNNEL=54.87.207.233
export FLEETCTL_ENDPOINT=http://localhost:2379
echo "destroying [email protected]"
fleetctl destroy [email protected]
echo "destroying [email protected]"
fleetctl destroy [email protected]
echo "destroying [email protected]"
#!/bin/bash
export FLEETCTL_TUNNEL=54.87.207.233
export FLEETCTL_ENDPOINT=http://localhost:2379
echo "destroying nanocyte-engine-queue-length-logger.service"
fleetctl destroy nanocyte-engine-queue-length-logger.service
echo "destroying octoblu-meshblu-balancer-firehose-socket.io-register-elb.service"
fleetctl destroy octoblu-meshblu-balancer-firehose-socket.io-register-elb.service
echo "destroying octoblu-meshblu-balancer-firehose-socket.io-register-sidekick.service"
#!/bin/bash
export FLEETCTL_TUNNEL=54.87.207.233
export FLEETCTL_ENDPOINT=http://localhost:2379
echo "destroying [email protected]"
fleetctl destroy [email protected]
echo "destroying [email protected]"
fleetctl destroy [email protected]
echo "destroying [email protected]"