Skip to content

Instantly share code, notes, and snippets.

@monoxgas
Created December 6, 2011 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monoxgas/1436636 to your computer and use it in GitHub Desktop.
Save monoxgas/1436636 to your computer and use it in GitHub Desktop.
port: 443
log_level: 1
plugins:
# NOTE: run bundle after changing plugin configurations to update required gems
# - name: 'Example'
# path: './plugins/siriproxy-example'
# - name: 'Thermostat'
# git: 'git://github.com/plamoni/SiriProxy-Thermostat.git'
# host: '192.168.2.71'
# - name: 'Twitter'
# path: './plugins/siriproxy-twitter' # path works just like specifing in gemfile
# consumer_key: "YOUR_KEY"
# consumer_secret: "YOUR_SECRET"
# oauth_token: "YOUR_TOKEN"
# oauth_token_secret: "YOUR_TOKEN_SECRET"
# Note: Eliza should not be run with other plugins
# - name: 'Eliza'
# path: './plugins/siriproxy-eliza' # path works just like specifing in gemfile
# Below are not actual plugins, just further example of config options
# - SimplePlugin # simple syntax for plugins that are in rubygems and have no config
# - name: 'AnotherPlugin'
# git: 'git://github.com/netpro2k/SiriProxy-AnotherPlugin.git' # git works just like specifying in Gemfile
- name: 'Macintosh'
path: '/Full/Path/To/Plugin/plugins/siriproxy-macintosh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment