· 7 years ago · Aug 27, 2018, 08:56 AM
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: 'Thermostat'
10 # git: 'git://github.com/plamoni/SiriProxy-Thermostat.git'
11 # host: '192.168.2.71'
12
13 # - name: 'Twitter'
14 # path: './plugins/siriproxy-twitter' # path works just like specifing in gemfile
15 # consumer_key: "YOUR_KEY"
16 # consumer_secret: "YOUR_SECRET"
17 # oauth_token: "YOUR_TOKEN"
18 # oauth_token_secret: "YOUR_TOKEN_SECRET"
19
20 # Note: Eliza should not be run with other plugins
21 # - name: 'Eliza'
22 # path: './plugins/siriproxy-eliza' # path works just like specifing in gemfile
23
24 # Below are not actual plugins, just further example of config options
25
26 # - SimplePlugin # simple syntax for plugins that are in rubygems and have no config
27
28 # - name: 'AnotherPlugin'
29 # git: 'git://github.com/netpro2k/SiriProxy-AnotherPlugin.git' # git works just like specifying in Gemfile