-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.yaml
More file actions
77 lines (76 loc) · 1.94 KB
/
Copy pathsettings.yaml
File metadata and controls
77 lines (76 loc) · 1.94 KB
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
######################
# Basic Site Settings#
######################
title: Home - Dashboard
theme: dark
color: slate
target: _blank
cardBlur: xl
language: pt
hideVersion: true
disableIndexing: true
disableCollapse: true
useEqualHeights: true
headerStyle: boxed
showStats: true
statusStyle: "dot"
hideErrors: true
fullWidth: true
fadeIn: true
base: https://pi.local
favicon: /icons/amp.webp
backgroundOpacity: 0.83
background: /icons/bg2.jpg
blockHighlights:
levels:
good: "bg-emerald-500/40 text-emerald-950 dark:bg-emerald-900/60 dark:text-emerald-400"
warn: "bg-amber-300/30 text-amber-900 dark:bg-amber-900/30 dark:text-amber-200"
danger: "bg-rose-700/45 text-rose-200 dark:bg-rose-950/70 dark:text-rose-400"
##############################################################
#Fonts:
links:
- name: Google Fonts (Preconnect)
href: https://fonts.gstatic.com
rel: preconnect
- name: Google Fonts
href: https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=JetBrains+Mono:ital,wght@0,700&family=Roboto+Condensed:wght@100..900&family=Roboto:wght@100;400;500;700&display=swap
rel: stylesheet
##############################################################
#providers:
providers:
openweathermap: 88888888888888888888
finnhub: 88888888888888888888888
##############################################################
layout:
- Tráfego:
header: false
style: row
columns: 3
- Geral:
header: false
style: row
columns: 3
- Tráfego2:
header: false
style: row
columns: 4
- Monitoramento:
header: false
style: row
columns: 3
- Oracle:
icon: /icons/bars.svg
header: true
style: row
columns: 5
- Note:
icon: /icons/bars.svg
header: true
style: row
columns: 6
- Links:
icon: /icons/link.svg
header: true
style: row
columns: 3
##############################################################