-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-info.yml
28 lines (25 loc) · 1.3 KB
/
config-info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##-> NiraProxy
#-> Version: 0.5.0
##-> How to install
#-> Please copy this filecontent into your SiriProxy config-file (.../.siriproxy/config.yml)
#-> Maybe you have to edit some following options. If you are unsure leave it as it is or your SiriProxy will crash.
##-> Parameterdiscription
#-> You can change the following values - be patient!
#->
#-> auth_level - The level of privateness (don't work in NiraProxy v0.5.0)
#-> siriproxy_id - a unique ID for your SiriProxy (like a username)
#-> siriproxy_secret - a secret for your ID (like a password)
#-> remind_on_update - true: NiraProxy stop working and remind you to update this Plugin (default value)
#-> false: NiraProxy still works while the version is out of date. But maybe the Server will crash - be carefull!
#-> language - Your language which NiraProxy have to know to work perfectly and to push the right answerlanguage to your mobile ;)
#-> Value Language
#-> ----------------------------------------------
#-> de-de German (Germany)
#-> en-us English (United States) (still in dev)
- name: 'NiraProxy'
git: 'git://github.com/Niranda/SiriProxy-NiraProxy.git'
auth_level: '0'
siriproxy_id: 'default'
siriproxy_secret: 'default'
remind_on_update: 'true'
language: 'de-de'