-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtravis_secrets.yaml
executable file
·268 lines (193 loc) · 9.21 KB
/
travis_secrets.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
#################################################################
## Secrets
#################################################################
#################################################################
## Http/SSL Password
#################################################################
http_password: 0000000
http_base_url: not_a_real.ip.org
ssl_certificate: 'www_traviswebsite_dot_com.fake_crt'
ssl_key: 'www_traviswebsite.fake_key'
#################################################################
## Bedroom Tablet
#################################################################
# bedroom_rest: http://1.1.1.1:1111/?cmd=deviceInfo&type=json&password=1234
# tablet_screen_on: "/usr/bin/curl -X POST 'http://1.1.1.1:1111/?cmd=screenOn&type=json&password=1234'"
# tablet_screen_off: "/usr/bin/curl -X POST 'http://1.1.1.1:1111/?cmd=screenOff&type=json&password=1234'"
# tablet_screen_state: '/usr/bin/curl --silent -X GET "http://1.1.1.1:1111/?password=1234" |grep "Screen status" |grep "on\|off" |sed "s/<[^>]*>//g" |sed "s/Screen status//g" |sed "s/Turn on//g" |sed "s/Turn off//g"'
#################################################################
## IFTTT API
#################################################################
ifttt: ifttt_api
#################################################################
## Octoprint API
#################################################################
octoprint: octoprint_api
#################################################################
## Vacuum Key
#################################################################
vacuum_token: 00000000000000000a0a0a000a0a0000
vacuum_ip: http://000.000.0.000/
#################################################################
## Nest API
#################################################################
nest: nest_api
nest_client_id: nest_key
#################################################################
## Pi-Hole
#################################################################
pi_hole_host: 000.000.0.000
#################################################################
## Plex URL
#################################################################
plex_url: http://000.000.0.000:00/
#################################################################
## Sonarr URL
#################################################################
sonarr_url: http://000.000.0.000:00/
#################################################################
## Radarr URL
#################################################################
radarr_url: http://000.000.0.000:00/
#################################################################
## SABNZBD URL
#################################################################
sabnzbd_url: http://000.000.0.000:00/
#################################################################
## Router URL
#################################################################
router_url: http://000.000.0.000/
#################################################################
## Octoprint URL
#################################################################
octoprint_url: http://000.000.0.000/
octoprint_ip: http://000.000.0.000/
#################################################################
## Unifi URL
#################################################################
unifi_url: http://000.000.0.000/
#################################################################
## nmap
#################################################################
nmap: 000.000.0.000-255
nmap_exclude: 000.000.0.00
#################################################################
## Google
#################################################################
google_id: 111111111111-aa11a1a1a1111a11a1aaa11a11aaa1aa.apps.googleusercontent.com
google_secret: aaaaaaaaa1aaaaaaaa1a-aaa
#################################################################
## Cameras
#################################################################
camera_user: username
camera_pass: password
#################################################################
## Hue IP
#################################################################
hue_ip: 000.000.0.00
#################################################################
## Home Longditude and Latitude
#################################################################
home_lat: 00.0000000
home_long: 00.0000000
#################################################################
## Jack Work Longditude and Latitude
#################################################################
jack_work_lat: 00.000000
jack_work_long: 00.000000
#################################################################
## Dark Sky
#################################################################
dark_sky_api: 0000aa0aaaaa00aaaa0a0aaa00000000
#################################################################
## Todoist Api
#################################################################
todoist_api: 0000aa0aaaaa00aaaa0a0aaa00000000
#################################################################
## Google Travel api
#################################################################
google_travel_api: aaaaaaaa0aa0aaaaaaa0aaaaa0a0aaaaaaaa0a
#################################################################
## Google Assistant api
#################################################################
google_assistant_project_id: aaaaaaaaaaa
google_assistant_api_key: aaaaaaaa0aa0aaaaaaaa0aaaaa0a0aaaaaaaa0a
#################################################################
## Google Travel locations
#################################################################
origin: Broadcasting House, Peel Wing, Portland Place, London, W1A 1AA
destination: Broadcasting House, Peel Wing, Portland Place, London, W1A 1AA
#################################################################
## Birthdays
#################################################################
lara_birthday: "01-01"
jack_birthday: "01-01"
mollie_birthday: "01-01"
kitten_birthday: "01-01"
#################################################################
## mqtt details
#################################################################
mqtt_user: user
mqtt_pass: password
#################################################################
## life360 details
#################################################################
life360_username: user
life360_password: password
#################################################################
## life360 details
#################################################################
traccar_ip: 0.0.0.0
traccar_username: user
traccar_password: password
#################################################################
## pushover
#################################################################
pushover_api: user
pushover_user: password
#################################################################
## catflap details
#################################################################
sure_user: user
sure_password: password
#################################################################
## tile details
#################################################################
tile_user: user
tile_password: password
#################################################################
## mp3's
#################################################################
doorbell: https://orchardcottages.duckdns.org/local/doorbell.mp3
#################################################################
## camera record
#################################################################
camera_record: "code things"
camera_stop: "code things"
#################################################################
## mp3's
#################################################################
doorbell: url
#################################################################
## tile details
#################################################################
tile_user: user
tile_password: password
#################################################################
## camera urls
#################################################################
# blueiris_kitchen_url: http://1.1.1.1:1
blueiris_kitchen_still: http://1.1.1.1:1
blueiris_kitchen_stream: http://1.1.1.1:1
# blueiris_living_room_url: http://1.1.1.1:1
blueiris_living_room_still: http://1.1.1.1:1
blueiris_living_room_stream: http://1.1.1.1:1
# blueiris_front_door_url: http://1.1.1.1:1
blueiris_front_door_still: http://1.1.1.1:1
blueiris_front_door_stream: http://1.1.1.1:1
# blueiris_front_room_url: http://1.1.1.1:1
blueiris_front_room_still: http://1.1.1.1:1
blueiris_front_room_stream: http://1.1.1.1:1
# blueiris_bedroom_url: http://1.1.1.1:1
blueiris_bedroom_still: http://1.1.1.1:1
blueiris_bedroom_stream: http://1.1.1.1:1