· 7 years ago · Apr 25, 2018, 10:40 PM
1port: 443
2log_level: 1
3plugins:
4 # NOTE: run bundle after changing plugin configurations to update required gems
5
6 - name: 'Example'
7 path: './plugins/siriproxy-example'
8
9 - name: 'Computer'
10 path: './plugins/siriproxy-computer'
11
12 # - name: 'Thermostat'
13 # git: 'git://github.com/plamoni/SiriProxy-Thermostat.git'
14 # host: '192.168.2.71'
15
16 # - name: 'Twitter'
17 # path: './plugins/siriproxy-twitter' # path works just like specifing in gemfile
18 # consumer_key: "YOUR_KEY"
19 # consumer_secret: "YOUR_SECRET"
20 # oauth_token: "YOUR_TOKEN"
21 # oauth_token_secret: "YOUR_TOKEN_SECRET"
22
23 # Note: Eliza should not be run with other plugins
24 # - name: 'Eliza'
25 # path: './plugins/siriproxy-eliza' # path works just like specifing in gemfile
26
27 # Below are not actual plugins, just further example of config options
28
29 # - SimplePlugin # simple syntax for plugins that are in rubygems and have no config
30
31 # - name: 'AnotherPlugin'
32 # git: 'git://github.com/netpro2k/SiriProxy-AnotherPlugin.git' # git works just like specifying in Gemfile