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
+---------------------------------------------------------+----------------------------------+ | |
| 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 | |
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
- 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 |
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
{ | |
"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", |
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
## 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 |
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
#!/bin/bash | |
main(){ | |
local service="$1" | |
local version="$2" | |
local exit_code | |
while true; do | |
t1000 status "$service" | grep 'minorVersion' | grep "$version" |
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
{ | |
"type": "object", | |
"properties": { | |
"genisys": { | |
"type": "object", | |
"properties": { | |
"backgroundImageUrl": { | |
"title": "Background Image URL", | |
"type": "string", | |
"default": "https://cdn.octoblu.com/images/leo-1920x1080.jpg" |
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
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"}}' |
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
#!/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]" |
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
#!/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" |
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
#!/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]" |