-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
30 lines (25 loc) · 1.09 KB
/
config.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
# API key used in configWatcher to revalidate the dashboard.
# **Make sure this is set to a long random string to ensure no
# one else can access the revalidation api endpoint.**
api_key: "PLEASE_SET-THIS-TO-SOMETHING_SECURE"
weather:
# Get weather - collects data from **google search** currently.
# If the results are for the wrong city, you can try adding the
# country or state name to the var, just like you would when using google search.
city: "London, UK"
# WEATHER the dashboard should use celsius (true) or fahrenheit (false).
# If you hover over the tempurate in the dashboard for long enough, you can
# make sure weather data is in the correct unit and location.
celsius: true
# Each service needs a name and url, and optionally an icon.
# The app currently only supports simpleicons: https://simpleicons.org/
services:
- name: GitHub
url: https://github.com/IRHM/appbord
icon: github
- name: Issues
url: https://github.com/IRHM/appbord/issues
new_tab: true
- name: All zero stargazers
url: https://github.com/IRHM/appbord/stargazers
use_favi: true