aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bwirtz@genymobile.com>2020-10-23 18:16:16 -0700
committerBastien Wirtz <bwirtz@genymobile.com>2020-10-23 18:16:16 -0700
commit9a14de007e7c8d04ce708f8df1300ac8070d85df (patch)
tree957c7fb1f0f256d40b7f94abeccd87f49359bf73 /docs/configuration.md
parentc368290e32213f537b7b1479d767ee404b0a8399 (diff)
downloadhomer-9a14de007e7c8d04ce708f8df1300ac8070d85df.tar.gz
homer-9a14de007e7c8d04ce708f8df1300ac8070d85df.tar.zst
homer-9a14de007e7c8d04ce708f8df1300ac8070d85df.zip
Implement custom service component
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4bd4677..7df5651 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -107,11 +107,12 @@ services:
107 - name: "Other group" 107 - name: "Other group"
108 icon: "fas fa-heartbeat" 108 icon: "fas fa-heartbeat"
109 items: 109 items:
110 - name: "Another app" 110 - name: "Pi-hole"
111 logo: "assets/tools/sample.png" 111 logo: "assets/tools/sample.png"
112 subtitle: "Another example" 112 subtitle: "Network-wide Ad Blocking"
113 tag: "other" 113 tag: "other"
114 url: "https://www.reddit.com/r/selfhosted/" 114 url: "http://192.168.0.151/admin"
115 type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services`
115 target: "_blank" # optional html a tag target attribute 116 target: "_blank" # optional html a tag target attribute
116 # class: "green" # optional custom CSS class for card, useful with custom stylesheet 117 # class: "green" # optional custom CSS class for card, useful with custom stylesheet
117``` 118```