-
Notifications
You must be signed in to change notification settings - Fork 1
/
tiles.example.yml
69 lines (68 loc) · 1.81 KB
/
tiles.example.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
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
---
tiles:
tubearchivist-docker:
tile_name: Tube Archivist Docker Pulls
background_color: "#00202f"
font_color: "#97d4c8"
width: 1200
height: 300
logos:
- "logos/tube-archivist.png"
- "docker.png"
url: https://hub.docker.com/v2/repositories/bbilly1/tubearchivist/
key_map:
- pull_count
recreate: "1d"
tubearchivist-github-star:
tile_name: Tube Archivist GitHub Stars
background_color: "#00202f"
font_color: "#97d4c8"
width: 1200
height: 300
logos:
- "logos/tube-archivist.png"
- "github-star.png"
url: https://api.github.com/repos/tubearchivist/tubearchivist
key_map:
- stargazers_count
humanize: false
font: ttf-bitstream-vera/VeraMono.ttf
recreate: "12h"
tubearchivist-firefox:
tile_name: TA Companion Firefox users
background_color: "#00202f"
font_color: "#97d4c8"
width: 1200
height: 300
logos:
- "logos/tube-archivist.png"
- "firefox.png"
url: https://addons.mozilla.org/api/v5/addons/addon/tubearchivist-companion/
key_map:
- average_daily_users
tubearchivist-chrome:
tile_name: TA Companion Chrome users
background_color: "#00202f"
font_color: "#97d4c8"
width: 1200
height: 300
logos:
- "logos/tube-archivist.png"
- "google-chrome.png"
plugin:
name: chrome-extension-users
id: jjnkmicfnfojkkgobdfeieblocadmcie
tubearchivist-last-action:
tile_name: TA last GitHub Action status
background_color: "#00202f"
font_color: "#97d4c8"
width: 1200
height: 300
logos:
- "github-actions.png"
url: https://api.github.com/repos/tubearchivist/tubearchivist/actions/runs?branch=master&event=push&per_page=1
key_map:
- "workflow_runs"
- 0
- "conclusion"
recreate: on_demand