aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
-rw-r--r--docs/customservices.md12
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index c554297..080f296 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -54,6 +54,7 @@ colors:
54 text-title: "#303030" 54 text-title: "#303030"
55 text-subtitle: "#424242" 55 text-subtitle: "#424242"
56 card-shadow: rgba(0, 0, 0, 0.1) 56 card-shadow: rgba(0, 0, 0, 0.1)
57 link: "#3273dc"
57 link-hover: "#363636" 58 link-hover: "#363636"
58 background-image: "assets/your/light/bg.png" 59 background-image: "assets/your/light/bg.png"
59 dark: 60 dark:
@@ -67,6 +68,7 @@ colors:
67 text-title: "#fafafa" 68 text-title: "#fafafa"
68 text-subtitle: "#f5f5f5" 69 text-subtitle: "#f5f5f5"
69 card-shadow: rgba(0, 0, 0, 0.4) 70 card-shadow: rgba(0, 0, 0, 0.4)
71 link: "#3273dc"
70 link-hover: "#ffdd57" 72 link-hover: "#ffdd57"
71 background-image: "assets/your/dark/bg.png" 73 background-image: "assets/your/dark/bg.png"
72 74
diff --git a/docs/customservices.md b/docs/customservices.md
index ef84948..7a151d1 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -93,3 +93,15 @@ For Ping you need to set the type to Ping and provide a url.
93 subtitle: "Bookmark example" tag: "app" 93 subtitle: "Bookmark example" tag: "app"
94 url: "https://www.reddit.com/r/selfhosted/" 94 url: "https://www.reddit.com/r/selfhosted/"
95``` 95```
96
97## Prometheus
98
99For Prometheus you need to set the type to Prometheus and provide a url.
100
101```yaml
102- name: "Prometheus"
103 type: Prometheus
104 logo: "assets/tools/sample.png"
105 url: "http://192.168.0.151/"
106 # subtitle: "Monitor data server"
107```