aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-11-27 18:41:12 +0100
committerGitHub <noreply@github.com>2022-11-27 09:41:12 -0800
commit70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3 (patch)
tree4a81ec8383a9d6ee6b58138d2a5fd429c9161799 /public
parent98fe0a393970070fa04b5f37dbbb7a4c3ef82beb (diff)
downloadhomer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.gz
homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.tar.zst
homer-70f583c3e1d7c4bc1cca6b9c1cec6ca2e1f9e7b3.zip
Octoprint service (#324) (#560)v22.11.2
Add Octoprint service.
Diffstat (limited to 'public')
-rw-r--r--public/assets/config-demo.yml.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/config-demo.yml.dist b/public/assets/config-demo.yml.dist
index 4d088cc..22dd3b0 100644
--- a/public/assets/config-demo.yml.dist
+++ b/public/assets/config-demo.yml.dist
@@ -93,6 +93,11 @@ services:
93 - name: "Tools" 93 - name: "Tools"
94 icon: "fa-solid fa-screwdriver-wrench" 94 icon: "fa-solid fa-screwdriver-wrench"
95 items: 95 items:
96 - name: "Octoprint"
97 logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png"
98 apikey: "xxxxxxxxxxxx"
99 endpoint: "https://homer-demo-content.netlify.app/octoprint"
100 type: "OctoPrint"
96 - name: "Example item" 101 - name: "Example item"
97 logo: "assets/tools/sample.png" 102 logo: "assets/tools/sample.png"
98 subtitle: "This another example" 103 subtitle: "This another example"