diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/config-demo.yml.dist | 5 |
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" |