aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-10-23 18:29:14 -0700
committerGitHub <noreply@github.com>2020-10-23 18:29:14 -0700
commit13071ae3d1457bd677665769e83535a3d1f94b14 (patch)
treed4137914a4bf76bd60ff4af940dc0fd33fee04f1 /docs
parent37dfd2a132d883482b330b22a7c19d86948a391c (diff)
parent5b727eee020b9d734f60fd37f840ea47f83fb23e (diff)
downloadhomer-13071ae3d1457bd677665769e83535a3d1f94b14.tar.gz
homer-13071ae3d1457bd677665769e83535a3d1f94b14.tar.zst
homer-13071ae3d1457bd677665769e83535a3d1f94b14.zip
Merge pull request #140 from Genymobile/dynamic-services
Custom service components
Diffstat (limited to 'docs')
-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```